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

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

cemu: 2.0-73 -> 2.0-74
parents 32057e38 bc576f9c
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-73";
  version = "2.0-74";

  src = fetchFromGitHub {
    owner = "cemu-project";
    repo = "Cemu";
    rev = "v${version}";
    hash = "sha256-uiAga19DTFMq4/7ndOafkY/QvSJhWDSMMg8RV+KxN+E=";
    hash = "sha256-taV2HEKRUQ7k5BpgA3nwVzX8qkTN02O9kqswjdCHod0=";
  };

  patches = [