pulsarctl: 4.0.1.3 -> 4.1.0-SNAPSHOT

This commit is contained in:
R. Ryantm 2025-02-17 05:20:07 +00:00
parent f16bb6e46d
commit 6fba1ea29b

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "pulsarctl";
version = "4.0.1.3";
version = "4.1.0-SNAPSHOT";
src = fetchFromGitHub {
owner = "streamnative";
repo = "pulsarctl";
rev = "v${version}";
hash = "sha256-wjLF8yaVRJeh7xMCmNAI/xW7CU5noFPgHkZRtixADv8=";
hash = "sha256-/4JSSYd18hEHUOiay3y74VHBY3ql6aqAK4aWDJaqwCU=";
};
vendorHash = "sha256-wNUTJn7Ar+GlePEhdr6xeolAiltJdAoIs5o5uDo8Ibs=";