aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gdcm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 05:14:57 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 05:14:57 -0700
commitfd02c2f98f4db16437fd9f72ccb01e455199ac8b (patch)
tree21b86e7c8b41fc9935bc817713b487369cbeb037 /pkgs/development/libraries/gdcm
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
gdcm: 3.0.0 -> 3.0.1
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 fca567d683dd..453b586da0da 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 = "3.0.0";
+ version = "3.0.1";
name = "gdcm-${version}";
src = fetchurl {
url = "mirror://sourceforge/gdcm/${name}.tar.bz2";
- sha256 = "1rhblnl0q4bl3hmanz4ckv5kzdrzdiqp9xlcqh8df3rfrgk4d81x";
+ sha256 = "1n206rr28f9ysd5yns6hc6vxwhwj1ck59p2j1wqyclm60zr84isq";
};
dontUseCmakeBuildDir = true;