Commit 7a07421c authored by emaryn's avatar emaryn Committed by Masum Reza
Browse files
parent ce4ce6f8
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -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"