redpanda-client: 25.1.2 -> 25.1.3

This commit is contained in:
R. Ryantm 2025-05-08 02:11:11 +00:00
parent dda3dcd3fe
commit fa5c9c738b

View file

@ -7,12 +7,12 @@
stdenv,
}:
let
version = "25.1.2";
version = "25.1.3";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-eivXJrfMf7+EAJr+wpOs9dtC8oiyOGy6AY1DNiNVWWA=";
sha256 = "sha256-fdEbZISejvk+3VVLxQd3zpeaXEUg6eR+MUtI+jcgg5g=";
};
in
buildGoModule rec {