We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcdb2df + b6ce279 commit 04691f3Copy full SHA for 04691f3
1 file changed
pkgs/by-name/cl/cloudflare-cli/package.nix
@@ -12,18 +12,18 @@
12
13
stdenv.mkDerivation (finalAttrs: {
14
pname = "cloudflare-cli";
15
- version = "5.1.0";
+ version = "5.1.2";
16
17
src = fetchFromGitHub {
18
owner = "danielpigott";
19
repo = "cloudflare-cli";
20
tag = "v${finalAttrs.version}";
21
- hash = "sha256-FE6LvzGd3Pl31vocXSZ6VY6P3iuVPxQR1eJwUSkXf70=";
+ hash = "sha256-KDL9UGsBVH+BxeMwpcwqH0P0Y8QbFMSqNT5FrTZxDog=";
22
};
23
24
yarnOfflineCache = fetchYarnDeps {
25
yarnLock = finalAttrs.src + "/yarn.lock";
26
- hash = "sha256-dH0eW2IIxgqLiJHAmDKbeA0xz2EMWrZrKIf3P2mBDKU=";
+ hash = "sha256-30zvP1sYENfTh8o/RiSrYPZR3to3GF2m036q/+mrcSU=";
27
28
29
nativeBuildInputs = [
0 commit comments