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

[Backport release-24.11] pika-backup: use fetchCargoVendor (#377209)

This commit is contained in:
Seth Flynn 2025-01-27 00:46:48 -05:00 committed by GitHub
commit a93f05cd28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [