skeema: 1.12.2 -> 1.12.3 (#385714)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-28 07:40:01 +00:00
committed by GitHub
co-authored by aaronjheng
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "skeema";
version = "1.12.2";
version = "1.12.3";
src = fetchFromGitHub {
owner = "skeema";
repo = "skeema";
rev = "v${version}";
hash = "sha256-3oI/bedw2bCh8cNVO+V0CkpwwKiCc/nkVLwUaNWIckY=";
hash = "sha256-3sxUy/TkacuRN8UDGgrvkdUQi//6VufoYoVFN1+X3BM=";
};
vendorHash = null;