Skip to content

Commit 7a87397

Browse files
authored
chore(ethdo): update ethdo v1.35.2 -> v1.38.0 (#649)
* chore: removing useFetchCargoVendor Remove useFetchCargoVendor due to ``` evaluation warning: buildRustPackage: `useFetchCargoVendor` is non‐optional and enabled by default as of 25.05, remove it ``` * chore(ethdo): update ethdo v1.35.2 -> v1.38.0
1 parent af8fc6a commit 7a87397

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pkgs/by-name/bl/blutgang/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
2424
openssl
2525
];
2626

27-
useFetchCargoVendor = true;
2827
cargoHash = "sha256-kkfIcx8sDQkPWzcTii8NHRq8S8gi+rZYSxaJptEL1QM=";
2928

3029
passthru.updateScript = nix-update-script {};

pkgs/by-name/et/ethdo/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
}:
1010
buildGoModule rec {
1111
pname = "ethdo";
12-
version = "1.35.2";
12+
version = "1.38.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "wealdtech";
1616
repo = "ethdo";
1717
rev = "v${version}";
18-
hash = "sha256-A+0fGYhC3BmZzFr/5qeCV31izELILj9gm2IPTheiAas=";
18+
hash = "sha256-3EBewLrtpVB/nKWfI4b828JoaggdKh95RdSm8cQ1Fsc=";
1919
};
2020

2121
runVend = true;
22-
vendorHash = "sha256-+F5zUYtfwiafop2fpVFjXxCAAYHLAemjJAxWcHtKmCs=";
22+
vendorHash = "sha256-G/NG9k5ima/SHrXt676xITzGvDvm/Jc5927PUgMe2KA=";
2323

2424
nativeBuildInputs = [clang];
2525
buildInputs = [mcl bls];

0 commit comments

Comments
 (0)