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

redpanda-client: 23.3.14 -> 23.3.15
This commit is contained in:
Yt
2024-05-11 00:43:11 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
, stdenv
}:
let
version = "23.3.14";
version = "23.3.15";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-xFXcxtWTVRg+ZgxKfIU32JF0hRXzsLMwS9fSwge3/bc=";
sha256 = "sha256-hd6pxuKQspdN19dytxWmhO2OzFYobBLYkoB7i9r6Izc=";
};
server = callPackage ./server.nix { inherit src version; };
in