bicpl: unstable-2017-09-10 -> unstable-2020-10-15
This commit is contained in:
parent
a15305e07b
commit
bc7f4759ec
@ -2,16 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bicpl";
|
pname = "bicpl";
|
||||||
version = "unstable-2017-09-10";
|
version = "unstable-2020-10-15";
|
||||||
|
|
||||||
owner = "BIC-MNI";
|
|
||||||
|
|
||||||
# current master is significantly ahead of most recent release, so use Git version:
|
# current master is significantly ahead of most recent release, so use Git version:
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit owner;
|
owner = "BIC-MNI";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "612a63e740fadb162fcf27ee00da6a18dec4d5a9";
|
rev = "a58af912a71a4c62014975b89ef37a8e72de3c9d";
|
||||||
sha256 = "1vv9gi184bkvp3f99v9xmmw1ly63ip5b09y7zdjn39g7kmwzrga7";
|
sha256 = "0iw0pmr8xrifbx5l8a0xidfqbm1v8hwzqrw0lcmimxlzdihyri0g";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -23,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
# internal_volume_io.h: No such file or directory
|
# internal_volume_io.h: No such file or directory
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/${owner}/${pname}";
|
homepage = "https://github.com/BIC-MNI/bicpl";
|
||||||
description = "Brain Imaging Centre programming library";
|
description = "Brain Imaging Centre programming library";
|
||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user