Fixed incorrect platform-tools sha1 value
This commit is contained in:
parent
ab9be1b809
commit
c324091a77
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
}
|
}
|
||||||
else if stdenv.system == "x86_64-darwin" then fetchurl {
|
else if stdenv.system == "x86_64-darwin" then fetchurl {
|
||||||
url = https://dl-ssl.google.com/android/repository/platform-tools_r18.0.1-macosx.zip;
|
url = https://dl-ssl.google.com/android/repository/platform-tools_r18.0.1-macosx.zip;
|
||||||
sha1 = "cf9bdbbaa34da37b59724f914dad907c2c74a387";
|
sha1 = "126325cbb55928c38acbb9c7bb5d9145d94fad56";
|
||||||
}
|
}
|
||||||
else throw "System ${stdenv.system} not supported!";
|
else throw "System ${stdenv.system} not supported!";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user