skeema: 1.12.1 -> 1.12.2 (#368050)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-25 11:33:32 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "skeema";
version = "1.12.1";
version = "1.12.2";
src = fetchFromGitHub {
owner = "skeema";
repo = "skeema";
rev = "v${version}";
hash = "sha256-XA4Bi11XstL9tqQqv7t4toQN464n1CePM51VmaUIRaE=";
hash = "sha256-3oI/bedw2bCh8cNVO+V0CkpwwKiCc/nkVLwUaNWIckY=";
};
vendorHash = null;