Commit 7f018612 authored by R. RyanTM's avatar R. RyanTM
Browse files

everest: 5961 -> 5986

parent 482eaefb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

let
  pname = "everest";
  version = "5961";
  version = "5986";
  phome = "$out/lib/Celeste";
in
stdenvNoCC.mkDerivation {
  inherit pname version;
  src = fetchzip {
    url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.5961.0/main.zip";
    url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.5986.0/main.zip";
    extension = "zip";
    hash = "sha256-zFGBzRbFJOnJ4d8396SoLEgnicDwEqvSbOZKqWSyR+w=";
    hash = "sha256-SXArDyW9AzFkomsnIxoZLqZg9OWXBZG3lKI8sBffNjU=";
  };
  buildInputs = [
    icu
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

let
  pname = "everest";
  version = "5961";
  version = "5986";
  phome = "$out/lib/Celeste";
in
buildDotnetModule {
@@ -20,11 +20,11 @@ buildDotnetModule {
  src = fetchFromGitHub {
    owner = "EverestAPI";
    repo = "Everest";
    rev = "7972286159c1f4d1f219c1101273067d45cd1161";
    rev = "33ad712541e60374c2c5e86f7ad931b96291b1bd";
    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-GkWeOfatzw9uLWkzNzjSEM8p+HWuJPbycv/0YNxTdqk=";
    hash = "sha256-BDzTA+O9tuIN89uBgcZ4Tg5cgd/YcL+6w5aQ9KkN2xA=";
  };

  nativeBuildInputs = [ autoPatchelfHook ];