skeema: 1.12.1 -> 1.12.2

This commit is contained in:
R. Ryantm
2024-12-25 02:22:21 +00:00
parent 6437a6b9b7
commit 7900f2063e
+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;