cfdyndns: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-10 18:00:35 +01:00
parent 36609c28fd
commit e25947c2fc
2 changed files with 2 additions and 2093 deletions
-2090
View File
File diff suppressed because it is too large Load Diff
+2 -3
View File
@@ -16,9 +16,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-OV1YRcZDzYy1FP1Bqp9m+Jxgu6Vc0aWpbAffNcdIW/4=";
};
cargoLock.lockFile = ./Cargo.lock;
cargoLock.outputHashes."cloudflare-0.12.0" = "sha256-8/C5mHN7g/k3q9BzFC9TIKMlgmBsmvC4xWVEoz1Sz9c=";
cargoLock.outputHashes."public-ip-0.2.2" = "sha256-DDdh90EAo3Ppsym4AntczFuiAQo4/QQ9TEPJjMB1XzY=";
useFetchCargoVendor = true;
cargoHash = "sha256-VA4oT8WeXdxjr/tKbrRuZPLpXmmXbeKC5d6laRHr+uo=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];