summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorVladyslav M <dywedir@pm.me>2018-12-16 11:16:52 +0200
committerGitHub <noreply@github.com>2018-12-16 11:16:52 +0200
commitd3e574ddf42a9fed07166d991ef0c8915d84b4ce (patch)
tree80c5383834381f9e6e077147170e06c4746b86be /pkgs/applications
parent6dca6c5ba30330a967e70bce88f18219dda92429 (diff)
parente68c8ab017525027998b97822d6cd835ce4287e3 (diff)
downloadnixpkgs-d3e574ddf42a9fed07166d991ef0c8915d84b4ce.tar
nixpkgs-d3e574ddf42a9fed07166d991ef0c8915d84b4ce.tar.gz
nixpkgs-d3e574ddf42a9fed07166d991ef0c8915d84b4ce.tar.bz2
nixpkgs-d3e574ddf42a9fed07166d991ef0c8915d84b4ce.tar.lz
nixpkgs-d3e574ddf42a9fed07166d991ef0c8915d84b4ce.tar.xz
nixpkgs-d3e574ddf42a9fed07166d991ef0c8915d84b4ce.tar.zst
nixpkgs-d3e574ddf42a9fed07166d991ef0c8915d84b4ce.zip
Merge pull request #52311 from r-ryantm/auto-update/feh
feh: 3.0 -> 3.1.1
Diffstat (limited to 'pkgs/applications')
-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 8938df4d42d..50664fc9e59 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 = "3.0";
+  version = "3.1.1";
 
   src = fetchurl {
     url = "https://feh.finalrewind.org/${name}.tar.bz2";
-    sha256 = "00fwf8yz7k8vzd30ly5ndlj6ax9w85dkjzjnlk95vd0zdrf4wyxn";
+    sha256 = "1sy8z6rv5sy1bhk3846hgfdy96wdi874yr2fnxfprks46qp29l31";
   };
 
   outputs = [ "out" "man" "doc" ];