Merge pull request #37183 from ryantm/auto-update/feh

feh: 2.25 -> 2.25.1
This commit is contained in:
adisbladis 2018-03-17 03:02:08 +08:00 committed by GitHub
commit 2c423ebb1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "feh-${version}";
version = "2.25";
version = "2.25.1";
src = fetchurl {
url = "https://feh.finalrewind.org/${name}.tar.bz2";
sha256 = "102rwi30n09l8rih6kv6bb7lhv3djklgzill4p2zag0h700yqfq6";
sha256 = "197sm78bm33dvahr5nxqkbmpmdn4b13ahc9mrgn1l7n104bg4phc";
};
outputs = [ "out" "man" "doc" ];