conkeyscan: use top-level pyrate-limiter_2

This commit is contained in:
Doron Behar
2026-02-09 22:49:08 +02:00
parent 4731e2e273
commit 1bcc64b026
+1 -9
View File
@@ -9,15 +9,7 @@ let
python = python3.override {
self = python3;
packageOverrides = self: super: {
pyrate-limiter = super.pyrate-limiter.overridePythonAttrs (oldAttrs: rec {
version = "2.10.0";
src = fetchFromGitHub {
inherit (oldAttrs.src) owner repo;
tag = "v${version}";
hash = "sha256-CPusPeyTS+QyWiMHsU0ii9ZxPuizsqv0wQy3uicrDw0=";
};
doCheck = false;
});
pyrate-limiter = super.pyrate-limiter_2;
};
};