feh: 3.10.3 -> 3.11

This commit is contained in:
R. Ryantm
2025-08-28 10:36:12 +02:00
committed by Wolfgang Walther
parent eb45901d60
commit b648158feb
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "feh";
version = "3.10.3";
version = "3.11";
src = fetchFromGitHub {
owner = "derf";
repo = "feh";
rev = finalAttrs.version;
hash = "sha256-FtaFoLjI3HTLAxRTucp5VDYS73UuWqw9r9UWKK6T+og=";
hash = "sha256-3QKKXgwrDXVn8ahIG+NfP60GezFrZiHWOFoM2T0OoqU=";
};
outputs = [