diff --git a/flake.lock b/flake.lock index f0beaa1..fb1bc2a 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "flake-utils": { "locked": { - "lastModified": 1649676176, - "narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=", + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", "owner": "numtide", "repo": "flake-utils", - "rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", "type": "github" }, "original": { @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1652172129, - "narHash": "sha256-8e2JMrswaKe02P8rYfvIMoc59pNuw6h/GYu8DBE1c+0=", + "lastModified": 1664871473, + "narHash": "sha256-1LzbW6G6Uz8akWiOdlIi435GAm1ct5jF5tovw/9to0o=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f419dc5763c2b3c5580e396dea065b6d8b58ee27", + "rev": "b7a6fde153d9470afdb6aa1da51c4117f03b84ed", "type": "github" }, "original": { @@ -34,11 +34,11 @@ "npmlock2nix": { "flake": false, "locked": { - "lastModified": 1648735462, - "narHash": "sha256-G22WBttdFoWp7E/YvGfePOc+W+ZsQGw+IwpFbAwJNeI=", + "lastModified": 1654775747, + "narHash": "sha256-9pXHDpIjmsK5390wmpGHu9aA4QOPpegPBvThHeBlef4=", "owner": "nix-community", "repo": "npmlock2nix", - "rev": "dd2897c3a6e404446704a63f40b9a29fa0acf752", + "rev": "5c4f247688fc91d665df65f71c81e0726621aaa8", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 81f599f..c79a322 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # We can't use the current stable release because of - # https://github.com/emscripten-core/emscripten/issues/14995 + # https://github.com/emscripten-core/emscripten/issues/16913 inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.npmlock2nix = { url = "github:nix-community/npmlock2nix";