prismlauncher: 5.1 -> 5.2

Changelog: https://github.com/PrismLauncher/PrismLauncher/releases/tag/5.2
This commit is contained in:
Skyler Grey 2022-11-15 17:33:28 +00:00
parent 97b8d9459f
commit c220703aee
No known key found for this signature in database
GPG key ID: 1AFD10256B3C714D

View file

@ -32,13 +32,13 @@ let
in
stdenv.mkDerivation rec {
pname = "prismlauncher";
version = "5.1";
version = "5.2";
src = fetchFromGitHub {
owner = "PrismLauncher";
repo = "PrismLauncher";
rev = version;
sha256 = "sha256-CZH2vINHoQy1hVfKloRrcoCDdXPQRnIylpClQJdOUrk=";
sha256 = "sha256-sKAhcbDoRbWf/DuwcBmDjb+VSMM0K2C33gu1K9AlPoQ=";
};
nativeBuildInputs = [ extra-cmake-modules ghc_filesystem cmake file jdk wrapQtAppsHook ];