everest: 6286 -> 6305

This commit is contained in:
R. Ryantm
2026-05-23 09:17:50 +00:00
parent 784ca1010f
commit bce8bfc8bb
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -8,15 +8,15 @@
let
pname = "everest";
version = "6286";
version = "6305";
phome = "$out/lib/Celeste";
in
stdenvNoCC.mkDerivation {
inherit pname version;
src = fetchzip {
url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6286.0/main.zip";
url = "https://github.com/EverestAPI/Everest/releases/download/stable-1.6305.0/main.zip";
extension = "zip";
hash = "sha256-QhC/VZTy7TxIuJZKjqIKWvX/t8d+5EAFhQiS1R9AnQ4=";
hash = "sha256-sx//95XTUD7tg9TmeY2J8ECz/3GpwmJv6i0aGeGjFsg=";
};
buildInputs = [
icu
+3 -3
View File
@@ -11,8 +11,8 @@
let
pname = "everest";
version = "6286";
rev = "dcc400b1724b4762ca92b50e8d274f66ddeafa0c";
version = "6305";
rev = "1b9d110780406d406af8d7e7446247ce858c63e0";
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-I2Cy3gGAqD9Irxg44qFH48piJQSn1CpmetyUvJs35cE=";
hash = "sha256-yZ/hn7+O0vc1AgiDlpWZk6ivFIfvjmCX5pfwnpZy2ag=";
};
nativeBuildInputs = [ autoPatchelfHook ];