pika-backup: use fetchCargoVendor

This commit is contained in:
Robert Schütz
2025-01-26 13:37:48 -08:00
parent 7219cde9c7
commit 9572cfe77e
+3 -4
View File
@@ -33,10 +33,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 = [