Merge pull request #169902 from icelimetea/polymc-1.2.1

polymc: 1.1.1 -> 1.2.1
This commit is contained in:
Lassulus 2022-04-23 20:46:30 +01:00 committed by GitHub
commit 4441cd9c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,18 +18,18 @@
mkDerivation rec {
pname = "polymc";
version = "1.1.1";
version = "1.2.1";
src = fetchFromGitHub {
owner = "PolyMC";
repo = "PolyMC";
rev = version;
sha256 = "sha256-virXfnjCzuR2cJoyzapIopT9B+Yi1neff2ZqfOvsmxY=";
sha256 = "sha256-pnMmmeIKAaX+z1YzzowotjaG/HKdiqcz2tJ5eGRR77I=";
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake file makeWrapper ];
buildInputs = [ qtbase jdk8 zlib ];
buildInputs = [ qtbase jdk zlib ];
postPatch = ''
# hardcode jdk paths