mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
redpanda-client: 26.1.7 -> 26.1.8 (#521365)
This commit is contained in:
commit
c45cb29917
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@
|
|||
stdenv,
|
||||
}:
|
||||
let
|
||||
version = "26.1.7";
|
||||
version = "26.1.8";
|
||||
src = fetchFromGitHub {
|
||||
owner = "redpanda-data";
|
||||
repo = "redpanda";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-RI5+uAg3iGMmWREWYn+ChnEB9WyPa2tImB35Vuhoe7Q=";
|
||||
sha256 = "sha256-/puIAMeUASG50U35RTRVIOlfD4NY3HZUZ6BKJzEh/s4=";
|
||||
};
|
||||
in
|
||||
buildGoModule rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue