From 637bb995c5f6215f21697a54944a6a8176e34baa Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Mon, 4 Nov 2024 18:22:13 +0000 Subject: [PATCH] Update nixpkgs to current stable channel --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index af0a9323..05ea661a 100644 --- a/flake.lock +++ b/flake.lock @@ -115,16 +115,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1681269223, - "narHash": "sha256-i6OeI2f7qGvmLfD07l1Az5iBL+bFeP0RHixisWtpUGo=", + "lastModified": 1730327045, + "narHash": "sha256-xKel5kd1AbExymxoIfQ7pgcX6hjw9jCgbiBjiUfSVJ8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "87edbd74246ccdfa64503f334ed86fa04010bab9", + "rev": "080166c15633801df010977d9d7474b4a6c549d7", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-22.11", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 803cf3b7..8971377d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "A Tahoe-LAFS storage-system plugin which authorizes storage operations based on privacy-respecting tokens."; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-22.11"; + nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-24.05"; flake-utils.url = "github:numtide/flake-utils"; challenge-bypass-ristretto.url = github:LeastAuthority/python-challenge-bypass-ristretto; challenge-bypass-ristretto.inputs.nixpkgs.follows = "nixpkgs";