Merge pull request #323519 from r-ryantm/auto-update/cemu

cemu: 2.0-86 -> 2.0-88
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-02 10:38:40 +00:00 committed by GitHub
commit 8c9ac281ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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