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

everest: 6194 -> 6249 (#509007)

parents e214fc60 d9337fdd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

let
  pname = "everest";
  version = "6194";
  version = "6249";
  phome = "$out/lib/Celeste";
in
stdenvNoCC.mkDerivation {
  inherit pname version;
  src = fetchzip {
    url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6194.0/main.zip";
    url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6249.0/main.zip";
    extension = "zip";
    hash = "sha256-Ja/b/5kKekBZZbqp0o2I8dvtiQ/rRa2kS6Q+08yBX7I=";
    hash = "sha256-xcWscldogSI7vmljg8uU0zV8gREVe5rLHj0l6X+0z9E=";
  };
  buildInputs = [
    icu
+3 −3
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@

let
  pname = "everest";
  version = "6194";
  rev = "5adc0e7ae6087ba90f9dd1cad487cf4dde1d493b";
  version = "6249";
  rev = "201a0dc2e0851f2bc601ed48cc1a64b17952e5ea";
  phome = "$out/lib/Celeste";
in
buildDotnetModule {
@@ -25,7 +25,7 @@ buildDotnetModule {
    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-GG3cxrMZRSHoUzewHEQvljXSgHWcF9GNunlyWbiKrQo=";
    hash = "sha256-ISCL6C1Zj18fMsfBAte9cqAWCA6/4eewKmefYmTm2uA=";
  };

  nativeBuildInputs = [ autoPatchelfHook ];