about summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
diff options
context:
space:
mode:
authorJoel <joel@joel.tokyo>2022-01-08 08:29:03 +1000
committerJoel <joel@joel.tokyo>2022-01-08 08:29:03 +1000
commitc94d5d98f732c0d9c192ce45cd49a2f3663b7cf3 (patch)
tree854ccc1dbc91a2fa8ccf58e6b00873b9ccdaf177 /pkgs/applications/graphics/feh
parentd1acd89e0116ff88eba80541027429fc922612e9 (diff)
feh: 3.7.2 -> 3.8
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 c279ccf3df640..899495db93176 100644
--- a/pkgs/applications/graphics/feh/default.nix
+++ b/pkgs/applications/graphics/feh/default.nix
@@ -7,11 +7,11 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "feh";
-  version = "3.7.2";
+  version = "3.8";
 
   src = fetchurl {
     url = "https://feh.finalrewind.org/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-hHGP0nIM9UDSRXaElP4OtOWY9Es54jJrrow2ioKcglg=";
+    sha256 = "1a9bsq5j9sl2drzkab0hdhnamalpaszw9mz2prz6scrr5dak8g3z";
   };
 
   outputs = [ "out" "man" "doc" ];