Skip to content

Commit

Permalink
Merge pull request NixOS#320932 from r-ryantm/auto-update/twilio-cli
Browse files Browse the repository at this point in the history
twilio-cli: 5.20.1 -> 5.21.0
  • Loading branch information
NickCao committed Jun 19, 2024
2 parents 7c5deaf + de07a0b commit 97cd11b
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.20.1";
version = "5.21.0";

src = fetchzip {
url = "https://twilio-cli-prod.s3.amazonaws.com/twilio-v${finalAttrs.version}/twilio-v${finalAttrs.version}.tar.gz";
hash = "sha256-tS30wEXUhzPUPh5gY+UZF274/EOfwMGU19glXUrDuw0=";
hash = "sha256-rtI89baKJS4itwTcHY9IjKeskQO6mz/c746wdVy4cG4=";
};

buildInputs = [ nodejs-slim ];
Expand Down

0 comments on commit 97cd11b

Please sign in to comment.