pqiv: 2.10.4 -> 2.11

https://github.com/phillipberndt/pqiv/releases/tag/2.11
This commit is contained in:
Will Dietz 2018-12-01 02:06:04 -06:00
parent d97f3cb647
commit 5ea1bbcf01

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation (rec {
name = "pqiv-${version}";
version = "2.10.4";
version = "2.11";
src = fetchFromGitHub {
owner = "phillipberndt";
repo = "pqiv";
rev = version;
sha256 = "04fawc3sd625y1bbgfgwmak56pq28sm58dwn5db4h183iy3awdl9";
sha256 = "06cwm28b7j1skwp21s5snmj1pqh3xh6y2i5v4w3pz0b8k3053h9i";
};
nativeBuildInputs = [ pkgconfig ];