redpanda-client: 24.2.5 -> 24.2.6
This commit is contained in:
parent
8ff900b1bf
commit
dcb2271b8b
@ -6,12 +6,12 @@
|
||||
, stdenv
|
||||
}:
|
||||
let
|
||||
version = "24.2.5";
|
||||
version = "24.2.6";
|
||||
src = fetchFromGitHub {
|
||||
owner = "redpanda-data";
|
||||
repo = "redpanda";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-25ijVHEcj0AXLxC1rSbp3Xyv+SMQRRkRq+qgRJgSnAI=";
|
||||
sha256 = "sha256-zGVd2jsjhVtNghiBE2BjO28A8+VLvslCBeUpD3vQjcw=";
|
||||
};
|
||||
in
|
||||
buildGoModule rec {
|
||||
|
Loading…
Reference in New Issue
Block a user