dcm2niix: 1.0.20190410 -> 1.0.20190902
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dcm2niix/versions
This commit is contained in:
parent
fc2592b2d6
commit
a9551de99a
@ -6,14 +6,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0.20190410";
|
version = "1.0.20190902";
|
||||||
pname = "dcm2niix";
|
pname = "dcm2niix";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rordenlab";
|
owner = "rordenlab";
|
||||||
repo = "dcm2niix";
|
repo = "dcm2niix";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1prwpvbi76xlpkhc4kadjhyyx0s71cs30hi6anknhfm6hdyd26ms";
|
sha256 = "0h8jsadgv831lqb0jhnaxm7lldirmnp5agrhgg5bcxvn860fl15b";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user