everest: 5935 -> 5961

This commit is contained in:
R. Ryantm
2025-11-06 15:26:25 +00:00
parent 9d4098e3c8
commit f8a2ee2c1f
2 changed files with 6 additions and 6 deletions

View File

@@ -8,15 +8,15 @@
let
pname = "everest";
version = "5935";
version = "5961";
phome = "$out/lib/Celeste";
in
stdenvNoCC.mkDerivation {
inherit pname version;
src = fetchzip {
url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.5935.0/main.zip";
url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.5961.0/main.zip";
extension = "zip";
hash = "sha256-XYvXrfHSjSShAg3r2qikt1CPXldYvsU1EvRJNzJoGTU=";
hash = "sha256-zFGBzRbFJOnJ4d8396SoLEgnicDwEqvSbOZKqWSyR+w=";
};
buildInputs = [
icu

View File

@@ -11,7 +11,7 @@
let
pname = "everest";
version = "5935";
version = "5961";
phome = "$out/lib/Celeste";
in
buildDotnetModule {
@@ -20,11 +20,11 @@ buildDotnetModule {
src = fetchFromGitHub {
owner = "EverestAPI";
repo = "Everest";
rev = "6a6da718227b357f5b997499e454d5dc5c3e2788";
rev = "7972286159c1f4d1f219c1101273067d45cd1161";
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-qSDcwqjJeb2pNbyriZ/9Gk72DyR5KdIoncXol7JZvFg=";
hash = "sha256-GkWeOfatzw9uLWkzNzjSEM8p+HWuJPbycv/0YNxTdqk=";
};
nativeBuildInputs = [ autoPatchelfHook ];