Skip to content

Commit a7c5b1d

Browse files
authored
twilio-cli: 5.22.11 -> 5.23.0 (#386785)
2 parents def23ce + 6314a8d commit a7c5b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tw/twilio-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "twilio-cli";
11-
version = "5.22.11";
11+
version = "5.23.0";
1212

1313
src = fetchzip {
1414
url = "https://twilio-cli-prod.s3.amazonaws.com/twilio-v${finalAttrs.version}/twilio-v${finalAttrs.version}.tar.gz";
15-
hash = "sha256-SeSv16lZ2Dmfngkq1TtvzlM3oIJkVPsdnkc1hRuSZU4=";
15+
hash = "sha256-LTaQFRoXRBLPLWvyqwMbQc0OOC+wT+taLm78GL2mWBQ=";
1616
};
1717

1818
buildInputs = [ nodejs-slim ];

0 commit comments

Comments
 (0)