mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
boinc: 7.4.14 -> 7.4.42
As it turns out BOINC moved their git repository to Github sometime shortly after the first update to this derivation. Their wiki change makes this quite clear: https://boinc.berkeley.edu/trac/wiki/SourceCodeGit?action=diff&version=54 Slight refactor and the changelog for this release can be found here: https://boinc.berkeley.edu/trac/wiki/VersionHistory Build and run were successful.
This commit is contained in:
parent
eb9475d110
commit
8d41ccf6f9
@ -1,14 +1,16 @@
|
||||
{ fetchgit, stdenv, autoconf, automake, pkgconfig, m4, curl,
|
||||
{ fetchFromGitHub, stdenv, autoconf, automake, pkgconfig, m4, curl,
|
||||
mesa, libXmu, libXi, freeglut, libjpeg, libtool, wxGTK, xcbutil,
|
||||
sqlite, gtk, patchelf, libXScrnSaver, libnotify, libX11, libxcb }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "boinc-7.4.14";
|
||||
version = "7.4.42";
|
||||
name = "boinc-${version}";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://boinc.berkeley.edu/boinc-v2.git";
|
||||
rev = "fb31ab18f94f3b5141bea03e8537d76c606cd276";
|
||||
sha256 = "1465zl8l87fm1ps5f2may6mcc3pp40mpd6wphpxnwwk1lmv48x96";
|
||||
src = fetchFromGitHub {
|
||||
owner = "BOINC";
|
||||
repo = "boinc";
|
||||
rev = "561fbdae0cac3be996136319828f43cbc62c9";
|
||||
sha256 = "1rlh463yyz88p2g5pc6avndn3x1162vcksgbqich0i3qb90jms29";
|
||||
};
|
||||
|
||||
buildInputs = [ libtool automake autoconf m4 pkgconfig curl mesa libXmu libXi
|
||||
|
Loading…
Reference in New Issue
Block a user