about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-02 20:24:17 +0900
committerGitHub <noreply@github.com>2023-11-02 20:24:17 +0900
commitb925c84312e2e977a2488aac91dc1ebb045cf67f (patch)
tree1ebabdf67aa5fa98b120126a81c4d50374309828 /pkgs
parent657f8ce31927e61a2f2ec1174b882c453e95b38f (diff)
parent0f19fecbad2d67aeb50f1239eb5862bb2fea4430 (diff)
Merge pull request #264575 from r-ryantm/auto-update/cargo-xwin
cargo-xwin: 0.14.8 -> 0.14.9
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ca/cargo-xwin/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ca/cargo-xwin/package.nix b/pkgs/by-name/ca/cargo-xwin/package.nix
index 36d60fb509de0..0b759f520975c 100644
--- a/pkgs/by-name/ca/cargo-xwin/package.nix
+++ b/pkgs/by-name/ca/cargo-xwin/package.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-xwin";
-  version = "0.14.8";
+  version = "0.14.9";
 
   src = fetchFromGitHub {
     owner = "rust-cross";
     repo = "cargo-xwin";
     rev = "v${version}";
-    hash = "sha256-VhpqmGhGBqB20ZteIwbd0GCIUltBGfBw7XF9lH7witA=";
+    hash = "sha256-y2hlzewDWYxkKhr77JB3lkYo5hexcdmPiCRbXLtnolM=";
   };
 
-  cargoHash = "sha256-e5QyaiQKlIzBwJE781BrhdVINacw0iniPywIsoMlCGg=";
+  cargoHash = "sha256-uIFjWgoNCU5kUX4i1Law/YE0TmFLOi6V3Y4b9BpQlI4=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.Security