diff options
author | breezystatic77 | 2025-06-01 10:58:13 -0400 |
---|---|---|
committer | breezystatic77 | 2025-06-01 10:58:13 -0400 |
commit | 23d78452da56dd856770acf74e91892d2e892ba9 (patch) | |
tree | 51fa1527d4a2b5b9e1d4c1d295160a2505b0983d | |
parent | 092092ede52afa1faaca8b359d8b5d4514709389 (diff) |
-rw-r--r-- | flake.lock | 14 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 8 insertions, 8 deletions
@@ -2,11 +2,11 @@ "nodes": { "crane": { "locked": { - "lastModified": 1736898272, - "narHash": "sha256-D10wlrU/HCpSRcb3a7yk+bU3ggpMD1kGbseKtO+7teo=", + "lastModified": 1748047550, + "narHash": "sha256-t0qLLqb4C1rdtiY8IFRH5KIapTY/n3Lqt57AmxEv9mk=", "owner": "ipetkov", "repo": "crane", - "rev": "6a589f034202a7c6e10bce6c5d1d392d7bc0f340", + "rev": "b718a78696060df6280196a6f992d04c87a16aef", "type": "github" }, "original": { @@ -35,16 +35,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1736916166, - "narHash": "sha256-puPDoVKxkuNmYIGMpMQiK8bEjaACcCksolsG36gdaNQ=", + "lastModified": 1748437600, + "narHash": "sha256-hYKMs3ilp09anGO7xzfGs3JqEgUqFMnZ8GMAqI6/k04=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e24b4c09e963677b1beea49d411cd315a024ad3a", + "rev": "7282cb574e0607e65224d33be8241eae7cfe0979", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } @@ -1,7 +1,7 @@ { description = "Endless honeypot for web crawlers"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; flake-utils.url = "github:numtide/flake-utils"; crane.url = "github:ipetkov/crane"; }; |