We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b68a91 commit fa77d16Copy full SHA for fa77d16
pkgs/blutgang/default.nix
@@ -23,7 +23,8 @@ rustPlatform.buildRustPackage rec {
23
openssl
24
];
25
26
- cargoHash = "sha256-1G80j/lZrAlrgOLgpKyGYP9x6g/9kxXf3wmY2OcynFc=";
+ useFetchCargoVendor = true;
27
+ cargoHash = "sha256-kkfIcx8sDQkPWzcTii8NHRq8S8gi+rZYSxaJptEL1QM=";
28
29
meta = {
30
description = "the wd40 of ethereum load balancers";
0 commit comments