redpanda-client: 26.1.7 -> 26.1.8 (#521365)

This commit is contained in:
Yt 2026-05-18 00:31:17 +00:00 committed by GitHub
commit c45cb29917
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {