skeema: 1.12.3 -> 1.13.0 (#435687)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-22 00:50:25 +00:00
committed by GitHub
co-authored by aaronjheng
+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;