Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-28 12:20:13 +00:00
committed by GitHub
13 changed files with 160 additions and 63 deletions
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "adoptopenjdk-icedtea-web";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "AdoptOpenJDK";
repo = "IcedTea-Web";
rev = "icedtea-web-${version}";
sha256 = "sha256-AC6D6n8jLdATXIXrDTHhs2QFnIZNaaZvJyFEqfxCxYQ=";
sha256 = "sha256-meqbFLGwCMpFoOVAfvtriRAS8ZWr374eSN3m0CdC2aM=";
};
nativeBuildInputs = [ autoreconfHook pkg-config bc ];