Unverified Commit a1d831ee authored by TheShadowEevee's avatar TheShadowEevee
Browse files

dolphin-emu: 2603 -> 2603a

parent 972111dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,13 +55,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dolphin-emu";
  version = "2603";
  version = "2603a";

  src = fetchFromGitHub {
    owner = "dolphin-emu";
    repo = "dolphin";
    tag = finalAttrs.version;
    hash = "sha256-9kB5hFAJwLkFi2y5c5ZavwcnXRDE5bxerg5E1hPAutY=";
    hash = "sha256-+3/JtjKFsTEkKQa0LjycqNmDz0M8o2FndWQtw5R5/jQ=";
    fetchSubmodules = true;
    leaveDotGit = true;
    postFetch = ''