redpanda-client: 23.3.14 -> 23.3.15

This commit is contained in:
R. Ryantm 2024-05-10 21:33:42 +00:00
parent 0c9055e823
commit a8b5d0404d

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