Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

stdenv.mkDerivation rec {
  pname = "boinc";
  version = "7.22.2";
  version = "7.24.1";

  src = fetchFromGitHub {
    name = "${pname}-${version}-src";
    owner = "BOINC";
    repo = "boinc";
    rev = "client_release/${lib.versions.majorMinor version}/${version}";
    hash = "sha256-9GgvyYiDfppRuDFfxn50e+YZeSX0SLKSfo31lWx2FBs=";
    hash = "sha256-CAzAKxNHG8ew9v2B1jK7MxfWGwTfdmDncDe7QT+twd8=";
  };

  nativeBuildInputs = [ libtool automake autoconf m4 pkg-config ];