diff --git a/deps/uv2nix b/deps/uv2nix index 1f04da19c5..e67baffbcd 100644 --- a/deps/uv2nix +++ b/deps/uv2nix @@ -1 +1 @@ -4cca323a547a1aaa9b94929c4901bed5343eafe8 +9d357f0d2ce6f5f35ec7959d7e704452352eb4da diff --git a/deps/uv_release b/deps/uv_release index 6d44d227cf..ea3f0d7a20 100644 --- a/deps/uv_release +++ b/deps/uv_release @@ -1 +1 @@ -0.9.14 +0.9.22 diff --git a/flake.lock b/flake.lock index c2133abc4f..aa5499f3c4 100644 --- a/flake.lock +++ b/flake.lock @@ -141,11 +141,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1765779637, - "narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=", + "lastModified": 1768127708, + "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1306659b587dc277866c7b69eb97e5f07864d8c4", + "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", "type": "github" }, "original": { @@ -386,17 +386,17 @@ "pyproject-nix": "pyproject-nix" }, "locked": { - "lastModified": 1765631794, - "narHash": "sha256-90d//IZ4GXipNsngO4sb2SAPbIC/a2P+IAdAWOwpcOM=", + "lastModified": 1767701098, + "narHash": "sha256-CJhKZnWb3gumR9oTRjFvCg/6lYTGbZRU7xtvcyWIRwU=", "owner": "pyproject-nix", "repo": "uv2nix", - "rev": "4cca323a547a1aaa9b94929c4901bed5343eafe8", + "rev": "9d357f0d2ce6f5f35ec7959d7e704452352eb4da", "type": "github" }, "original": { "owner": "pyproject-nix", "repo": "uv2nix", - "rev": "4cca323a547a1aaa9b94929c4901bed5343eafe8", + "rev": "9d357f0d2ce6f5f35ec7959d7e704452352eb4da", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 9be507597f..3b42023e99 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ flake-utils.follows = "llvm-backend/utils"; - uv2nix.url = "github:pyproject-nix/uv2nix/4cca323a547a1aaa9b94929c4901bed5343eafe8"; + uv2nix.url = "github:pyproject-nix/uv2nix/9d357f0d2ce6f5f35ec7959d7e704452352eb4da"; # uv2nix requires a newer version of nixpkgs # therefore, we pin uv2nix specifically to a newer version of nixpkgs # until we replaced our stale version of nixpkgs with an upstream one as well