diebahn: use fetchCargoVendor (#377131)

This commit is contained in:
Robert Schütz
2025-01-26 14:22:53 -08:00
committed by GitHub
+2 -2
View File
@@ -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 = [