Merge pull request #131568 from NixOS/backport-131560-to-release-21.05

[Backport release-21.05] feh: 3.7 -> 3.7.1
This commit is contained in:
Martin Weinelt 2021-07-26 18:30:03 +02:00 committed by GitHub
commit 066cc148f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@ with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "feh"; pname = "feh";
version = "3.7"; version = "3.7.1";
src = fetchurl { src = fetchurl {
url = "https://feh.finalrewind.org/${pname}-${version}.tar.bz2"; url = "https://feh.finalrewind.org/${pname}-${version}.tar.bz2";
sha256 = "0hdvlrlpjxvmhnjvr32nxgpsw0366higg0gh9h37fxrvdh3v3k87"; sha256 = "sha256-V6scph9XyWWVh4Bp9VDTb1GFMPiPoxt0zDnNc5+SWLY=";
}; };
outputs = [ "out" "man" "doc" ]; outputs = [ "out" "man" "doc" ];