kcl: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm
2025-02-17 03:49:25 +00:00
parent f16bb6e46d
commit 97233e7fd7
+3 -3
View File
@@ -12,16 +12,16 @@
buildGoModule rec {
pname = "kcl";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "kcl-lang";
repo = "cli";
rev = "v${version}";
hash = "sha256-72h/uv22ksiUD3zHmilDZVfgE/3CiBwAD27cggjVNOs=";
hash = "sha256-Ron+8pK/1VYwL0HO97QvBpWhKeAlhM+sVi1Djc++4n4=";
};
vendorHash = "sha256-ke1cBBgQJ/YWAhf47IsFRV0MmlLe8J5Z1Z7+xoSjhjE=";
vendorHash = "sha256-yvhRHzVIkPE7ZDaX+98K4PW3/uh/6esxc/1KwpOvGfY=";
subPackages = [ "cmd/kcl" ];