Skip to content

Commit

Permalink
pulsarctl: 2.11.1.3 -> 4.0.0.4 (#242222)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 7, 2024
2 parents b1dd465 + 7a87303 commit b328124
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pu/pulsarctl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "pulsarctl";
version = "2.11.1.3";
version = "4.0.0.4";

src = fetchFromGitHub {
owner = "streamnative";
repo = "pulsarctl";
rev = "v${version}";
hash = "sha256-sztjHw3su8KAV/zZcJqPWhjblINa8nYCN5Dzhn6X07w=";
hash = "sha256-3uRDfoxj+ra6fEOE317ENKEuv5q+qHcEm6rw2GODK5g=";
};

vendorHash = "sha256-NQ8zvrW6lBF1js+WI2PPvXhv4YRS2IBT6S4vDoE1BFc=";
vendorHash = "sha256-wNUTJn7Ar+GlePEhdr6xeolAiltJdAoIs5o5uDo8Ibs=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit b328124

Please sign in to comment.