summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-11-06 12:48:52 +0000
committerGitHub <noreply@github.com>2017-11-06 12:48:52 +0000
commit88e03e126959f015a8e421b25de738f97964da19 (patch)
tree6ab05ce9011c7acb6c84640966c52131680ad646 /pkgs/applications/graphics
parenta9bf922bb74865792c678d51a2a5b0cc0615621c (diff)
parenta5eaa1cfea3585e16fab1a47f823be43245dfeba (diff)
downloadnixlib-88e03e126959f015a8e421b25de738f97964da19.tar
nixlib-88e03e126959f015a8e421b25de738f97964da19.tar.gz
nixlib-88e03e126959f015a8e421b25de738f97964da19.tar.bz2
nixlib-88e03e126959f015a8e421b25de738f97964da19.tar.lz
nixlib-88e03e126959f015a8e421b25de738f97964da19.tar.xz
nixlib-88e03e126959f015a8e421b25de738f97964da19.tar.zst
nixlib-88e03e126959f015a8e421b25de738f97964da19.zip
Merge pull request #31314 from dywedir/feh
feh: 2.21 -> 2.22
Diffstat (limited to 'pkgs/applications/graphics')
-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 f68162de4e3e..88dc24a97fad 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.21";
+  version = "2.22";
 
   src = fetchurl {
     url = "https://feh.finalrewind.org/${name}.tar.bz2";
-    sha256 = "0azgpr4al2pi4858z4xh4lfz84cvzxw3n426fn7rz6cdj34q212j";
+    sha256 = "0yqcczb9c126zgfvjq2fpzqz0rg16yad8mfr3gryxwlbymy2cmxj";
   };
 
   outputs = [ "out" "man" "doc" ];