diff --git a/flake.lock b/flake.lock index 006aca1..c60b67e 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1728538411, - "narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=", + "lastModified": 1729265718, + "narHash": "sha256-4HQI+6LsO3kpWTYuVGIzhJs1cetFcwT7quWCk/6rqeo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221", + "rev": "ccc0c2126893dd20963580b6478d1a10a4512185", "type": "github" }, "original": { diff --git a/nix/deps.nix b/nix/deps.nix index a4d5f26..455a03d 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -23,8 +23,8 @@ }) (fetchNuGet { pname = "FSharp.Core"; - version = "8.0.400"; - hash = "sha256-wlrcAjjvI5YtnHR7kFH8uRUA4GomJYmqr41K5LYjCGs="; + version = "8.0.401"; + hash = "sha256-+tp7/Ssr5lb55ZBTOjTuuH0rLCGfhe5Yjq4jvU5KML0="; }) (fetchNuGet { pname = "FsUnit";