Unverified Commit e8600781 authored by maxine's avatar maxine Committed by GitHub
Browse files

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

cemu: 2.0-61 -> 2.0-65
parents 4a7a8c15 6852c70d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@

stdenv.mkDerivation rec {
  pname = "cemu";
  version = "2.0-61";
  version = "2.0-65";

  src = fetchFromGitHub {
    owner = "cemu-project";
    repo = "Cemu";
    rev = "v${version}";
    hash = "sha256-oKVVBie3Q3VtsHbh0wJfdlx1YnF424hib8mFRYnbgXY=";
    hash = "sha256-jsDmxol3zZMmpo4whDeUXTzfO+QVK/h6lItXTyJyoak=";
  };

  patches = [