Commit 9ca6747e authored by R. RyanTM's avatar R. RyanTM
Browse files

boinc: 7.24.1 -> 7.24.2

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

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

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

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