Commit 4f9a955c authored by R. RyanTM's avatar R. RyanTM Committed by Winter
Browse files

cemu: 2.0-22 -> 2.0-26

parent 1f974883
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@

stdenv.mkDerivation rec {
  pname = "cemu";
  version = "2.0-22";
  version = "2.0-26";

  src = fetchFromGitHub {
    owner = "cemu-project";
    repo = "Cemu";
    rev = "v${version}";
    hash = "sha256-ZQfJHQnT5mV6GC3dO6QV1fGsnyZMYqXiVdBSsimL5yU=";
    hash = "sha256-+y+PJE2biRvuxIwrFVMjmkZyD8/zhHVMw6vzNKlsOZE=";
  };

  patches = [