summary refs log tree commit diff
path: root/pkgs/development/libraries/gdcm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-11 06:35:34 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-11 06:35:34 -0700
commitb02120fb9e14bceea0620c0f07a6491fe3ca4a4d (patch)
treec2e9b5d7b2b906602196e2b633be2e609bb78371 /pkgs/development/libraries/gdcm
parenta80982b4c9e5dc9a34973638d62b0c748bef4eec (diff)
downloadnixpkgs-b02120fb9e14bceea0620c0f07a6491fe3ca4a4d.tar
nixpkgs-b02120fb9e14bceea0620c0f07a6491fe3ca4a4d.tar.gz
nixpkgs-b02120fb9e14bceea0620c0f07a6491fe3ca4a4d.tar.bz2
nixpkgs-b02120fb9e14bceea0620c0f07a6491fe3ca4a4d.tar.lz
nixpkgs-b02120fb9e14bceea0620c0f07a6491fe3ca4a4d.tar.xz
nixpkgs-b02120fb9e14bceea0620c0f07a6491fe3ca4a4d.tar.zst
nixpkgs-b02120fb9e14bceea0620c0f07a6491fe3ca4a4d.zip
gdcm: 2.8.9 -> 3.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gdcm/versions
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 a1d623c7b98..fca567d683d 100644
--- a/pkgs/development/libraries/gdcm/default.nix
+++ b/pkgs/development/libraries/gdcm/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, cmake, vtk }:
 
 stdenv.mkDerivation rec {
-  version = "2.8.9";
+  version = "3.0.0";
   name = "gdcm-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/gdcm/${name}.tar.bz2";
-    sha256 = "1za252d1chv40d78bkjngrg1p2yx0vya8y9q3vqmz66ip2zilvx7";
+    sha256 = "1rhblnl0q4bl3hmanz4ckv5kzdrzdiqp9xlcqh8df3rfrgk4d81x";
   };
 
   dontUseCmakeBuildDir = true;