Commit c8954842 authored by R. RyanTM's avatar R. RyanTM
Browse files

_86Box-with-roms: 4.2.1 -> 5.0

parent fcb0b3f2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "86Box";
  version = "4.2.1";
  version = "5.0";

  src = fetchFromGitHub {
    owner = "86Box";
    repo = "86Box";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ue5Coy2MpP7Iwl81KJPQPC7eD53/Db5a0PGIR+DdPYI=";
    hash = "sha256-vuVaV87BHgqiEDyaRqiqqT1AuBuPSMHs0d+/mT4cEuk=";
  };

  patches = [ ./darwin.patch ];
@@ -115,7 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
      owner = "86Box";
      repo = "roms";
      tag = "v${finalAttrs.version}";
      hash = "sha256-p3djn950mTUIchFCEg56JbJtIsUuxmqRdYFRl50kI5Y=";
      hash = "sha256-bMCmDAdGTkO3BuU0EBC1svulZYP3tPqWBELbXwV0KO8=";
    };
    updateScript = ./update.sh;
  };