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:
Alyssa Ross
2025-01-30 15:14:40 +01:00
parent 1cc4133c5b
commit e22b7d9a91
+2 -2
View File
@@ -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