everest: 6194 -> 6249 (#509007)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-11 15:57:15 +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 = "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
View File
@@ -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 ];