skeema: 1.12.2 -> 1.12.3

This commit is contained in:
R. Ryantm
2025-02-28 03:02:17 +00:00
parent 93c81c0a7c
commit 87afdc0a5c
+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;