Skip to content

Commit 04691f3

Browse files
authored
cloudflare-cli: 5.1.0 -> 5.1.2 (NixOS#487490)
2 parents bcdb2df + b6ce279 commit 04691f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/cl/cloudflare-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212

1313
stdenv.mkDerivation (finalAttrs: {
1414
pname = "cloudflare-cli";
15-
version = "5.1.0";
15+
version = "5.1.2";
1616

1717
src = fetchFromGitHub {
1818
owner = "danielpigott";
1919
repo = "cloudflare-cli";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-FE6LvzGd3Pl31vocXSZ6VY6P3iuVPxQR1eJwUSkXf70=";
21+
hash = "sha256-KDL9UGsBVH+BxeMwpcwqH0P0Y8QbFMSqNT5FrTZxDog=";
2222
};
2323

2424
yarnOfflineCache = fetchYarnDeps {
2525
yarnLock = finalAttrs.src + "/yarn.lock";
26-
hash = "sha256-dH0eW2IIxgqLiJHAmDKbeA0xz2EMWrZrKIf3P2mBDKU=";
26+
hash = "sha256-30zvP1sYENfTh8o/RiSrYPZR3to3GF2m036q/+mrcSU=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)