Merge pull request #106371 from r-ryantm/auto-update/feh

feh: 3.6 -> 3.6.1
This commit is contained in:
Sandro 2020-12-09 01:36:11 +01:00 committed by GitHub
commit 4e5fc1ed86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "feh";
version = "3.6";
version = "3.6.1";
src = fetchurl {
url = "https://feh.finalrewind.org/${pname}-${version}.tar.bz2";
sha256 = "1n6gbyzlc3kx2cq9wfz7azn7mrjmcc9pq436k1n4mrh0lik5sxw7";
sha256 = "1a0ygdpyvpcsr0hdi9ai7ycbkgvacq8dpd8cacbppsds5k2xw7lv";
};
outputs = [ "out" "man" "doc" ];