From d2782a9e1b4dfae5d294294352da46de79be5144 Mon Sep 17 00:00:00 2001 From: Eli Kogan-Wang Date: Mon, 27 Jan 2025 20:43:50 +0100 Subject: [PATCH] update for http-network-relay --- hooks/default.nix | 4 ++-- overrides/default.nix | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hooks/default.nix b/hooks/default.nix index 4224eaf..0fcca5d 100644 --- a/hooks/default.nix +++ b/hooks/default.nix @@ -36,8 +36,8 @@ let # NOTE: We have to use a non-overlayed Python here because otherwise we run into an infinite recursion # because building of tomlkit and its dependencies also use these hooks. # pythonPath = nonOverlayedPython.pkgs.makePythonPath [ nonOverlayedPython ]; - inherit pythonSitePackages; - inherit pythonInterpreter; + pythonPath = nonOverlayedPython.pkgs.makePythonPath [ nonOverlayedPython ]; + pythonInterpreter = nonOverlayedPython.interpreter; inherit pyprojectPatchScript; inherit fields; inherit kind; diff --git a/overrides/default.nix b/overrides/default.nix index 1a01f2b..95292a6 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -4073,6 +4073,7 @@ lib.composeManyExtensions [ let # Watchfiles does not include Cargo.lock in tarball released on PyPi for versions up to 0.17.0 getRepoHash = version: { + "1.0.4" = "sha256-0JBnUi/aRM9UFTkb8OkP9UkJV+BF2EieZptymRvAXc0="; "0.24.0" = "sha256-uc4CfczpNkS4NMevtRxhUOj9zTt59cxoC0BXnuHFzys="; "0.23.0" = "sha256-kFScg3pkOD0gASRtfXSfwZxyW/XvW9x0zgMn0AQek4A="; "0.22.0" = "sha256-TtRSRgtMOqsnhdvsic3lg33xlA+r/DcYHlzewSOu/44="; @@ -4094,6 +4095,7 @@ lib.composeManyExtensions [ sha256 = getRepoHash prev.watchfiles.version; getCargoHash = version: { + "1.0.4" = "sha256-FSm2cTYdhlN3VHpUlrfmkOmSwfcjWyQqO4cz4l+kohE="; "0.24.0".outputHashes = { "notify-6.1.1" = "sha256-lT3R5ZQpjx52NVMEKTTQI90EWT16YnbqphqvZmNpw/I="; };