fahclient: 8.4.9 -> 8.5.3 (#459418)

This commit is contained in:
Someone
2025-11-12 14:10:24 +00:00
committed by GitHub
+12 -5
View File
@@ -7,6 +7,7 @@
re2,
libevent,
git,
versionCheckHook,
zlib,
expat,
scons,
@@ -15,13 +16,13 @@
}:
let
pname = "fah-client";
version = "8.4.9";
version = "8.5.3";
cbangSrc = fetchFromGitHub {
owner = "cauldrondevelopmentllc";
repo = "cbang";
rev = "bastet-v${version}";
sha256 = "sha256-xApE5m8YyIFRJLQYeboWelWukuuIjHNZxPDyq0RzSL4=";
tag = "bastet-v${version}";
hash = "sha256-RU13qT9UQ1uNsRNBaEGSWTgNmE3f72veabl2OmKK6Z0=";
};
fah-client = stdenv.mkDerivation {
@@ -30,8 +31,8 @@ let
src = fetchFromGitHub {
owner = "FoldingAtHome";
repo = "fah-client-bastet";
rev = "v${version}";
sha256 = "sha256-PewXhmkTru2yJhMkenbn7pcmVsa7eomjrMvs1PUGph8=";
tag = "v${version}";
hash = "sha256-PBguylWnYU5iTzrjWA1B5Iwb57JpoWGPSpjgNJP3aoI=";
};
nativeBuildInputs = [
@@ -69,6 +70,12 @@ let
runHook postInstall
'';
nativeInstallCheckInputs = [
versionCheckHook
];
versionCheckProgramArg = "--version";
doInstallCheck = true;
};
in
buildFHSEnv {