1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

feh: 3.7.1 -> 3.7.2

ChangeLog: https://feh.finalrewind.org/archive/3.7.2/
This commit is contained in:
Maximilian Bosch 2021-09-25 19:13:03 +02:00
parent b9fd2fcad5
commit 646cb17cdb
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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