Merge pull request #35644 from ryantm/auto-update/feh-2.23-to-2.23.2

feh: 2.23 -> 2.23.2
This commit is contained in:
adisbladis 2018-02-26 15:35:17 +08:00 committed by GitHub
commit 40fd69c8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "feh-${version}";
version = "2.23";
version = "2.23.2";
src = fetchurl {
url = "https://feh.finalrewind.org/${name}.tar.bz2";
sha256 = "18922zv8ckm82r1ap1yn7plbk6djpj02za2ahng58sjj2fw3rpqn";
sha256 = "1hw9xhhmm404ircmd7aw9n51n23wzjxzmav272ldk1pxb2jk3hcn";
};
outputs = [ "out" "man" "doc" ];