Skip to content

Commit

Permalink
twilio-cli: 5.22.2 -> 5.22.3 (#347432)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 9, 2024
2 parents fa128a3 + dd803f7 commit a1bfcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/twilio-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "twilio-cli";
version = "5.22.2";
version = "5.22.3";

src = fetchzip {
url = "https://twilio-cli-prod.s3.amazonaws.com/twilio-v${finalAttrs.version}/twilio-v${finalAttrs.version}.tar.gz";
hash = "sha256-tC0FF6UfMCxhZRQD1ebOo3fFA1M0d5IbzFzJHUfHwBg=";
hash = "sha256-77OmOXKwm+zBlGVSIab8AxARllYm5gRXNddQ1UY4wD0=";
};

buildInputs = [ nodejs-slim ];
Expand Down

0 comments on commit a1bfcc9

Please sign in to comment.