prismlauncher: 5.0 -> 5.1

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2022-11-01 11:51:23 +01:00
parent ddcd07f4a8
commit c77f59d15b
No known key found for this signature in database
GPG key ID: C10411294912A422

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 ];