pulsarctl: 4.1.0-SNAPSHOT -> 4.0.4.3 (#386353)

This commit is contained in:
Wolfgang Walther 2025-06-01 09:52:39 +00:00 committed by GitHub
commit 4986d52609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,16 +11,16 @@
buildGoModule rec { buildGoModule rec {
pname = "pulsarctl"; pname = "pulsarctl";
version = "4.1.0-SNAPSHOT"; version = "4.0.4.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "streamnative"; owner = "streamnative";
repo = "pulsarctl"; repo = "pulsarctl";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-/4JSSYd18hEHUOiay3y74VHBY3ql6aqAK4aWDJaqwCU="; hash = "sha256-acNd3nF1nHkYlw7tPoD01IjEc97dLvyAZ7yC1UDWN7s=";
}; };
vendorHash = "sha256-wNUTJn7Ar+GlePEhdr6xeolAiltJdAoIs5o5uDo8Ibs="; vendorHash = "sha256-AruXsUIKeUMcojf0XF1ZEaZ2LlXDwCp2n82RN5e0Rj8=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];