cemu: 2.0-85 -> 2.0-86

This commit is contained in:
Anderson Torres 2024-06-17 17:00:00 -03:00
parent 5759f989b0
commit e3ff77236f

View File

@ -48,13 +48,13 @@ let
};
in stdenv.mkDerivation (finalAttrs: {
pname = "cemu";
version = "2.0-85";
version = "2.0-86";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${finalAttrs.version}";
hash = "sha256-uMVbKJhdHLLKsJnj7YFIG+S5pm7rSZfBSWebhTP01Y8=";
hash = "sha256-AS5Qo4J0U1MeTYWl4jiJMi879bhBuioU1BikxGKtUrE=";
};
patches = [