Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bc74bdedaea4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d0afae42987d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 2, 2020

  1. dcm2niix: 1.0.20190902 -> 1.0.20200331

    r-ryantm authored and FRidh committed May 2, 2020
    Copy the full SHA
    d0afae4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/biology/dcm2niix/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/dcm2niix/default.nix
Original file line number Diff line number Diff line change
@@ -6,14 +6,14 @@
}:

stdenv.mkDerivation rec {
version = "1.0.20190902";
version = "1.0.20200331";
pname = "dcm2niix";

src = fetchFromGitHub {
owner = "rordenlab";
repo = "dcm2niix";
rev = "v${version}";
sha256 = "0h8jsadgv831lqb0jhnaxm7lldirmnp5agrhgg5bcxvn860fl15b";
sha256 = "1cncfwhyhmg18n970lkn6yvp0i74ajznsl8dqz00asqfzmg681n1";
};

enableParallelBuilding = true;