boinc: 8.0.2 -> 8.0.3

This commit is contained in:
R. Ryantm 2024-06-17 02:51:27 +00:00
parent bd8d034e65
commit 9bbfd2e5c5

View File

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