Merge pull request #264575 from r-ryantm/auto-update/cargo-xwin

cargo-xwin: 0.14.8 -> 0.14.9

authored by

OTABI Tomoya and committed by
GitHub
b925c843 657f8ce3

+3 -3
+3 -3
pkgs/by-name/ca/cargo-xwin/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "cargo-xwin"; 10 - version = "0.14.8"; 10 + version = "0.14.9"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "rust-cross"; 14 14 repo = "cargo-xwin"; 15 15 rev = "v${version}"; 16 - hash = "sha256-VhpqmGhGBqB20ZteIwbd0GCIUltBGfBw7XF9lH7witA="; 16 + hash = "sha256-y2hlzewDWYxkKhr77JB3lkYo5hexcdmPiCRbXLtnolM="; 17 17 }; 18 18 19 - cargoHash = "sha256-e5QyaiQKlIzBwJE781BrhdVINacw0iniPywIsoMlCGg="; 19 + cargoHash = "sha256-uIFjWgoNCU5kUX4i1Law/YE0TmFLOi6V3Y4b9BpQlI4="; 20 20 21 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 22 darwin.apple_sdk.frameworks.Security