Unverified Commit 9d482bc6 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

mousai: use fetchCargoVendor (#377204)

parents c6d0a5d3 048932df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,9 +33,9 @@ stdenv.mkDerivation rec {
    hash = "sha256-lib2rPUTKudzbZQIGZxxxzvWNlbLkLdWtb9h7+C05QE=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-KrOvPeT8zhxSTNDRJPrAbUnSgnIQegRmNe5TEgGE8+s=";
    hash = "sha256-59mxTtXQaGiHHbS4vOtwm5py/1BWwaSf+CBdKEtUpno=";
  };

  nativeBuildInputs = [