Commit e22b7d9a authored by Alyssa Ross's avatar Alyssa Ross
Browse files

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
parent 1cc4133c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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