oraclejdk8: 8u261 -> 8u271

This commit is contained in:
Louis Bettens
2021-01-11 23:00:59 +01:00
parent e816a60349
commit 2679f31ad1
2 changed files with 6 additions and 6 deletions
@@ -76,7 +76,7 @@ let result = stdenv.mkDerivation rec {
i686-linux = "linux-i586";
x86_64-linux = "linux-x64";
armv7l-linux = "linux-arm32-vfp-hflt";
aarch64-linux = "linux-arm64-vfp-hflt";
aarch64-linux = "linux-aarch64";
}.${stdenv.hostPlatform.system} or (throw "unsupported system ${stdenv.hostPlatform.system}");
in requireFile {
name = "jdk-${productVersion}u${patchVersion}-${platformName}.tar.gz";