about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-01 10:16:38 +0100
committerGitHub <noreply@github.com>2020-12-01 10:16:38 +0100
commita0e8f4a07761c585caf70020cedd20bcc45ae853 (patch)
tree6a8f81da9fab6bc5a713eb303c1a9655aff7474f
parentbd627c0836db60a585918812ac4e36e0a821bdbb (diff)
parentda9a681371868f129c264bfef45d354841eb0668 (diff)
Merge pull request #105545 from r-ryantm/auto-update/pqiv
pqiv: 2.11 -> 2.12
-rw-r--r--pkgs/applications/graphics/pqiv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/pqiv/default.nix b/pkgs/applications/graphics/pqiv/default.nix
index bb29101b4c7f2..96efc091ef2b0 100644
--- a/pkgs/applications/graphics/pqiv/default.nix
+++ b/pkgs/applications/graphics/pqiv/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation (rec {
   pname = "pqiv";
-  version = "2.11";
+  version = "2.12";
 
   src = fetchFromGitHub {
     owner = "phillipberndt";
     repo = "pqiv";
     rev = version;
-    sha256 = "06cwm28b7j1skwp21s5snmj1pqh3xh6y2i5v4w3pz0b8k3053h9i";
+    sha256 = "18nvrqmlifh4m8nfs0d19sb9d1l3a95xc89qxqdr881jcxdsgflw";
   };
 
   nativeBuildInputs = [ pkgconfig ];