skeema: 1.12.3 -> 1.13.0

This commit is contained in:
R. Ryantm
2025-08-21 21:51:27 +00:00
parent 2053850561
commit f81cd13dc5
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "skeema";
version = "1.12.3";
version = "1.13.0";
src = fetchFromGitHub {
owner = "skeema";
repo = "skeema";
tag = "v${finalAttrs.version}";
hash = "sha256-3sxUy/TkacuRN8UDGgrvkdUQi//6VufoYoVFN1+X3BM=";
hash = "sha256-rTfB34ELNSJ3VX7cJednWnjx0OGm2r120r5KILFVTUo=";
};
vendorHash = null;