zaphyra's git: oeffisearch

fast and simple tripplanner

commit 3fcc242def7c5737f5dec29e9656f9566a28e856
parent 701ef2fabcd1d443c8aa9e44068489517b08a568
Author: Katja (zaphyra) <git@ctu.cx>
Date: Tue, 27 May 2025 14:35:41 +0200

flake: update nixpkgs to `25.05`
2 files changed, 6 insertions(+), 6 deletions(-)
M
flake.lock
|
8
++++----
M
flake.nix
|
4
++--
diff --git a/flake.lock b/flake.lock
@@ -2,16 +2,16 @@
   "nodes": {
     "nixpkgs": {
       "locked": {
-        "lastModified": 1737299813,
-        "narHash": "sha256-Qw2PwmkXDK8sPQ5YQ/y/icbQ+TYgbxfjhgnkNJyT1X8=",
+        "lastModified": 1748162331,
+        "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "107d5ef05c0b1119749e381451389eded30fb0d5",
+        "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334",
         "type": "github"
       },
       "original": {
         "owner": "NixOS",
-        "ref": "nixos-24.11",
+        "ref": "nixos-25.05",
         "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-24.11";
+  inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
 
   outputs = inputs: let
     forAllSystems = function:

@@ -42,7 +42,7 @@
       oeffisearch = final.stdenv.mkDerivation (finalAttrs: {
         pname = "oeffisearch";
         version = finalAttrs.env.GIT_VERSION;
-        npmHash = "sha256-2fQuAUqsjgXFFQr8Er74aimYzV5Ss446wk0bBBP+9tU=";
+        npmHash = "sha256-5+kJMAF+hAO4T8kfihRA7msBaVfj0HXVoRUppvPhGIo=";
 
         src  = inputs.self;