everest: 6088->6192

This commit is contained in:
Audrey Dutcher
2026-01-12 00:09:59 -07:00
parent d70b05c624
commit c907582196
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -8,15 +8,15 @@
let
pname = "everest";
version = "6088";
version = "6129";
phome = "$out/lib/Celeste";
in
stdenvNoCC.mkDerivation {
inherit pname version;
src = fetchzip {
url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6088.0/main.zip";
url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6129.0/main.zip";
extension = "zip";
hash = "sha256-npcjx7KOCe8T4MyK1d8Z485+XlvkMgjJ5m0PN5TbpgU=";
hash = "sha256-6Pvnvt7ZVQRIKpyBZt18rcqy8DL42WGhR7IF2O9zFLc=";
};
buildInputs = [
icu
+3 -3
View File
@@ -11,7 +11,7 @@
let
pname = "everest";
version = "6088";
version = "6129";
phome = "$out/lib/Celeste";
in
buildDotnetModule {
@@ -20,11 +20,11 @@ buildDotnetModule {
src = fetchFromGitHub {
owner = "EverestAPI";
repo = "Everest";
rev = "d7bc4c2716b747d243fa4347b98422766b3d8b5a";
rev = "04aa4228786ba8448455f1962f9714c08ad28383";
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-aCeqEqSxpLZjO8xskjcBjrKOFFGun1TxK88P2VO6BEg=";
hash = "sha256-p/zcqqKOwqumEY6RRH26FV3j7VQ3q2uFWm6IBEtLrgA=";
};
nativeBuildInputs = [ autoPatchelfHook ];