Skip to content

Commit

Permalink
mousai: use fetchCargoVendor (NixOS#377204)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 27, 2025
2 parents c6d0a5d + 048932d commit 9d482bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mo/mousai/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9d482bc

Please sign in to comment.