Skip to content

Commit 4f54a95

Browse files
committed
cargo-ndk: 3.5.6 -> 3.5.7
1 parent a5c8476 commit 4f54a95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/rust/cargo-ndk/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "cargo-ndk";
11-
version = "3.5.6";
11+
version = "3.5.7";
1212

1313
src = fetchFromGitHub {
1414
owner = "bbqsrc";
1515
repo = pname;
1616
rev = "v${version}";
17-
sha256 = "sha256-piNKtmDssDeB+DznLl0uufT5BFiVCMmYGuRmBUr5QWQ=";
17+
sha256 = "sha256-tzjiq1jjluWqTl+8MhzFs47VRp3jIRJ7EOLhUP8ydbM=";
1818
};
1919

20-
cargoHash = "sha256-sIKan8LnGv4sGVrGOUOKSD3R4fNRu5yBFATm5MWDTSU=";
20+
cargoHash = "sha256-UthI01fLC35BPp550LaDLoo1kjisUmQZqSud8JM/kqM=";
2121

2222
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2323
CoreGraphics

0 commit comments

Comments
 (0)