boinc: 7.24.3 -> 8.0.1

This commit is contained in:
R. Ryantm 2024-04-01 20:55:53 +00:00
parent 790bb39e57
commit 71caf0987d
1 changed files with 2 additions and 2 deletions

View File

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