nbfc-linux: 0.2.7 -> 0.3.15

Diff: https://github.com/nbfc-linux/nbfc-linux/compare/0.2.7...0.3.15
This commit is contained in:
emaryn
2025-05-11 12:33:40 +08:00
committed by Masum Reza
parent ce4ce6f87a
commit 7a07421c76

View File

@@ -3,21 +3,24 @@
stdenv,
fetchFromGitHub,
autoreconfHook,
curl,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "nbfc-linux";
version = "0.2.7";
version = "0.3.15";
src = fetchFromGitHub {
owner = "nbfc-linux";
repo = "nbfc-linux";
rev = "${finalAttrs.version}";
hash = "sha256-1tLW/xEh01y8BjVbgIa95DkYWf7CDVSo/lI/1U28Xs8=";
tag = "${finalAttrs.version}";
hash = "sha256-i6G7r9Mg90WMWjSIDDbyNLAr2ZxJX9D02bNaL5EY48I=";
};
nativeBuildInputs = [
autoreconfHook
];
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ curl ];
configureFlags = [
"--prefix=${placeholder "out"}"
"--sysconfdir=${placeholder "out"}/etc"