Merge pull request #201350 from Minion3665/prismlauncher-5.2
prismlauncher: 5.1 -> 5.2
This commit is contained in:
commit
9c478777aa
1 changed files with 2 additions and 2 deletions
|
@ -32,13 +32,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "prismlauncher";
|
pname = "prismlauncher";
|
||||||
version = "5.1";
|
version = "5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PrismLauncher";
|
owner = "PrismLauncher";
|
||||||
repo = "PrismLauncher";
|
repo = "PrismLauncher";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-CZH2vINHoQy1hVfKloRrcoCDdXPQRnIylpClQJdOUrk=";
|
sha256 = "sha256-sKAhcbDoRbWf/DuwcBmDjb+VSMM0K2C33gu1K9AlPoQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules ghc_filesystem cmake file jdk wrapQtAppsHook ];
|
nativeBuildInputs = [ extra-cmake-modules ghc_filesystem cmake file jdk wrapQtAppsHook ];
|
||||||
|
|
Loading…
Reference in a new issue