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

redpanda-client: 24.1.7 -> 24.1.8
This commit is contained in:
Yt
2024-06-23 00:31:56 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
, stdenv
}:
let
version = "24.1.7";
version = "24.1.8";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-+JCFbLWDhqHYYpeNPpcGXL8tNsi4jpGbAd8DGSIsc7A=";
sha256 = "sha256-Eemo1NhRa6CX+fgtNT22zoQqN8Vrrl8mkqhy4zmhJHo=";
};
server = callPackage ./server.nix { inherit src version; };
in