fahclient: 8.5.3 -> 8.5.6 (#526358)

This commit is contained in:
Pol Dellaiera
2026-05-31 13:47:55 +00:00
committed by GitHub
+9 -7
View File
@@ -6,7 +6,7 @@
openssl,
re2,
libevent,
git,
gitMinimal,
versionCheckHook,
zlib,
expat,
@@ -16,30 +16,32 @@
}:
let
pname = "fah-client";
version = "8.5.3";
version = "8.5.6";
cbangSrc = fetchFromGitHub {
owner = "cauldrondevelopmentllc";
repo = "cbang";
tag = "bastet-v${version}";
hash = "sha256-RU13qT9UQ1uNsRNBaEGSWTgNmE3f72veabl2OmKK6Z0=";
hash = "sha256-oh3q/gmAKx8BHoaw6Dxkd0GoxYyJ6is8uCKcivQVv2g=";
};
fah-client = stdenv.mkDerivation {
inherit pname version;
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "FoldingAtHome";
repo = "fah-client-bastet";
tag = "v${version}";
hash = "sha256-PBguylWnYU5iTzrjWA1B5Iwb57JpoWGPSpjgNJP3aoI=";
hash = "sha256-B5h2eXSCvYG5juNkBRBh+KUsm26O9JTI1S7yKkHgZ7c=";
};
nativeBuildInputs = [
scons
re2
gitMinimal
libevent
git
re2
scons
];
buildInputs = [ openssl ];