Merge pull request #259182 from r-ryantm/auto-update/cargo-ndk

cargo-ndk: 3.3.0 -> 3.4.0

authored by

Weijia Wang and committed by
GitHub
54900014 f7224e8e

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-ndk/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "cargo-ndk"; 11 - version = "3.3.0"; 11 + version = "3.4.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "bbqsrc"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-jMhDKMFJVz/PdMnSrA+moknXPfwFhPj/fggHDAUCsNY="; 17 + sha256 = "sha256-PdRiiGRYdbnViK34PnYoLFteipoK2arw79IVOQnJKNE="; 18 18 }; 19 19 20 - cargoHash = "sha256-IUMS0oCucYeBSfjxIYl0hhJw2GIpSgh+Vm1iUQ+Jceo="; 20 + cargoHash = "sha256-6rQwyogm62xx9JmDWfRtCpF1Rqjtt5SDYUdtZBfryuw="; 21 21 22 22 buildInputs = lib.optionals stdenv.isDarwin [ 23 23 CoreGraphics