Skip to content

Commit

Permalink
fix: update flake depedancies
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Oct 9, 2024
1 parent 8d2e8ac commit f5ad68d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions assets/node-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3856,13 +3856,13 @@ let
sha512 = "8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==";
};
};
"webpack-5.94.0" = {
"webpack-5.95.0" = {
name = "webpack";
packageName = "webpack";
version = "5.94.0";
version = "5.95.0";
src = fetchurl {
url = "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz";
sha512 = "KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==";
url = "https://registry.npmjs.org/webpack/-/webpack-5.95.0.tgz";
sha512 = "2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==";
};
};
"webpack-cli-5.1.4" = {
Expand Down Expand Up @@ -4564,7 +4564,7 @@ let
sources."util-deprecate-1.0.2"
sources."validate-npm-package-license-3.0.4"
sources."watchpack-2.4.1"
(sources."webpack-5.94.0" // {
(sources."webpack-5.95.0" // {
dependencies = [
sources."ajv-6.12.6"
sources."ajv-keywords-3.5.2"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
TOP_SRC = src;
pname = "${pname}-mix-deps";
inherit src version;
hash = "sha256-XSdTzJ8s8Y/pUrcvYyyWV3kDFJs2O52a9up+s5VHcSw=";
hash = "sha256-YK7IrBFpPkgl28ml6esB6EeIgXL38LCdTJhdiLtvuYs=";
# hash = pkgs.lib.fakeHash;
};

Expand Down

0 comments on commit f5ad68d

Please sign in to comment.