everest: 6170 -> 6194

This commit is contained in:
R. Ryantm
2026-03-08 19:30:43 +00:00
parent df6c2ecdae
commit 2186f3e2b4
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -8,15 +8,15 @@
let
pname = "everest";
version = "6170";
version = "6194";
phome = "$out/lib/Celeste";
in
stdenvNoCC.mkDerivation {
inherit pname version;
src = fetchzip {
url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6170.0/main.zip";
url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6194.0/main.zip";
extension = "zip";
hash = "sha256-tMovLxTHbBvqQ+e8GLaLIel2hSchuFXnOfnytgSKfsY=";
hash = "sha256-Ja/b/5kKekBZZbqp0o2I8dvtiQ/rRa2kS6Q+08yBX7I=";
};
buildInputs = [
icu
+3 -3
View File
@@ -11,8 +11,8 @@
let
pname = "everest";
version = "6170";
rev = "62ef4d0c36f433fa3a26502eabe6cda5ff205fbc";
version = "6194";
rev = "5adc0e7ae6087ba90f9dd1cad487cf4dde1d493b";
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-OumeSvcWX3/zot7akcQea7jUQH0rL5/E0HzhITGPedA=";
hash = "sha256-GG3cxrMZRSHoUzewHEQvljXSgHWcF9GNunlyWbiKrQo=";
};
nativeBuildInputs = [ autoPatchelfHook ];