File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55} :
66buildGoModule 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 } ;
You can’t perform that action at this time.
0 commit comments