3
0
Fork 0
forked from mirrors/nixpkgs

feh: 2.20 -> 2.21

This commit is contained in:
dywedir 2017-10-11 00:49:04 +03:00 committed by vbgl
parent 71e0dbdf0c
commit e509f6ffdf

View file

@ -6,11 +6,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "feh-${version}";
version = "2.20";
version = "2.21";
src = fetchurl {
url = "https://feh.finalrewind.org/${name}.tar.bz2";
sha256 = "02vhdv16nf4kjna4inpbfy4k3p40bhl7xpc4kh4xvily14146l2b";
sha256 = "0azgpr4al2pi4858z4xh4lfz84cvzxw3n426fn7rz6cdj34q212j";
};
outputs = [ "out" "man" "doc" ];