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

cemu: 2.0-82 -> 2.0-85
This commit is contained in:
Weijia Wang
2024-06-02 19:14:56 +02:00
committed by GitHub
+2 -2
View File
@@ -46,13 +46,13 @@ let
in stdenv.mkDerivation rec {
pname = "cemu";
version = "2.0-82";
version = "2.0-85";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-rmlkit7ZNUM0ErqoclivfBHolV0tRWyToLmsvoTslbI=";
hash = "sha256-uMVbKJhdHLLKsJnj7YFIG+S5pm7rSZfBSWebhTP01Y8=";
};
patches = [