[Backport release-26.05] prismlauncher: 11.0.2 -> 11.0.3 (#542844)

This commit is contained in:
Sefa Eyeoglu
2026-07-20 16:59:05 +00:00
committed by GitHub

View File

@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "prismlauncher-unwrapped";
version = "11.0.2";
version = "11.0.3";
src = fetchFromGitHub {
owner = "PrismLauncher";
repo = "PrismLauncher";
tag = finalAttrs.version;
hash = "sha256-GvAfrZxQSlBnCJ59nvK87jDTVo60D8n25K42SokE1q8=";
hash = "sha256-0o31pLKnYY0mulLrZKzZtaTPzCviGsgCnEcBt0Y/aG4=";
};
postUnpack = ''