Unverified Commit def45b28 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

cemu: 2.0-74 -> 2.0-78
parents 04d03792 9ea353aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,13 +46,13 @@ let

in stdenv.mkDerivation rec {
  pname = "cemu";
  version = "2.0-74";
  version = "2.0-78";

  src = fetchFromGitHub {
    owner = "cemu-project";
    repo = "Cemu";
    rev = "v${version}";
    hash = "sha256-taV2HEKRUQ7k5BpgA3nwVzX8qkTN02O9kqswjdCHod0=";
    hash = "sha256-ivdqO44+8sDgOshUDFc+4eTgzcEDSiPPIawyktYpob4=";
  };

  patches = [