We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50794d3 commit 3388851Copy full SHA for 3388851
packages/kurtosis/default.nix
@@ -5,13 +5,13 @@
5
}:
6
buildGoModule rec {
7
pname = "kurtosis";
8
- version = "1.0.0";
+ version = "1.5.0";
9
10
src = fetchFromGitHub {
11
owner = "kurtosis-tech";
12
repo = "kurtosis";
13
rev = version;
14
- hash = "sha256-rU1hrfGFsdk+IHJjomxrCD2kYbizMRkii6XZdbznofc=";
+ hash = "sha256-oR6Nuw4RZhHGV4k6hFVxK+0wk3Noq7F9VBHUYxdeGa4=";
15
};
16
17
prePatch = ''
@@ -24,7 +24,7 @@ buildGoModule rec {
24
subPackages = [ "cli/cli" ];
25
26
proxyVendor = true;
27
- vendorHash = "sha256-GaEIitoRiuYxtS7cDKobFyIlraDNQjcvbRvzG3nUKFU=";
+ vendorHash = "sha256-0LMsy8Xp/8fbtH41hpEEBfzmOplUjrRgTor0cYEg8zw=";
28
29
installPhase = ''
30
install -Dm 755 $GOPATH/bin/cli $out/bin/kurtosis
0 commit comments