summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 19:56:07 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 19:56:07 -0700
commit4558ba5b794ca2c6897c1a845e3de208f2f9e8fb (patch)
tree183e50067dde92982becd81e16f699266185ba08 /pkgs/applications/graphics/feh
parent68cdc9c09e38e704a3bed720fc182f1907035375 (diff)
downloadnixpkgs-4558ba5b794ca2c6897c1a845e3de208f2f9e8fb.tar
nixpkgs-4558ba5b794ca2c6897c1a845e3de208f2f9e8fb.tar.gz
nixpkgs-4558ba5b794ca2c6897c1a845e3de208f2f9e8fb.tar.bz2
nixpkgs-4558ba5b794ca2c6897c1a845e3de208f2f9e8fb.tar.lz
nixpkgs-4558ba5b794ca2c6897c1a845e3de208f2f9e8fb.tar.xz
nixpkgs-4558ba5b794ca2c6897c1a845e3de208f2f9e8fb.tar.zst
nixpkgs-4558ba5b794ca2c6897c1a845e3de208f2f9e8fb.zip
feh: 2.26.1 -> 2.26.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3/bin/feh passed the binary check.
- /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3/bin/.feh-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.26.3 with grep in /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3
- directory tree listing: https://gist.github.com/8a7c95c1c856e51ed0f4fab74284bffe
- du listing: https://gist.github.com/6e5a4734d20a27553f39cb1b99cb0ac9
Diffstat (limited to 'pkgs/applications/graphics/feh')
-rw-r--r--pkgs/applications/graphics/feh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix
index 96d4a397c90..eb7daf2797b 100644
--- a/pkgs/applications/graphics/feh/default.nix
+++ b/pkgs/applications/graphics/feh/default.nix
@@ -6,11 +6,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "feh-${version}";
-  version = "2.26.1";
+  version = "2.26.3";
 
   src = fetchurl {
     url = "https://feh.finalrewind.org/${name}.tar.bz2";
-    sha256 = "155clzkrzs7fh5nx924851di30hilcg16g192ldqqc12p5z5gikd";
+    sha256 = "08aagymgajcvciagwy2zdxhicvdfnjmd2xyx9bqjy7l1n16ydwrz";
   };
 
   outputs = [ "out" "man" "doc" ];