prismlauncher: 11.0.2 -> 11.0.3 (#541683)

This commit is contained in:
Nikolay Korotkiy
2026-07-17 07:39:09 +00:00
committed by GitHub
@@ -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 = ''