commit 6448693a2f30a9f5fa5423737c4cff05122daa53
parent b3e97dd0f8f3bab3088bbc19c4e0310c892c9e60
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Mon, 1 Dec 2025 16:33:24 +0100
parent b3e97dd0f8f3bab3088bbc19c4e0310c892c9e60
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Mon, 1 Dec 2025 16:33:24 +0100
flake: update nixpkgs to 25.11
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/flake.lock b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1748162331, - "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=", + "lastModified": 1764522689, + "narHash": "sha256-SqUuBFjhl/kpDiVaKLQBoD8TLD+/cTUzzgVFoaHrkqY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334", + "rev": "8bb5646e0bed5dbd3ab08c7a7cc15b75ab4e1d0f", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-25.05", + "ref": "nixos-25.11", "repo": "nixpkgs", "type": "github" }
diff --git a/flake.nix b/flake.nix @@ -2,7 +2,7 @@ description = "trainsearch"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; outputs = inputs: @@ -53,7 +53,7 @@ oeffisearch = final.stdenv.mkDerivation (finalAttrs: { pname = "oeffisearch"; version = finalAttrs.env.GIT_VERSION; - npmHash = "sha256-VakvVABhQEZyPi2Ssota3CaYPXiouhJEfA72U0KNr9s="; + npmHash = "sha256-kj7eowY6OU2EsE1jh1BzbO6K0QrjHMDVeTxOzvyF4ZI="; src = inputs.self; @@ -65,6 +65,7 @@ pnpmDeps = final.pnpm.fetchDeps { inherit (finalAttrs) pname version src; hash = finalAttrs.npmHash; + fetcherVersion = 2; }; env.GIT_VERSION =