Skip to content

Commit 72cda95

Browse files
authored
Merge pull request #323808 from r-ryantm/auto-update/cargo-xwin
cargo-xwin: 0.17.0 -> 0.17.1
2 parents 49bb6c0 + ee13f5c commit 72cda95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-xwin/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "cargo-xwin";
10-
version = "0.17.0";
10+
version = "0.17.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "rust-cross";
1414
repo = "cargo-xwin";
1515
rev = "v${version}";
16-
hash = "sha256-3vQ7pM7Ui0H6qWFWOCW4LzDLJq8bcoFEJrpoa4Tzk9g=";
16+
hash = "sha256-6IPkNTwSh5aYQUd0MBmAeQ+iv0owxHwgdQWcjsdoEnA=";
1717
};
1818

19-
cargoHash = "sha256-4uWPbwntcD4YKdjTlWfMGqM+rddKzaXH1YTX9qLrWrY=";
19+
cargoHash = "sha256-lhlqMaqrmEbv2btOf4awtZfEmMVeHGc1JhCpRRlnr90=";
2020

2121
buildInputs = lib.optionals stdenv.isDarwin [
2222
darwin.apple_sdk.frameworks.Security

0 commit comments

Comments
 (0)