Skip to content

Commit

Permalink
update for http-network-relay
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Jan 27, 2025
1 parent b4d7e4a commit d2782a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand All @@ -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=";
};
Expand Down

0 comments on commit d2782a9

Please sign in to comment.