Unverified Commit 8263145f authored by Niklas Korz's avatar Niklas Korz Committed by GitHub
Browse files

treewide: remove useFetchCargoVendor usages (#421558)

parents 22d20e86 398b16e1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ rustPlatform.buildRustPackage rec {
    sha256 = "sha256-dGQDRb7fgIkXelZKa+PdodIs9DxbgEMlVGJjK/hU3Mo=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-SqvJSHkyd1IicT6c4pE96dBJNNodULhpyG14HRGVWCk=";

  nativeBuildInputs = [
+0 −2
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ in
    pname = "teos";
    inherit version src;

    useFetchCargoVendor = true;
    cargoHash = "sha256-lod5I94T4wGwXEDtvh2AyaDYM0byCfaSBP8emKV7+3M=";

    buildAndTestSubdir = "teos";
@@ -53,7 +52,6 @@ in
    pname = "teos-watchtower-plugin";
    inherit version src;

    useFetchCargoVendor = true;
    cargoHash = "sha256-lod5I94T4wGwXEDtvh2AyaDYM0byCfaSBP8emKV7+3M=";

    buildAndTestSubdir = "watchtower-plugin";
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ rustPlatform.buildRustPackage rec {
    sha256 = "sha256-jgvYnjt7j4uubpBxrYM3YiUfF1PWuHAN1kwnv6Y+bMg=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-JwTLZawY9+M09IDbMPoNUcNrnW1C2OVlEVn1n7ol6dY=";

  nativeBuildInputs = [
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-f8Xvno5QqmWz4SUiFYDvs8lFU1ZaqQ8gpTaVzWxW4T8=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-abCQ3RsnZ/a1DbjQFOiA7Xs7bbqSJxwNps8yV6Q4FIw=";

  buildFeatures = [ "gtk4_8" ];
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
    sha256 = "sha256-e0YtpakEaaWdgu+bMr2VFoUc6+SUMFk4hYtSyk5aApY=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-w6ZOqpwogKoN4oqqI1gFqY8xAnfvhEBVaL8/6JXpKXs=";

  nativeBuildInputs = [
Loading