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

redpanda-client: 24.1.2 -> 24.1.3
This commit is contained in:
Matthias Beyer 2024-05-24 10:55:57 +02:00 committed by GitHub
commit c6c7ab0344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
, stdenv
}:
let
version = "24.1.2";
version = "24.1.3";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-RkJymtTTIPTPzpoUyWmCKpfQBqGFoR7ZeEWCKKzkn54=";
sha256 = "sha256-LuaUm8FToGJ4//tDFvdHbTCHzhul4ympSznbp1wrLM8=";
};
server = callPackage ./server.nix { inherit src version; };
in