aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gdcm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-09 19:46:47 +0000
committerJon <jonringer@users.noreply.github.com>2020-06-10 16:50:02 -0700
commit759de38807e689c48fe997741d2173e00ed6fa84 (patch)
treeec786697b61004f4b7f7e26a3c82ed13b9f77d0e /pkgs/development/libraries/gdcm
parent7d131f6112643a406711c7643644b50490e46563 (diff)
gdcm: 3.0.5 -> 3.0.6
Diffstat (limited to 'pkgs/development/libraries/gdcm')
-rw-r--r--pkgs/development/libraries/gdcm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gdcm/default.nix b/pkgs/development/libraries/gdcm/default.nix
index 968ee3a09d08..745c96f57943 100644
--- a/pkgs/development/libraries/gdcm/default.nix
+++ b/pkgs/development/libraries/gdcm/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, cmake, vtk_7, darwin }:
stdenv.mkDerivation rec {
- version = "3.0.5";
+ version = "3.0.6";
pname = "gdcm";
src = fetchurl {
url = "mirror://sourceforge/gdcm/${pname}-${version}.tar.bz2";
- sha256 = "16d3sf81n4qhwbbx1d80jg6fhrla5paan384c4bbbqvbhm222yby";
+ sha256 = "048ycvhk143cvsf09r7vwmp4sm9ah9bh5pbbrl366m5a4sp7fr89";
};
dontUseCmakeBuildDir = true;