From 1eb80a0a89bbb0c9098e397e2e9798895eaf0cc6 Mon Sep 17 00:00:00 2001 From: eskimor Date: Tue, 27 Feb 2024 12:04:53 +0100 Subject: [PATCH] Bump nixos - 23.11 seems to work just fine. (#1734) Co-authored-by: eskimor --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 6b5e7f6a5..9d8a29fca 100644 --- a/flake.lock +++ b/flake.lock @@ -20,16 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1693771906, - "narHash": "sha256-32EnPCaVjOiEERZ+o/2Ir7JH9pkfwJZJ27SKHNvt4yk=", + "lastModified": 1708831307, + "narHash": "sha256-0iL/DuGjiUeck1zEaL+aIe2WvA3/cVhp/SlmTcOZXH4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc", + "rev": "5bf1cadb72ab4e77cb0b700dab76bcdaf88f706b", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.05", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 099a96ddb..cf8d3fe01 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks"; inputs = { # follow official nixpkgs release so that likely one already have the required dependencies in store - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; flake-parts = { url = "github:hercules-ci/flake-parts"; };