Unverified Commit 91d07442 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

cemu: 2.0-78 -> 2.0-79
parents 8e540388 e5b83af9
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-78";
  version = "2.0-79";

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

  patches = [