Unverified Commit 7d0a063a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264551 from r-ryantm/auto-update/boinc

boinc: 7.24.1 -> 7.24.2
parents 043fd714 9ca6747e
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 ];