Skip to content

Commit a27b43c

Browse files
jfrankenaujoachifm
authored andcommittedJul 9, 2017
feh: 2.18.2 -> 2.19
(cherry picked from commit 1df820c) Contains fix for https://nvd.nist.gov/vuln/detail/CVE-2017-7875
1 parent a07c52b commit a27b43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/graphics/feh/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ with stdenv.lib;
66

77
stdenv.mkDerivation rec {
88
name = "feh-${version}";
9-
version = "2.18.2";
9+
version = "2.19";
1010

1111
src = fetchurl {
1212
url = "http://feh.finalrewind.org/${name}.tar.bz2";
13-
sha256 = "09f5rfzls4h5jcrp7ylwbiljp5qzc2nbw9p2csv0pnlaixj69gil";
13+
sha256 = "1sfhr6628xpj9p6bqihdq35y139x2gmrpydjlrwsl1rs77c2bgnf";
1414
};
1515

1616
outputs = [ "out" "doc" ];

0 commit comments

Comments
 (0)
Please sign in to comment.