From 24292592c448f69affe9bb2971362cf9910181dd Mon Sep 17 00:00:00 2001 From: "Emma [it/its]@Rory&" Date: Sat, 3 May 2025 13:15:13 +0200 Subject: [PATCH] Fix nix hashes Signed-off-by: Emma [it/its]@Rory& --- flake.lock | 10 +++++----- flake.nix | 4 ++-- hashes.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index d988ca86..7f66a7cc 100644 --- a/flake.lock +++ b/flake.lock @@ -20,15 +20,15 @@ }, "nixpkgs": { "locked": { - "lastModified": 1744098102, - "narHash": "sha256-tzCdyIJj9AjysC3OuKA+tMD/kDEDAF9mICPDU7ix0JA=", - "owner": "nixos", + "lastModified": 1746141548, + "narHash": "sha256-IgBWhX7A2oJmZFIrpRuMnw5RAufVnfvOgHWgIdds+hc=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "c8cd81426f45942bb2906d5ed2fe21d2f19d95b7", + "rev": "f02fddb8acef29a8b32f10a335d44828d7825b78", "type": "github" }, "original": { - "owner": "nixos", + "owner": "NixOS", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" diff --git a/flake.nix b/flake.nix index 3fb2bc23..230c0f63 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Spacebar server, written in Typescript."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils"; }; @@ -89,4 +89,4 @@ }; } ); -} +} \ No newline at end of file diff --git a/hashes.json b/hashes.json index 0ee6779a..d3e02f7e 100644 --- a/hashes.json +++ b/hashes.json @@ -1,3 +1,3 @@ { - "npmDepsHash": "sha256-kygAXilddqffRPxij9KbiLZroiNawmvDUxpDrVM1fSM=" + "npmDepsHash": "sha256-sVSHWhnxJPcC2R5MSpmMplweYtDqPsnRS/5j/sTiovI=" }