Commit c8025063 authored by liberodark's avatar liberodark
Browse files

dolphin-emu: 2506 -> 2506a

parent bb65d58d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,13 +54,13 @@

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

  src = fetchFromGitHub {
    owner = "dolphin-emu";
    repo = "dolphin";
    tag = finalAttrs.version;
    hash = "sha256-JEp1rc5nNJY4GfNCR2Vi4ctQ14p+LZWuFPFirv6foUM=";
    hash = "sha256-xYGq2Yt4Gqb/QDA6HZajs7JCwETufuqigk3bZbsgdEM=";
    fetchSubmodules = true;
    leaveDotGit = true;
    postFetch = ''