aapt: 8.4.1-11315950 -> 8.13.2-14304508

This commit is contained in:
linsui
2026-01-06 22:07:06 +08:00
parent 4c0078a18c
commit 9b2d30d5c8
+3 -3
View File
@@ -8,7 +8,7 @@
stdenvNoCC.mkDerivation rec {
pname = "aapt";
version = "8.4.1-11315950";
version = "8.13.2-14304508";
src =
let
@@ -16,12 +16,12 @@ stdenvNoCC.mkDerivation rec {
if stdenvNoCC.hostPlatform.isLinux then
{
url = "https://dl.google.com/android/maven2/com/android/tools/build/aapt2/${version}/aapt2-${version}-linux.jar";
hash = "sha256-eSQaZrRtb5aCG320hrXAL256fxa/oMhBC4hcTA1KRxs=";
hash = "sha256-eiNY58ueDpcyKvAteRuKFVr3r22kOhwSADkaH3CRwKw=";
}
else if stdenvNoCC.hostPlatform.isDarwin then
{
url = "https://dl.google.com/android/maven2/com/android/tools/build/aapt2/${version}/aapt2-${version}-osx.jar";
hash = "sha256-LUihNjase79JbUkHDb10A5d6pJ+VXDVfv7m09hkL8kY=";
hash = "sha256-RI/S2oXMSvipALRfeRTsiXUh130/b8iP+EO0yltd7x0=";
}
else
throw "Unsupport platform: ${stdenvNoCC.system}";