Skip to content

Commit

Permalink
libinstpatch: 1.1.4 -> 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jun 2, 2020
1 parent 6563ed4 commit cb374f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/audio/libinstpatch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "libinstpatch";
version = "1.1.4";
version = "1.1.5";

src = fetchFromGitHub {
owner = "swami";
repo = pname;
rev = "v${version}";
sha256 = "1v7mv43xxwrzi3agrc60agcw46jaidr8ql9kkm1w4jxkf4c6z6dz";
sha256 = "0psx4hc5yksfd3k2xqsc7c8lbz2d4yybikyddyd9hlkhq979cmjb";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit cb374f9

Please sign in to comment.