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.
2 parents 49bb6c0 + ee13f5c commit 72cda95Copy full SHA for 72cda95
pkgs/by-name/ca/cargo-xwin/package.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "cargo-xwin";
10
- version = "0.17.0";
+ version = "0.17.1";
11
12
src = fetchFromGitHub {
13
owner = "rust-cross";
14
repo = "cargo-xwin";
15
rev = "v${version}";
16
- hash = "sha256-3vQ7pM7Ui0H6qWFWOCW4LzDLJq8bcoFEJrpoa4Tzk9g=";
+ hash = "sha256-6IPkNTwSh5aYQUd0MBmAeQ+iv0owxHwgdQWcjsdoEnA=";
17
};
18
19
- cargoHash = "sha256-4uWPbwntcD4YKdjTlWfMGqM+rddKzaXH1YTX9qLrWrY=";
+ cargoHash = "sha256-lhlqMaqrmEbv2btOf4awtZfEmMVeHGc1JhCpRRlnr90=";
20
21
buildInputs = lib.optionals stdenv.isDarwin [
22
darwin.apple_sdk.frameworks.Security
0 commit comments