boinc: 8.0.1 -> 8.0.2

This commit is contained in:
R. Ryantm 2024-05-25 04:46:44 +00:00
parent f2493622c4
commit 264eb2fdd0

View File

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