From 53b7e5967cfafed9f67f01ad55e77eca445419c4 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 4 Dec 2024 22:28:16 +0100 Subject: [PATCH] misc: update nixpkgs --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 00d0624..d890bbd 100644 --- a/flake.lock +++ b/flake.lock @@ -20,16 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1726669291, - "narHash": "sha256-PY7H8O6faeFicmvCeip4Wlpi8qiW8OTTvxZ6PfEQ+ks=", + "lastModified": 1733346352, + "narHash": "sha256-mSdIREzgV4sm15piea89CCrcBbrZqPeDs0ny3gWa6dM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4e39c8bc018b4c3637515be6e3e22f14531c9f8c", + "rev": "c9fb29cdeaa6caebc3d92cce6fe6a164fe43268e", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-24.05", + "ref": "release-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index cd766aa..bcdb804 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/release-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/release-24.11"; flake-utils.url = "github:numtide/flake-utils"; };