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

pqiv: 2.11 -> 2.12
This commit is contained in:
Sandro 2020-12-01 10:16:38 +01:00 committed by GitHub
commit a0e8f4a077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation (rec { stdenv.mkDerivation (rec {
pname = "pqiv"; pname = "pqiv";
version = "2.11"; version = "2.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "phillipberndt"; owner = "phillipberndt";
repo = "pqiv"; repo = "pqiv";
rev = version; rev = version;
sha256 = "06cwm28b7j1skwp21s5snmj1pqh3xh6y2i5v4w3pz0b8k3053h9i"; sha256 = "18nvrqmlifh4m8nfs0d19sb9d1l3a95xc89qxqdr881jcxdsgflw";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];