We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db61496 + 4f54a95 commit 7e9f7ceCopy full SHA for 7e9f7ce
pkgs/development/tools/rust/cargo-ndk/default.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "cargo-ndk";
11
- version = "3.5.6";
+ version = "3.5.7";
12
13
src = fetchFromGitHub {
14
owner = "bbqsrc";
15
repo = pname;
16
rev = "v${version}";
17
- sha256 = "sha256-piNKtmDssDeB+DznLl0uufT5BFiVCMmYGuRmBUr5QWQ=";
+ sha256 = "sha256-tzjiq1jjluWqTl+8MhzFs47VRp3jIRJ7EOLhUP8ydbM=";
18
};
19
20
- cargoHash = "sha256-sIKan8LnGv4sGVrGOUOKSD3R4fNRu5yBFATm5MWDTSU=";
+ cargoHash = "sha256-UthI01fLC35BPp550LaDLoo1kjisUmQZqSud8JM/kqM=";
21
22
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
23
CoreGraphics
0 commit comments