cemu: 2.0-88 -> 2.0-91

This commit is contained in:
R. Ryantm 2024-07-30 05:48:56 +00:00
parent 7fee7ae70f
commit 1115d7fb0d

View File

@ -48,13 +48,13 @@ let
};
in stdenv.mkDerivation (finalAttrs: {
pname = "cemu";
version = "2.0-88";
version = "2.0-91";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${finalAttrs.version}";
hash = "sha256-ZXJrxfTgwDmHUk3UqA4H4MSEvNNq9lXHXxf9rgWqkro=";
hash = "sha256-4Z2cTunYQ9KEx1VQRiPSqGOLn0eAqcXF+A32KjQDga8=";
};
patches = [