Skip to content

Commit 236815e

Browse files
authored
redpanda-client: 24.2.5 -> 24.2.6 (#347421)
2 parents 3edf0c2 + dcb2271 commit 236815e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/redpanda/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
, stdenv
77
}:
88
let
9-
version = "24.2.5";
9+
version = "24.2.6";
1010
src = fetchFromGitHub {
1111
owner = "redpanda-data";
1212
repo = "redpanda";
1313
rev = "v${version}";
14-
sha256 = "sha256-25ijVHEcj0AXLxC1rSbp3Xyv+SMQRRkRq+qgRJgSnAI=";
14+
sha256 = "sha256-zGVd2jsjhVtNghiBE2BjO28A8+VLvslCBeUpD3vQjcw=";
1515
};
1616
in
1717
buildGoModule rec {

0 commit comments

Comments
 (0)