mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 08:55:39 +00:00
nix: upgrade nixpkgs ot bump Android NDK to 21.0.6113669
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6334268757
commit
c3f3ca3e12
@ -18,7 +18,7 @@ let
|
|||||||
lldbVersions = [ "3.1.4508709" ];
|
lldbVersions = [ "3.1.4508709" ];
|
||||||
cmakeVersions = [ "3.10.2" ];
|
cmakeVersions = [ "3.10.2" ];
|
||||||
includeNDK = true;
|
includeNDK = true;
|
||||||
ndkVersion = "21.0.5935234";
|
ndkVersion = "21.0.6113669";
|
||||||
useGoogleAPIs = false;
|
useGoogleAPIs = false;
|
||||||
useGoogleTVAddOns = false;
|
useGoogleTVAddOns = false;
|
||||||
includeExtras = [ "extras;android;m2repository" "extras;google;m2repository" ];
|
includeExtras = [ "extras;android;m2repository" "extras;google;m2repository" ];
|
||||||
|
@ -8,8 +8,8 @@ let
|
|||||||
name = "nixpkgs-source";
|
name = "nixpkgs-source";
|
||||||
owner = "status-im";
|
owner = "status-im";
|
||||||
repo = "nixpkgs";
|
repo = "nixpkgs";
|
||||||
rev = "d9b2c6b8add87098adb8ee34042e39d15f3658c4";
|
rev = "6b866d0e1aa66962a63fceb99210276696e5cccc";
|
||||||
sha256 = "19wnp97nlkyd825pjd9vm9rngy3gcil9bwqncwscivsmaz5c7l37";
|
sha256 = "0507cbrvp7m36z86kbgh617cc96j8jk74kvjflxsjz2f196z070p";
|
||||||
# To get the compressed Nix sha256, use:
|
# To get the compressed Nix sha256, use:
|
||||||
# nix-prefetch-url --unpack https://github.com/${ORG}/nixpkgs/archive/${REV}.tar.gz
|
# nix-prefetch-url --unpack https://github.com/${ORG}/nixpkgs/archive/${REV}.tar.gz
|
||||||
# The last line will be the hash.
|
# The last line will be the hash.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user