geeqie: 2.8 -> 2.9 (#541248)

This commit is contained in:
Nick Cao
2026-07-13 19:49:37 +00:00
committed by GitHub
+2 -2
View File
@@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "geeqie";
version = "2.8";
version = "2.9";
src = fetchFromGitHub {
owner = "BestImageViewer";
repo = "geeqie";
tag = "v${finalAttrs.version}";
hash = "sha256-90e+f95RIv2FZUFrfr6e7MhsQ8Xnve+Ie+uPyc87FRE=";
hash = "sha256-6g1aBeQUy9+WMlikAqvlb0NcCT7h0qgBRSsCOdRiZ/E=";
};
postPatch = ''