about summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2011-07-15 15:10:22 +0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2011-07-15 15:10:22 +0000
commit5693872dc10836094ea4fce381a522e96bf93aaa (patch)
treed4e30dbec1a6b479bcce2e2bea5f3759b344a1f0 /pkgs/applications/graphics/feh
parent66dbd40cb7d62d34ec3d44ce08a45d7e531cffaa (diff)
downloadnixlib-5693872dc10836094ea4fce381a522e96bf93aaa.tar
nixlib-5693872dc10836094ea4fce381a522e96bf93aaa.tar.gz
nixlib-5693872dc10836094ea4fce381a522e96bf93aaa.tar.bz2
nixlib-5693872dc10836094ea4fce381a522e96bf93aaa.tar.lz
nixlib-5693872dc10836094ea4fce381a522e96bf93aaa.tar.xz
nixlib-5693872dc10836094ea4fce381a522e96bf93aaa.tar.zst
nixlib-5693872dc10836094ea4fce381a522e96bf93aaa.zip
Bumped feh to version 1.14.2 as the previous one does not exist anymore
svn path=/nixpkgs/trunk/; revision=27800
Diffstat (limited to 'pkgs/applications/graphics/feh')
-rw-r--r--pkgs/applications/graphics/feh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix
index ab8aa1cc0e58..c36e79fbc3a2 100644
--- a/pkgs/applications/graphics/feh/default.nix
+++ b/pkgs/applications/graphics/feh/default.nix
@@ -2,11 +2,11 @@
 , libXinerama, curl }:
 
 stdenv.mkDerivation {
-  name = "feh-1.14.1";
+  name = "feh-1.14.2";
 
   src = fetchurl {
-    url = http://feh.finalrewind.org/feh-1.14.1.tar.bz2;
-    sha256 = "1dask2pm7y2yjvxlwiyi0v4145alixp5lk8v68dcs0qxz8v1pqk1";
+    url = http://feh.finalrewind.org/feh-1.14.2.tar.bz2;
+    sha256 = "117g1caihil88a3q0qy9gqj521l3illlsk56cgxhpc2am6ch5nwr";
   };
 
   buildInputs = [x11 imlib2 giblib libjpeg libpng libXinerama curl];