tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
feh: 2.19.3 -> 2.20
authored by
dywedir
and committed by
vbgl
8 years ago
1b261730
114a2bcc
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
feh
default.nix
+4
-4
pkgs/applications/graphics/feh/default.nix
···
6
7
stdenv.mkDerivation rec {
8
name = "feh-${version}";
9
-
version = "2.19.3";
10
11
src = fetchurl {
12
-
url = "http://feh.finalrewind.org/${name}.tar.bz2";
13
-
sha256 = "1l3yvv0l0ggwlfyhk84p2g9mrqvzqrg1fgalf88kzppvb9jppjay";
14
};
15
16
outputs = [ "out" "man" "doc" ];
···
44
45
meta = {
46
description = "A light-weight image viewer";
47
-
homepage = https://derf.homelinux.org/projects/feh/;
48
license = licenses.mit;
49
maintainers = [ maintainers.viric maintainers.willibutz ];
50
platforms = platforms.unix;
···
6
7
stdenv.mkDerivation rec {
8
name = "feh-${version}";
9
+
version = "2.20";
10
11
src = fetchurl {
12
+
url = "https://feh.finalrewind.org/${name}.tar.bz2";
13
+
sha256 = "02vhdv16nf4kjna4inpbfy4k3p40bhl7xpc4kh4xvily14146l2b";
14
};
15
16
outputs = [ "out" "man" "doc" ];
···
44
45
meta = {
46
description = "A light-weight image viewer";
47
+
homepage = "https://feh.finalrewind.org/";
48
license = licenses.mit;
49
maintainers = [ maintainers.viric maintainers.willibutz ];
50
platforms = platforms.unix;