prismlauncher-unwrapped: 11.0.1 -> 11.0.2

This commit is contained in:
R. Ryantm
2026-04-15 10:00:17 +00:00
parent cc839e841c
commit 32aadc795b
@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "prismlauncher-unwrapped";
version = "11.0.1";
version = "11.0.2";
src = fetchFromGitHub {
owner = "PrismLauncher";
repo = "PrismLauncher";
tag = finalAttrs.version;
hash = "sha256-5OMDvGEVbF317gzq8w0LasecrEga1gkmSQ6FwwL7AOc=";
hash = "sha256-GvAfrZxQSlBnCJ59nvK87jDTVo60D8n25K42SokE1q8=";
};
postUnpack = ''