pulsarctl: 4.0.1.3 -> 4.1.0-SNAPSHOT
This commit is contained in:
parent
f16bb6e46d
commit
6fba1ea29b
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "pulsarctl";
|
pname = "pulsarctl";
|
||||||
version = "4.0.1.3";
|
version = "4.1.0-SNAPSHOT";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "streamnative";
|
owner = "streamnative";
|
||||||
repo = "pulsarctl";
|
repo = "pulsarctl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-wjLF8yaVRJeh7xMCmNAI/xW7CU5noFPgHkZRtixADv8=";
|
hash = "sha256-/4JSSYd18hEHUOiay3y74VHBY3ql6aqAK4aWDJaqwCU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-wNUTJn7Ar+GlePEhdr6xeolAiltJdAoIs5o5uDo8Ibs=";
|
vendorHash = "sha256-wNUTJn7Ar+GlePEhdr6xeolAiltJdAoIs5o5uDo8Ibs=";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user