feh: 3.10.2 -> 3.10.3

https://feh.finalrewind.org/archive/3.10.3/
This commit is contained in:
Naïm Favier 2024-06-30 22:46:17 +02:00
parent ce32791597
commit fa659ed79e
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "feh";
version = "3.10.2";
version = "3.10.3";
src = fetchFromGitHub {
owner = "derf";
repo = "feh";
rev = finalAttrs.version;
hash = "sha256-378rhZhpcua3UbsY0OcGKGXdMIQCuG84YjJ9vfJhZVs=";
hash = "sha256-FtaFoLjI3HTLAxRTucp5VDYS73UuWqw9r9UWKK6T+og=";
};
outputs = [ "out" "man" "doc" ];