boinc: 7.24.2 -> 7.24.3

This commit is contained in:
R. Ryantm 2024-01-31 03:49:58 +00:00
parent 0b8f8e0cd9
commit 6fed14e6ac

View File

@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "boinc";
version = "7.24.2";
version = "7.24.3";
src = fetchFromGitHub {
name = "${pname}-${version}-src";
owner = "BOINC";
repo = "boinc";
rev = "client_release/${lib.versions.majorMinor version}/${version}";
hash = "sha256-Aaoqf53wagCkzkZUs7mVbE2Z2P6GvxiQYxPrL6ahGqA=";
hash = "sha256-0gyCO5t8t0SbOCBClVVu+C2VpBlxsnoRHBRYgI8nNO4=";
};
nativeBuildInputs = [ libtool automake autoconf m4 pkg-config ];