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

everest: 5986 -> 6064 (#471060)

parents 130deace 7bb3ad3b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

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

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

  nativeBuildInputs = [ autoPatchelfHook ];