Skip to content

Commit

Permalink
wrangler: 3.76.0 -> 3.78.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryand56 committed Sep 13, 2024
1 parent d481eab commit e66e3eb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Wrangler, the CLI for Cloudflare Workers, packaged as a nix flake";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs?rev=c9b3cc8516d172318391adf89324f011567c56f5";
flake-parts = {
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
Expand Down Expand Up @@ -30,7 +30,13 @@
};

devShells = {
default = pkgs.mkShell { packages = [ pkgs.nixfmt-rfc-style ]; };
default = pkgs.mkShell {
packages = [
pkgs.nixfmt-rfc-style
pkgs.nodejs
pkgs.pnpm
];
};
};

checks = packages // devShells;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/wrangler/pin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.76.0",
"srcHash": "sha256-EvFlQAYpgivM9v2Ie60kmyWrDaa4jiepjolgWlxcndU=",
"pnpmDepsHash": "sha256-AMBnLXBnuWdTjtmZ/lQarPrRb6pEpvwpDffptSEaJLo="
"version": "3.78.2",
"srcHash": "sha256-HpGleHdkgmVLsfNhB4MwWyfVGEI25KO3CKlQYIAi5ls=",
"pnpmDepsHash": "sha256-PLWO2nDH0pTPvwYn4ooK/gvYDXygkiQtFPazV0fSs1Q="
}

0 comments on commit e66e3eb

Please sign in to comment.