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-14 03:21:24 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-14 03:21:24 -0700
commit9e1017de2269e1a43088832c1adfcf88ffcdb6f7 (patch)
tree233581ec23cf0e4801bac84124bd204d8a135c01 /pkgs/applications/graphics/feh
parenta2981671523416ad5c9a49de8c16ac8fccb2306b (diff)
downloadnixpkgs-9e1017de2269e1a43088832c1adfcf88ffcdb6f7.tar
nixpkgs-9e1017de2269e1a43088832c1adfcf88ffcdb6f7.tar.gz
nixpkgs-9e1017de2269e1a43088832c1adfcf88ffcdb6f7.tar.bz2
nixpkgs-9e1017de2269e1a43088832c1adfcf88ffcdb6f7.tar.lz
nixpkgs-9e1017de2269e1a43088832c1adfcf88ffcdb6f7.tar.xz
nixpkgs-9e1017de2269e1a43088832c1adfcf88ffcdb6f7.tar.zst
nixpkgs-9e1017de2269e1a43088832c1adfcf88ffcdb6f7.zip
feh: 2.26 -> 2.26.1
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
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/feh -h’ got 0 exit code
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/feh --help’ got 0 exit code
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/.feh-wrapped -h’ got 0 exit code
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/.feh-wrapped --help’ got 0 exit code
- found 2.26.1 with grep in /nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1
- directory tree listing: https://gist.github.com/1e8258220f00de69ea28c57fffe352aa
- du listing: https://gist.github.com/65e35fd7395eca9058de10721f96b7d3
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 475c8de97b9..96d4a397c90 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";
+  version = "2.26.1";
 
   src = fetchurl {
     url = "https://feh.finalrewind.org/${name}.tar.bz2";
-    sha256 = "11kckzwk3b734l0n4j41k40liq1v2lbbj1gzir5qc386g7fvzmmi";
+    sha256 = "155clzkrzs7fh5nx924851di30hilcg16g192ldqqc12p5z5gikd";
   };
 
   outputs = [ "out" "man" "doc" ];