Skip to content

Commit e38f49a

Browse files
committed
redpanda-client: 24.2.13 -> 24.2.14
1 parent c09c373 commit e38f49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/re/redpanda-client/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
stdenv,
88
}:
99
let
10-
version = "24.2.13";
10+
version = "24.2.14";
1111
src = fetchFromGitHub {
1212
owner = "redpanda-data";
1313
repo = "redpanda";
1414
rev = "v${version}";
15-
sha256 = "sha256-kRiOzu9dQjUot7tZfZ3Qm69NrlFAlty0Ix0N9+/5k+A=";
15+
sha256 = "sha256-FDzHREeld794HkLtkgIjMd2mNSvz1XV5mwvbx0sHz3o=";
1616
};
1717
in
1818
buildGoModule rec {

0 commit comments

Comments
 (0)