mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
redpanda-client: 25.1.2 -> 25.1.3
This commit is contained in:
parent
dda3dcd3fe
commit
fa5c9c738b
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
stdenv,
|
||||
}:
|
||||
let
|
||||
version = "25.1.2";
|
||||
version = "25.1.3";
|
||||
src = fetchFromGitHub {
|
||||
owner = "redpanda-data";
|
||||
repo = "redpanda";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-eivXJrfMf7+EAJr+wpOs9dtC8oiyOGy6AY1DNiNVWWA=";
|
||||
sha256 = "sha256-fdEbZISejvk+3VVLxQd3zpeaXEUg6eR+MUtI+jcgg5g=";
|
||||
};
|
||||
in
|
||||
buildGoModule rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue