Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
chore: update nixpkgs to 25.05
Fintan Halpenny committed 11 months ago
commit d025d4d0483fcbdb686fa6c535ec2ffa80223a35
parent dc36e5a
2 files changed +5 -5
modified flake.lock
@@ -41,16 +41,16 @@
    },
    "nixpkgs": {
      "locked": {
-
        "lastModified": 1735651292,
-
        "narHash": "sha256-YLbzcBtYo1/FEzFsB3AnM16qFc6fWPMIoOuSoDwvg9g=",
+
        "lastModified": 1748874392,
+
        "narHash": "sha256-eQBfZgtcRTdZIcoguK569f7PdjC0KfNcIdHl3QXPesk=",
        "owner": "NixOS",
        "repo": "nixpkgs",
-
        "rev": "0da3c44a9460a26d2025ec3ed2ec60a895eb1114",
+
        "rev": "02718908003315c70867d41621c8829ee16809b6",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
-
        "ref": "release-24.05",
+
        "ref": "release-25.05",
        "repo": "nixpkgs",
        "type": "github"
      }
modified flake.nix
@@ -2,7 +2,7 @@
  description = "radicle.xyz";

  inputs = {
-
    nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
+
    nixpkgs.url = "github:NixOS/nixpkgs/release-25.05";
    flake-utils.url = "github:numtide/flake-utils";
    bundix = {
      url = "github:inscapist/bundix/main";