diff --git a/flake.lock b/flake.lock index 8b323d3..cba80af 100644 --- a/flake.lock +++ b/flake.lock @@ -131,17 +131,17 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1772408722, - "narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=", + "lastModified": 1775087534, + "narHash": "sha256-91qqW8lhL7TLwgQWijoGBbiD4t7/q75KTi8NxjVmSmA=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3", + "rev": "3107b77cd68437b9a76194f0f7f9c55f2329ca5b", "type": "github" }, "original": { "owner": "hercules-ci", "repo": "flake-parts", - "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3", + "rev": "3107b77cd68437b9a76194f0f7f9c55f2329ca5b", "type": "github" } }, @@ -168,27 +168,27 @@ }, "nixpkgs": { "locked": { - "lastModified": 1772462024, - "narHash": "sha256-Cfz4LBGUKoYxVCBozAcyuRPXQ9L2mTiOGygqHzUW9gQ=", + "lastModified": 1775482326, + "narHash": "sha256-LjA7TtlsRPTu1YsLN+f8p8gOp7ztCTmN3xpwAa1WqWw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ce8de01ca4e1fdd238963bc91b104a21b2638743", + "rev": "8b52132b14aab8ea16485fcdf3bbd9b9120f894b", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "ce8de01ca4e1fdd238963bc91b104a21b2638743", + "rev": "8b52132b14aab8ea16485fcdf3bbd9b9120f894b", "type": "github" } }, "nixpkgs-lib": { "locked": { - "lastModified": 1772328832, - "narHash": "sha256-e+/T/pmEkLP6BHhYjx6GmwP5ivonQQn0bJdH9YrRB+Q=", + "lastModified": 1774748309, + "narHash": "sha256-+U7gF3qxzwD5TZuANzZPeJTZRHS29OFQgkQ2kiTJBIQ=", "owner": "nix-community", "repo": "nixpkgs.lib", - "rev": "c185c7a5e5dd8f9add5b2f8ebeff00888b070742", + "rev": "333c4e0545a6da976206c74db8773a1645b5870a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 8b9800f..b1cd0a2 100644 --- a/flake.nix +++ b/flake.nix @@ -4,9 +4,9 @@ inputs = { # Commit does not correspond to a tag. # Updating to latest commit generally follows unstable branch. - nixpkgs.url = "github:NixOS/nixpkgs/ce8de01ca4e1fdd238963bc91b104a21b2638743"; + nixpkgs.url = "github:NixOS/nixpkgs/8b52132b14aab8ea16485fcdf3bbd9b9120f894b"; # Commit does not correspond to a tag. - flake-parts.url = "github:hercules-ci/flake-parts/f20dc5d9b8027381c474144ecabc9034d6a839a3"; + flake-parts.url = "github:hercules-ci/flake-parts/3107b77cd68437b9a76194f0f7f9c55f2329ca5b"; flake-checker = { # Commit corresponds to tag v0.2.11. url = "github:DeterminateSystems/flake-checker/1d9e9f37224ff2904b7dbca5cad576725ee814e5";