about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 11:41:45 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 11:41:45 -0700
commit4e5cecabcfcb2fcb70c8f992e7686fb2ced65a45 (patch)
tree5876597d2721547a033a75d4852ff0c97077d764 /pkgs/applications/graphics
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixlib-4e5cecabcfcb2fcb70c8f992e7686fb2ced65a45.tar
nixlib-4e5cecabcfcb2fcb70c8f992e7686fb2ced65a45.tar.gz
nixlib-4e5cecabcfcb2fcb70c8f992e7686fb2ced65a45.tar.bz2
nixlib-4e5cecabcfcb2fcb70c8f992e7686fb2ced65a45.tar.lz
nixlib-4e5cecabcfcb2fcb70c8f992e7686fb2ced65a45.tar.xz
nixlib-4e5cecabcfcb2fcb70c8f992e7686fb2ced65a45.tar.zst
nixlib-4e5cecabcfcb2fcb70c8f992e7686fb2ced65a45.zip
pqiv: 2.10.3 -> 2.10.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pqiv/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/80y2wx9ga0c647w0m0nhkx2hgfhnwpv5-pqiv-2.10.4/bin/pqiv -h’ got 0 exit code
- ran ‘/nix/store/80y2wx9ga0c647w0m0nhkx2hgfhnwpv5-pqiv-2.10.4/bin/pqiv --help’ got 0 exit code
- ran ‘/nix/store/80y2wx9ga0c647w0m0nhkx2hgfhnwpv5-pqiv-2.10.4/bin/pqiv help’ got 0 exit code
- found 2.10.4 with grep in /nix/store/80y2wx9ga0c647w0m0nhkx2hgfhnwpv5-pqiv-2.10.4
- directory tree listing: https://gist.github.com/4743505ebdeb4ef63b3c2637f5d6879d
Diffstat (limited to 'pkgs/applications/graphics')
-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 757ce52e9c4c..e4f565b3b052 100644
--- a/pkgs/applications/graphics/pqiv/default.nix
+++ b/pkgs/applications/graphics/pqiv/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation (rec {
   name = "pqiv-${version}";
-  version = "2.10.3";
+  version = "2.10.4";
 
   src = fetchFromGitHub {
     owner = "phillipberndt";
     repo = "pqiv";
     rev = version;
-    sha256 = "16nhnv0dcp242jf1099pjr5dwnc65i40cnb3dvx1avdhidcmsx01";
+    sha256 = "04fawc3sd625y1bbgfgwmak56pq28sm58dwn5db4h183iy3awdl9";
   };
 
   nativeBuildInputs = [ pkgconfig ];