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

cemu: 2.0-91 -> 2.0-92
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-08-10 18:09:31 +00:00
committed by GitHub
+2 -2
View File
@@ -48,13 +48,13 @@ let
};
in stdenv.mkDerivation (finalAttrs: {
pname = "cemu";
version = "2.0-91";
version = "2.0-92";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${finalAttrs.version}";
hash = "sha256-4Z2cTunYQ9KEx1VQRiPSqGOLn0eAqcXF+A32KjQDga8=";
hash = "sha256-bjt+2RzmG8iKcdyka4HsHM5NEzCwGah4s9eiywSHXbw=";
};
patches = [