prismlauncher: 9.3 -> 9.4
Diff: https://github.com/PrismLauncher/PrismLauncher/compare/refs/tags/9.3...9.4 Changelog: https://github.com/PrismLauncher/PrismLauncher/releases/tag/9.4
This commit is contained in:
@@ -31,13 +31,13 @@ assert lib.assertMsg (
|
||||
) "gamemodeSupport is only available on Linux.";
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "prismlauncher-unwrapped";
|
||||
version = "9.3";
|
||||
version = "9.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PrismLauncher";
|
||||
repo = "PrismLauncher";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-jG/w114iYkkBz0NCe7iBJlgR4usVm83cI+ZqxOLUCWA=";
|
||||
hash = "sha256-q8ln54nepwbJhC212vGODaafsbOCtdXar7F2NacKWO4=";
|
||||
};
|
||||
|
||||
postUnpack = ''
|
||||
|
||||
Reference in New Issue
Block a user