Commit 5c6d0eef authored by Yureka's avatar Yureka
Browse files

irrd: fix build

The new ariadne version 0.29+ removed functions used by irrd
parent c583bccd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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