Skip to content

Commit 3388851

Browse files
github-actions[bot]PetarKirov
authored andcommitted
1 parent 50794d3 commit 3388851

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/kurtosis/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
buildGoModule rec {
77
pname = "kurtosis";
8-
version = "1.0.0";
8+
version = "1.5.0";
99

1010
src = fetchFromGitHub {
1111
owner = "kurtosis-tech";
1212
repo = "kurtosis";
1313
rev = version;
14-
hash = "sha256-rU1hrfGFsdk+IHJjomxrCD2kYbizMRkii6XZdbznofc=";
14+
hash = "sha256-oR6Nuw4RZhHGV4k6hFVxK+0wk3Noq7F9VBHUYxdeGa4=";
1515
};
1616

1717
prePatch = ''
@@ -24,7 +24,7 @@ buildGoModule rec {
2424
subPackages = [ "cli/cli" ];
2525

2626
proxyVendor = true;
27-
vendorHash = "sha256-GaEIitoRiuYxtS7cDKobFyIlraDNQjcvbRvzG3nUKFU=";
27+
vendorHash = "sha256-0LMsy8Xp/8fbtH41hpEEBfzmOplUjrRgTor0cYEg8zw=";
2828

2929
installPhase = ''
3030
install -Dm 755 $GOPATH/bin/cli $out/bin/kurtosis

0 commit comments

Comments
 (0)