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

everest: 6157 -> 6170

parent 32503a1a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

let
  pname = "everest";
  version = "6157";
  version = "6170";
  phome = "$out/lib/Celeste";
in
stdenvNoCC.mkDerivation {
  inherit pname version;
  src = fetchzip {
    url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6157.0/main.zip";
    url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6170.0/main.zip";
    extension = "zip";
    hash = "sha256-glGxQGp1zLg2wHeJBZUEbzTkCd3hU0GKBJo5SVuqXw4=";
    hash = "sha256-tMovLxTHbBvqQ+e8GLaLIel2hSchuFXnOfnytgSKfsY=";
  };
  buildInputs = [
    icu
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

let
  pname = "everest";
  version = "6157";
  version = "6170";
  phome = "$out/lib/Celeste";
in
buildDotnetModule {
@@ -20,11 +20,11 @@ buildDotnetModule {
  src = fetchFromGitHub {
    owner = "EverestAPI";
    repo = "Everest";
    rev = "44350f94f150bfa9b0ffb3cf979eeaf6146cab34";
    rev = "62ef4d0c36f433fa3a26502eabe6cda5ff205fbc";
    fetchSubmodules = true;
    # TODO: use leaveDotGit = true and modify external/MonoMod in postFetch to please SourceLink
    # Microsoft.SourceLink.Common.targets(53,5): warning : Source control information is not available - the generated source link is empty.
    hash = "sha256-2cbeheBQLcGBUS20CUMNuDgVHqgtWFRAObkTcRZ4xCk=";
    hash = "sha256-OumeSvcWX3/zot7akcQea7jUQH0rL5/E0HzhITGPedA=";
  };

  nativeBuildInputs = [ autoPatchelfHook ];