Merge pull request #32632 from magnetophon/pqiv

pqiv: 2.10.1 -> 2.10.2
This commit is contained in:
Orivej Desh 2017-12-14 18:18:08 +00:00 committed by GitHub
commit 187b18f035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation (rec {
name = "pqiv-${version}";
version = "2.10.1";
version = "2.10.2";
src = fetchFromGitHub {
owner = "phillipberndt";
repo = "pqiv";
rev = version;
sha256 = "06blqckj3bpbi2kl5ndv2d10r7nw62r386kfwrkic9amynlv9gki";
sha256 = "0zn7ps73lw04l9i4777c90ik07v3hkg66mnpz8vvvwjyi40i77a7";
};
nativeBuildInputs = [ pkgconfig ];