From 31ed0b9f217e239fe615bcddbd01bd49f71e4420 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Thu, 3 Oct 2024 23:00:38 -0700 Subject: [PATCH] Update sources (#1690) Co-authored-by: UpdateBot --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 3e24d683..6c439638 100644 --- a/flake.lock +++ b/flake.lock @@ -20,17 +20,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1727968508, - "narHash": "sha256-2rDTgqMf84us7lARphOGRxnr5Q4nJ0RAQsCKYWeRsmI=", + "lastModified": 1728011170, + "narHash": "sha256-L/U/OCeiQCFG2Gg8IQaj1KB4lwoNXkvyjPYLxy9swy0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e873268a358f13746037e5ae3e88aa7aa626b9cf", + "rev": "7f8bae4f304f2b6e60466ce1d562f4af258a4c79", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "e873268a358f13746037e5ae3e88aa7aa626b9cf", + "rev": "7f8bae4f304f2b6e60466ce1d562f4af258a4c79", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 6e5676fd..b467d0f3 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=e873268a358f13746037e5ae3e88aa7aa626b9cf"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=7f8bae4f304f2b6e60466ce1d562f4af258a4c79"; flake-utils.url = "github:numtide/flake-utils"; };