kew: 3.5.3 -> 3.6.4

This commit is contained in:
R. Ryantm
2025-10-21 01:07:59 +00:00
parent 5cae23ce83
commit 7d384c6da4
+2 -2
View File
@@ -33,13 +33,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "kew";
version = "3.5.3";
version = "3.6.4";
src = fetchFromGitHub {
owner = "ravachol";
repo = "kew";
tag = "v${finalAttrs.version}";
hash = "sha256-7bO9IvSTJJKiNYQzcTSI2Ugjhw1ibbyE5/fe6EDYqvI=";
hash = "sha256-PhNBAy+XS1wpU91GNoRc4jume9razD03xmmUER0p8I0=";
};
postPatch = ''