kew: 3.5.2 -> 3.5.3

This commit is contained in:
R. Ryantm
2025-10-14 23:47:33 +00:00
parent 798c30d1e2
commit 4facfedabf

View File

@@ -33,13 +33,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "kew";
version = "3.5.2";
version = "3.5.3";
src = fetchFromGitHub {
owner = "ravachol";
repo = "kew";
tag = "v${finalAttrs.version}";
hash = "sha256-vcH3TdZqEtkP7iN+KhlarGAORdHk16DgNI1mXlrizow=";
hash = "sha256-7bO9IvSTJJKiNYQzcTSI2Ugjhw1ibbyE5/fe6EDYqvI=";
};
postPatch = ''