Luflosi 2023-06-01 22:25:30 +02:00
parent 99d37f54f0
commit 30446d830a
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -26,14 +26,14 @@
stdenv.mkDerivation rec {
pname = "boinc";
version = "7.22.1";
version = "7.22.2";
src = fetchFromGitHub {
name = "${pname}-${version}-src";
owner = "BOINC";
repo = "boinc";
rev = "client_release/${lib.versions.majorMinor version}/${version}";
hash = "sha256-DYbcWBJEjSJWRXNdumDhhybKSs8ofyREWqj2ghrvmBE=";
hash = "sha256-9GgvyYiDfppRuDFfxn50e+YZeSX0SLKSfo31lWx2FBs=";
};
nativeBuildInputs = [ libtool automake autoconf m4 pkg-config ];