summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-04 01:42:09 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-07-04 10:42:09 +0200
commit14ccede479661a1b8b79a915e883cfc4626e1246 (patch)
tree6b37c993c123431b4fccbfab42a04a7a0edca21e /pkgs/applications/graphics/feh
parente5ad827f78f1bb8dcb15b6d29c73e37d38df81b9 (diff)
downloadnixpkgs-14ccede479661a1b8b79a915e883cfc4626e1246.tar
nixpkgs-14ccede479661a1b8b79a915e883cfc4626e1246.tar.gz
nixpkgs-14ccede479661a1b8b79a915e883cfc4626e1246.tar.bz2
nixpkgs-14ccede479661a1b8b79a915e883cfc4626e1246.tar.lz
nixpkgs-14ccede479661a1b8b79a915e883cfc4626e1246.tar.xz
nixpkgs-14ccede479661a1b8b79a915e883cfc4626e1246.tar.zst
nixpkgs-14ccede479661a1b8b79a915e883cfc4626e1246.zip
feh: 2.26.4 -> 2.27 (#43007)
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/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27/bin/feh passed the binary check.
- /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27/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.27 with grep in /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27
- directory tree listing: https://gist.github.com/e18bcf94ab62852f0967389e4d102bd7
- du listing: https://gist.github.com/c252a1ef6aa364f8139ab9a63911130a
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 dad378affbe..4ec4b76ac04 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.4";
+  version = "2.27";
 
   src = fetchurl {
     url = "https://feh.finalrewind.org/${name}.tar.bz2";
-    sha256 = "15a7hjg7xwj1hsw3c5k18psvvmbqgn4g79qq03bsvibzl4kqakq7";
+    sha256 = "0kn6cka9m76697i495npd60ad64jnfnzv5z6znzyr0vlxx2nhcmg";
   };
 
   outputs = [ "out" "man" "doc" ];