0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

pika-backup: use fetchCargoVendor

(cherry picked from commit 9572cfe77e)
This commit is contained in:
Robert Schütz 2025-01-26 13:37:24 -08:00 committed by github-actions[bot]
parent b82ae44a2f
commit 901b74ef48

View file

@ -32,10 +32,9 @@ stdenv.mkDerivation rec {
hash = "sha256-DtLGD7+Ydj2fvEHU+bDQDMC/E/9VgrlVNMCG6OlPmfg=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-8nFkc77FiLxMA1hMm8k5VB84l+pQeL0JSzYDytXrNUE=";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-1JFXSVs9HPPzh+IjH4RGugrZEifPVcQho9B3hLSTL6s=";
};
patches = [