polymc: 6.1 -> 7.0

This commit is contained in:
Mateusz Słodkowicz 2025-04-09 20:38:21 +02:00
parent 29d715e7af
commit 2caaf0b89e
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 2 additions and 2 deletions

View File

@ -62,13 +62,13 @@ let
in
stdenv.mkDerivation rec {
pname = "polymc" + (lib.optionalString ((lib.versions.major qtbase.version) == "5") "-qt5");
version = "6.1";
version = "7.0";
src = fetchFromGitHub {
owner = "PolyMC";
repo = "PolyMC";
rev = version;
sha256 = "sha256-AOy13zAWQ0CtsX9z1M+fxH7Sh/QSFy7EdQ/fD9yUYc8=";
sha256 = "sha256-tJA/xSfqRXZK/OXbxhLNqUJU5nQGVzxgownXUMTy284=";
fetchSubmodules = true;
};
dontWrapQtApps = true;