feh: 3.7 -> 3.7.1

(cherry picked from commit 1493f098f819530d60f5d226dbf6a0308098833d)
This commit is contained in:
R. RyanTM 2021-07-26 09:21:29 +00:00 committed by github-actions[bot]
parent c8569c32ba
commit bfd24c0bd8

View File

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