feh: 3.7.1 -> 3.7.2

ChangeLog: https://feh.finalrewind.org/archive/3.7.2/

+2 -2
+2 -2
pkgs/applications/graphics/feh/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "feh"; 10 - version = "3.7.1"; 10 + version = "3.7.2"; 11 11 12 12 src = fetchurl { 13 13 url = "https://feh.finalrewind.org/${pname}-${version}.tar.bz2"; 14 - sha256 = "sha256-V6scph9XyWWVh4Bp9VDTb1GFMPiPoxt0zDnNc5+SWLY="; 14 + sha256 = "sha256-hHGP0nIM9UDSRXaElP4OtOWY9Es54jJrrow2ioKcglg="; 15 15 }; 16 16 17 17 outputs = [ "out" "man" "doc" ];