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": {
"locked": {
"lastModified": 1740142985,
"narHash": "sha256-fCPt2PVnQgiHXGlTRmU5/gFdG/+JT3ycpt+GxY1Vp+s=",
"lastModified": 1754919767,
"narHash": "sha256-bc9tjR2ymbmbtYlnOcksjI7tQtDDEEJFGm41t0msXsg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1d1ce35bb6052a23f5692cd89b7cc49acdcb8d0e",
"rev": "8c0c41355297485b39d6f6a6d722c8cdfe0257df",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-24.11",
"ref": "release-25.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1740142985,
"narHash": "sha256-fCPt2PVnQgiHXGlTRmU5/gFdG/+JT3ycpt+GxY1Vp+s=",
"lastModified": 1754919767,
"narHash": "sha256-bc9tjR2ymbmbtYlnOcksjI7tQtDDEEJFGm41t0msXsg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1d1ce35bb6052a23f5692cd89b7cc49acdcb8d0e",
"rev": "8c0c41355297485b39d6f6a6d722c8cdfe0257df",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-24.11",
"ref": "release-25.05",
"repo": "nixpkgs",
"type": "github"
}

View File

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