kclvm: 0.10.0 -> 0.11.1

This commit is contained in:
R. Ryantm
2025-04-06 14:10:53 +00:00
parent 74a4041036
commit cf40502999
+3 -3
View File
@@ -10,19 +10,19 @@
}:
rustPlatform.buildRustPackage rec {
pname = "kclvm";
version = "0.10.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "kcl-lang";
repo = "kcl";
rev = "v${version}";
hash = "sha256-OMPo2cT0ngwHuGghVSfGoDgf+FThj2GsZ3Myb1wSxQM=";
hash = "sha256-14yFGa8y8w3wbCmx0JOSN0TShXLZZpTdVynEfUKkjuE=";
};
sourceRoot = "${src.name}/kclvm";
useFetchCargoVendor = true;
cargoHash = "sha256-xQgCiNt0lUvB5XmVB45l0GuIiVp5Jm6dZY7396Rsnqw=";
cargoHash = "sha256-o7YFyqRWAMjq23mcAqDrcN4infdBgp1KNvviYOLR35s=";
buildInputs =
[ rustc ]