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

cargo-ndk: 3.4.0 -> 3.5.5
This commit is contained in:
Pol Dellaiera 2024-05-16 22:01:06 +02:00 committed by GitHub
commit 24cea4cb1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-ndk";
version = "3.4.0";
version = "3.5.5";
src = fetchFromGitHub {
owner = "bbqsrc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-PdRiiGRYdbnViK34PnYoLFteipoK2arw79IVOQnJKNE=";
sha256 = "sha256-2nL+NE4ntZbm2DdPZEoJLDeMAxaPXgrSSIvwAThlLlA=";
};
cargoHash = "sha256-6rQwyogm62xx9JmDWfRtCpF1Rqjtt5SDYUdtZBfryuw=";
cargoHash = "sha256-Fa1pkHdjngJx7FwfvSQ76D61NPYC88jXqYnjWx6K2f8=";
buildInputs = lib.optionals stdenv.isDarwin [
CoreGraphics