Merge pull request #51333 from dtzWill/update/pqiv-2.11

pqiv: 2.10.4 -> 2.11
This commit is contained in:
Renaud 2018-12-02 18:40:32 +01:00 committed by GitHub
commit 8724e6cc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 ];