rustywind: update source hashes
Upstream has confirmed that this was on purpose, and that it won't happen again. Link: https://github.com/avencera/rustywind/issues/114 Closes: https://github.com/NixOS/nixpkgs/issues/376085
This commit is contained in:
@@ -14,10 +14,10 @@ rustPlatform.buildRustPackage rec {
|
||||
owner = "avencera";
|
||||
repo = "rustywind";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-NRIWjmKjteJibqnOjkkUY9eKIM65H7NaRX8rn1MdXmY=";
|
||||
hash = "sha256-4VpSf6ukeDbz8pRxsDt38MxMDgavAOqgzIof/3AaJ04=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-yUODUAhWtRGCj3U9nBlw3+5dNv6vGHXmJzUd8hGKnu0=";
|
||||
cargoHash = "sha256-hV0dKFuDDJQLRe/eFBDpPEetwJXnElLVE8kzjiQ5Itk=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
|
||||
Reference in New Issue
Block a user