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

redpanda-client: 24.1.6 -> 24.1.7
This commit is contained in:
Yt 2024-06-14 10:46:05 +00:00 committed by GitHub
commit c810c88578
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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