diff --git a/flake.lock b/flake.lock index 764e6e4..4f10f08 100644 --- a/flake.lock +++ b/flake.lock @@ -665,16 +665,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1701053011, - "narHash": "sha256-8QQ7rFbKFqgKgLoaXVJRh7Ik5LtI3pyBBCfOnNOGkF0=", + "lastModified": 1732817615, + "narHash": "sha256-OxBtFh60ooClrIZyKEJyUsPngfBunnZVY7LfsoZPm9M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5b528f99f73c4fad127118a8c1126b5e003b01a9", + "rev": "fa7db5bea155321f36140fcd11a514247cd0757d", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-23.05", + "ref": "release-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index ff1b84d..c1d762f 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ url = "github:hercules-ci/gitignore.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.05"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-24.05"; outputs = { self, flake-utils, gitignore, haskellNix, nixpkgs }: flake-utils.lib.eachSystem ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"] (system: