nextcloud-notify_push: useFetchCargoVendor (#377087)

This commit is contained in:
Robert Schütz
2025-01-28 06:43:00 -08:00
committed by GitHub
+4 -2
View File
@@ -16,7 +16,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-Y71o+ARi/YB2BRDfEyORbrA9HPvsUlWdh5UjM8hzmcA=";
};
cargoHash = "sha256-Mk+0LKP55Um5YiCx2O49rUZPwaXtKFnWtRC+WPGBadE=";
useFetchCargoVendor = true;
cargoHash = "sha256-bO3KN+ynxNdbnFv1ZHJSSPWd4SxWQGIis3O3Gfba8jw=";
passthru = rec {
test_client = rustPlatform.buildRustPackage {
@@ -25,7 +26,8 @@ rustPlatform.buildRustPackage rec {
buildAndTestSubdir = "test_client";
cargoHash = "sha256-SBEuFOTgqNjPtKx0PFDA5Gkiksn3cZEmYcs2shAo2Po=";
useFetchCargoVendor = true;
cargoHash = "sha256-bO3KN+ynxNdbnFv1ZHJSSPWd4SxWQGIis3O3Gfba8jw=";
meta = meta // {
mainProgram = "test_client";