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

boinc: 8.0.1 -> 8.0.2
This commit is contained in:
Matthias Beyer 2024-05-26 10:51:16 +02:00 committed by GitHub
commit 5c94239820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];