Merge pull request #39039 from r-ryantm/auto-update/pqiv

pqiv: 2.10.2 -> 2.10.3
This commit is contained in:
Jörg Thalheim 2018-04-17 23:14:05 +01:00 committed by GitHub
commit ad77d624a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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