mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
redpanda-client: 24.2.11 -> 24.2.13 (#364481)
This commit is contained in:
commit
b8e21ad411
@ -7,12 +7,12 @@
|
||||
stdenv,
|
||||
}:
|
||||
let
|
||||
version = "24.2.11";
|
||||
version = "24.2.13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "redpanda-data";
|
||||
repo = "redpanda";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-tbo7S6Vo3Uwepme/Sfbfng7DlWWryTDvg8ZMbuvJ4h0=";
|
||||
sha256 = "sha256-kRiOzu9dQjUot7tZfZ3Qm69NrlFAlty0Ix0N9+/5k+A=";
|
||||
};
|
||||
in
|
||||
buildGoModule rec {
|
||||
|
Loading…
Reference in New Issue
Block a user