kcl-cli: 0.8.8 -> 0.8.9

This commit is contained in:
R. Ryantm 2024-05-16 05:31:18 +00:00
parent 0f2ebf4b0b
commit eb600b9a16

View File

@ -5,12 +5,12 @@
buildGoModule rec {
pname = "kcl-cli";
version = "0.8.8";
version = "0.8.9";
src = fetchFromGitHub {
owner = "kcl-lang";
repo = "cli";
rev = "v${version}";
hash = "sha256-Bk/sCNMDupdY/YyKT+VoPIzEfjFDa5z9pevcCPnTX8U=";
hash = "sha256-slU3n7YCV5VfvXArzlcITb9epdu/gyXlAWq9KLjGdJA=";
};
vendorHash = "sha256-Xv8Tfq9Kb1xGFCWZQwBFDX9xZW9j99td/DUb7jBtkpE=";
ldflags = [