Fix nix hashes

Signed-off-by: Emma [it/its]@Rory& <root@rory.gay>
This commit is contained in:
Emma [it/its]@Rory& 2025-05-03 13:15:13 +02:00
parent 6e85be3a05
commit 24292592c4
3 changed files with 8 additions and 8 deletions

10
flake.lock generated
View File

@ -20,15 +20,15 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1744098102, "lastModified": 1746141548,
"narHash": "sha256-tzCdyIJj9AjysC3OuKA+tMD/kDEDAF9mICPDU7ix0JA=", "narHash": "sha256-IgBWhX7A2oJmZFIrpRuMnw5RAufVnfvOgHWgIdds+hc=",
"owner": "nixos", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c8cd81426f45942bb2906d5ed2fe21d2f19d95b7", "rev": "f02fddb8acef29a8b32f10a335d44828d7825b78",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"

View File

@ -2,7 +2,7 @@
description = "Spacebar server, written in Typescript."; description = "Spacebar server, written in Typescript.";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
}; };
@ -89,4 +89,4 @@
}; };
} }
); );
} }

View File

@ -1,3 +1,3 @@
{ {
"npmDepsHash": "sha256-kygAXilddqffRPxij9KbiLZroiNawmvDUxpDrVM1fSM=" "npmDepsHash": "sha256-sVSHWhnxJPcC2R5MSpmMplweYtDqPsnRS/5j/sTiovI="
} }