From 75fb8a2165232d895a5bd1753442dae0408c0977 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Fri, 6 Dec 2024 17:55:29 -0800 Subject: [PATCH] Update sources (#1808) 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 67f27053..908c4e31 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1733426878, - "narHash": "sha256-boWvvAttPEXJbi5TiRqRuLE78mic+asXrCpcEm9XIK8=", + "lastModified": 1733470866, + "narHash": "sha256-OSIG4k3SttKzxPodsHUxEEWB0mNSe0/UFKiDm9UDvUU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "21e9e52183fd52452c26a1d7957b0299a37fa83a", + "rev": "c77dab3ae5c71a5eaef539968ebfb13dce79b0ea", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "21e9e52183fd52452c26a1d7957b0299a37fa83a", + "rev": "c77dab3ae5c71a5eaef539968ebfb13dce79b0ea", "type": "github" } }, diff --git a/flake.nix b/flake.nix index e55a6e26..c05e3c7d 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=21e9e52183fd52452c26a1d7957b0299a37fa83a"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=c77dab3ae5c71a5eaef539968ebfb13dce79b0ea"; }; outputs = { self, nixpkgs }: