diff --git a/flake.lock b/flake.lock index 1614b3d..cfd2d23 100644 --- a/flake.lock +++ b/flake.lock @@ -5590,16 +5590,16 @@ }, "nixpkgs_37": { "locked": { - "lastModified": 1730327045, - "narHash": "sha256-xKel5kd1AbExymxoIfQ7pgcX6hjw9jCgbiBjiUfSVJ8=", + "lastModified": 1732981179, + "narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "080166c15633801df010977d9d7474b4a6c549d7", + "rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.05", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 0112c53..342bfb7 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ daedalus.url = github:input-output-hk/daedalus/?ref=6.0.0; iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd; nix.url = github:NixOS/nix/?ref=2.24.6; - nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05; + nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.11; nixpkgsUnstable.url = github:NixOS/nixpkgs; ragenix = { url = github:yaxitech/ragenix;