Merge pull request #317851 from r-ryantm/auto-update/redpanda-client

redpanda-client: 24.1.4 -> 24.1.6
This commit is contained in:
Yt 2024-06-07 00:52:01 +00:00 committed by GitHub
commit 1826895dfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
, stdenv
}:
let
version = "24.1.4";
version = "24.1.6";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-8N4Ig1IorKYe2ehKCeRNxVWmxLajaaDNvEgH/pSSVJE=";
sha256 = "sha256-zLqeokN84LrthNOg2wRmCy324sk4cMDPaTcdDbdhIoY=";
};
server = callPackage ./server.nix { inherit src version; };
in