Unverified Commit 6144f167 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

everest: 6129 -> 6157 (#485284)

parents 01e639f0 dae38fb9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

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

let
  pname = "everest";
  version = "6129";
  version = "6157";
  phome = "$out/lib/Celeste";
in
buildDotnetModule {
@@ -20,11 +20,11 @@ buildDotnetModule {
  src = fetchFromGitHub {
    owner = "EverestAPI";
    repo = "Everest";
    rev = "04aa4228786ba8448455f1962f9714c08ad28383";
    rev = "44350f94f150bfa9b0ffb3cf979eeaf6146cab34";
    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-p/zcqqKOwqumEY6RRH26FV3j7VQ3q2uFWm6IBEtLrgA=";
    hash = "sha256-2cbeheBQLcGBUS20CUMNuDgVHqgtWFRAObkTcRZ4xCk=";
  };

  nativeBuildInputs = [ autoPatchelfHook ];