Merge pull request #198926 from Scrumplex/update-prismlauncher-5.1

prismlauncher: 5.0 -> 5.1
This commit is contained in:
Stanisław Pitucha 2022-11-02 00:30:10 +11:00 committed by GitHub
commit 51047b2a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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