everest: 6129 -> 6157 (#485284)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-30 15:51:58 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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
View File
@@ -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 ];