redpanda-client: 25.1.5 -> 25.1.6
This commit is contained in:
parent
55c8c35e50
commit
f9dfcb2695
@ -7,12 +7,12 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "25.1.5";
|
version = "25.1.6";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "redpanda-data";
|
owner = "redpanda-data";
|
||||||
repo = "redpanda";
|
repo = "redpanda";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-K0MYcxz5EE9PAJZby3VcI3lpRaOfZDJoD6YwCbSw49I=";
|
sha256 = "sha256-Cl2coxcK2f53uJnC5CBkqJ/oAQ+jpvjo2vknKqx7FXQ=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user