Skip to content

Commit

Permalink
diebahn: use fetchCargoVendor (NixOS#377131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Jan 26, 2025
2 parents 31bb254 + b84717b commit 05f10bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/di/diebahn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ stdenv.mkDerivation rec {
hash = "sha256-jk2Pn/kqjMx5reMkIL8nLMWMZylwdoVq4FmnzaohnjU=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-UE+N6cvcWVJTxE8m4hHmBLyd5RBecDQy1kR4zDzPyf0=";
hash = "sha256-WiFW+xz5kxFKe9y8vHaFD9xW7f9iHc9hyCBWW4uMquU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 05f10bf

Please sign in to comment.