Skip to content

Commit

Permalink
feh: 2.19.3 -> 2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dywedir authored and vbgl committed Sep 11, 2017
1 parent 114a2bc commit 1b26173
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/graphics/feh/default.nix
Expand Up @@ -6,11 +6,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "feh-${version}";
version = "2.19.3";
version = "2.20";

src = fetchurl {
url = "http://feh.finalrewind.org/${name}.tar.bz2";
sha256 = "1l3yvv0l0ggwlfyhk84p2g9mrqvzqrg1fgalf88kzppvb9jppjay";
url = "https://feh.finalrewind.org/${name}.tar.bz2";
sha256 = "02vhdv16nf4kjna4inpbfy4k3p40bhl7xpc4kh4xvily14146l2b";
};

outputs = [ "out" "man" "doc" ];
Expand Down Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation rec {

meta = {
description = "A light-weight image viewer";
homepage = https://derf.homelinux.org/projects/feh/;
homepage = "https://feh.finalrewind.org/";
license = licenses.mit;
maintainers = [ maintainers.viric maintainers.willibutz ];
platforms = platforms.unix;
Expand Down

0 comments on commit 1b26173

Please sign in to comment.