Skip to content

Commit

Permalink
Merge pull request #39246 from r-ryantm/auto-update/gdcm
Browse files Browse the repository at this point in the history
gdcm: 2.8.5 -> 2.8.6
  • Loading branch information
Mic92 authored Apr 21, 2018
2 parents ba8ef61 + 8b13023 commit 6fa31bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gdcm/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, cmake, vtk }:

stdenv.mkDerivation rec {
version = "2.8.5";
version = "2.8.6";
name = "gdcm-${version}";

src = fetchurl {
url = "mirror://sourceforge/gdcm/${name}.tar.bz2";
sha256 = "0aiwmxwa67zsb2sbadf8r2p9018qhc8gycb04kfrsf7rskz3x2h5";
sha256 = "07q7w2qvpknvncp3g6m5f6b3m1ld4pzns52bqah8da7pabgwspjy";
};

dontUseCmakeBuildDir = true;
Expand Down

0 comments on commit 6fa31bc

Please sign in to comment.