Skip to content

Commit 26f6d58

Browse files
XeartyPetarKirov
authored andcommitted
build(pkgs/kurtosis): Upgrade kurtosis 1.0.0 -> 1.8.1
1 parent 9d24544 commit 26f6d58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/kurtosis/default.nix

Lines changed: 4 additions & 4 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.8.1";
99

1010
src = fetchFromGitHub {
1111
owner = "kurtosis-tech";
1212
repo = "kurtosis";
1313
rev = version;
14-
hash = "sha256-rU1hrfGFsdk+IHJjomxrCD2kYbizMRkii6XZdbznofc=";
14+
hash = "sha256-RPscQHe57z4hACyhGs1zFtRVTUP1C/trB7EDGKgbIA4=";
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-zhfkwe3X2gStujfDBh5+j92UW4JsMC+fmNMfEQwOKlA=";
2828

2929
installPhase = ''
3030
install -Dm 755 $GOPATH/bin/cli $out/bin/kurtosis
@@ -35,7 +35,7 @@ buildGoModule rec {
3535
homepage = "https://github.com/kurtosis-tech/kurtosis";
3636
changelog = "https://github.com/kurtosis-tech/kurtosis/blob/${src.rev}/CHANGELOG.md";
3737
license = licenses.asl20;
38-
maintainers = with maintainers; [ ];
38+
maintainers = [ ];
3939
mainProgram = "kurtosis";
4040
platforms = platforms.all;
4141
};

0 commit comments

Comments
 (0)