fix: update hashes

This commit is contained in:
Jet 2026-03-18 17:13:37 -07:00
parent 7b842b3342
commit 51bbf67bbe
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

2
.gitignore vendored
View file

@ -28,7 +28,7 @@ yarn-error.log*
.idea .idea
/.direnv /.direnv
/result result
# rust # rust
/api/target /api/target

12
flake.lock generated
View file

@ -86,11 +86,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1772542754, "lastModified": 1773734432,
"narHash": "sha256-WGV2hy+VIeQsYXpsLjdr4GvHv5eECMISX1zKLTedhdg=", "narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8c809a146a140c5c8806f13399592dbcb1bb5dc4", "rev": "cda48547b432e8d3b18b4180ba07473762ec8558",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -129,11 +129,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1772679930, "lastModified": 1773803479,
"narHash": "sha256-FxYmdacqrdDVeE9QqZKTIpNLjv2B8GSKssgwlZuTR98=", "narHash": "sha256-GD6i1F2vrSxbsmbS92+8+x3DbHOJ+yrS78Pm4xigW4M=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "9b741db17141331fdb26270a1b66b81be8be9edd", "rev": "f17186f52e82ec5cf40920b58eac63b78692ac7c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -64,7 +64,7 @@
pname = "jet-website"; pname = "jet-website";
version = "0.1.0"; version = "0.1.0";
src = pkgs.lib.cleanSource ./.; src = pkgs.lib.cleanSource ./.;
npmDepsHash = "sha256-040ZUXj0k4RauBpCtwQ4A2/3CrhdAUIOaejwmPqwtLA="; npmDepsHash = "sha256-hAPfXGje+8pjMRZ5KZKcbu+TgZ9uy+dbYIFVrNQsItg=";
# Inject the Nix-built WASM before npm install resolves file: dep # Inject the Nix-built WASM before npm install resolves file: dep
postPatch = '' postPatch = ''