File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66, stdenv
77} :
88let
9- version = "24.1.13 " ;
9+ version = "24.2.2 " ;
1010 src = fetchFromGitHub {
1111 owner = "redpanda-data" ;
1212 repo = "redpanda" ;
1313 rev = "v${ version } " ;
14- sha256 = "sha256-7XDtQYuAVo3WvL59KHrROYlRH68/tAAU/7IGwtTS/+Q =" ;
14+ sha256 = "sha256-hVgmAFut2jGgXGeMKLX12TlASLIpr6YozINKRbvfDSg =" ;
1515 } ;
1616in
1717buildGoModule rec {
1818 pname = "redpanda-rpk" ;
1919 inherit doCheck src version ;
2020 modRoot = "./src/go/rpk" ;
2121 runVend = false ;
22- vendorHash = "sha256-mpzWKJwE5ghySiiOdJO81w8Jvk1k34lb3Gvj+p5U1FU =" ;
22+ vendorHash = "sha256-8vwmxUi4oWmHzb2QkIS5sU1NgJmJSV1+2I48TDAo2a0 =" ;
2323
2424 ldflags = [
2525 ''-X "github.com/redpanda-data/redpanda/src/go/rpk/pkg/cli/cmd/version.version=${ version } "''
You can’t perform that action at this time.
0 commit comments