Skip to content

Commit

Permalink
kcl: 0.9.8 -> 0.10.0 (#345613)
Browse files Browse the repository at this point in the history
  • Loading branch information
katexochen authored Oct 10, 2024
2 parents fc76c54 + 7c0aa05 commit b0323d9
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 402 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/kc/kcl/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib
, stdenv
, buildGoModule
, buildGo123Module
, fetchFromGitHub
, kclvm_cli
, kclvm
Expand All @@ -9,18 +9,18 @@
, darwin
,
}:
buildGoModule rec {
buildGo123Module rec {
pname = "kcl";
version = "0.9.8";
version = "0.10.0";

src = fetchFromGitHub {
owner = "kcl-lang";
repo = "cli";
rev = "v${version}";
hash = "sha256-s8pFnItmw3+l9GKqdqX0Rxsy47h6vO+yUtVNCuyn/m8=";
hash = "sha256-0KxT4t77EDB7Vr/cb+P20ARRR+7g5uZiF5QYOArUhgI=";
};

vendorHash = "sha256-DGYYH5sKhpcWHYoUim4NyflzqsXFc4MCOqIw5jIfIiM=";
vendorHash = "sha256-9APQDYCBvG38y0ZYuacfyUmjoEV9jGqRg7OZ7mArzIU=";

# By default, libs and bins are stripped. KCL will crash on darwin if they are.
dontStrip = stdenv.hostPlatform.isDarwin;
Expand Down
Loading

0 comments on commit b0323d9

Please sign in to comment.