polymc: 1.1.1 -> 1.2.1

This commit is contained in:
icelimetea 2022-04-23 06:58:16 +01:00
parent 79d81ff4a8
commit c8577c92b8

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