nix: Update nix packages to 25.05

This commit is contained in:
Fintan Halpenny 2025-08-11 15:48:38 +01:00
parent a8dac56ca6
commit 11d29b280a
2 changed files with 10 additions and 10 deletions

View File

@ -110,32 +110,32 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1740142985, "lastModified": 1754919767,
"narHash": "sha256-fCPt2PVnQgiHXGlTRmU5/gFdG/+JT3ycpt+GxY1Vp+s=", "narHash": "sha256-bc9tjR2ymbmbtYlnOcksjI7tQtDDEEJFGm41t0msXsg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1d1ce35bb6052a23f5692cd89b7cc49acdcb8d0e", "rev": "8c0c41355297485b39d6f6a6d722c8cdfe0257df",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "release-24.11", "ref": "release-25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1740142985, "lastModified": 1754919767,
"narHash": "sha256-fCPt2PVnQgiHXGlTRmU5/gFdG/+JT3ycpt+GxY1Vp+s=", "narHash": "sha256-bc9tjR2ymbmbtYlnOcksjI7tQtDDEEJFGm41t0msXsg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1d1ce35bb6052a23f5692cd89b7cc49acdcb8d0e", "rev": "8c0c41355297485b39d6f6a6d722c8cdfe0257df",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "release-24.11", "ref": "release-25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -2,8 +2,8 @@
description = "Radicle"; description = "Radicle";
inputs = { inputs = {
nixpkgs-unstable.url = "github:NixOS/nixpkgs/release-24.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/release-25.05";
nixpkgs-stable.url = "github:NixOS/nixpkgs/release-24.11"; nixpkgs-stable.url = "github:NixOS/nixpkgs/release-25.05";
nixpkgs.follows = "nixpkgs-stable"; nixpkgs.follows = "nixpkgs-stable";
crane.url = "github:ipetkov/crane"; crane.url = "github:ipetkov/crane";