irrd: fix build

The new ariadne version 0.29+ removed functions used by irrd
This commit is contained in:
Yureka
2026-03-08 20:46:14 +01:00
parent c583bccdf5
commit 5c6d0eefa9
+12
View File
@@ -47,6 +47,18 @@ let
doCheck = false;
});
# ariadne 0.29+ is missing 'convert_kwargs_to_snake_case'
ariadne = prev.ariadne.overridePythonAttrs (oldAttrs: rec {
version = "0.28.0";
src = fetchPypi {
inherit (oldAttrs) pname;
inherit version;
hash = "sha256-gW66L7djPo4nHjd/UN18IPYFo956wzSqM+p1AZF/qnw=";
};
patches = [ ];
doCheck = false;
});
};
};
in