about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdcm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-08 11:43:45 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-08 11:43:45 +0000
commit6c85a9eafbf3e7c46af9da4c95a0f7f40391a614 (patch)
tree2066955cbd87828857bd5f4119fae25cc272ba9b /pkgs/development/libraries/gdcm
parentf08a2153bf9a851d6704bd35620d3a69abb51c72 (diff)
gdcm: 3.0.12 -> 3.0.14
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 cfc4fc6d1b5fa..1b1eb036ef9a5 100644
--- a/pkgs/development/libraries/gdcm/default.nix
+++ b/pkgs/development/libraries/gdcm/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gdcm";
-  version = "3.0.12";
+  version = "3.0.14";
 
   src = fetchFromGitHub {
     owner = "malaterre";
     repo = "GDCM";
     rev = "v${version}";
-    sha256 = "sha256-ChHsbnX+128ZOugL6Nc8EqfaDMaNMNDmKTN55pyyem8=";
+    sha256 = "sha256-gXREvxgGpIBo5oVxxal+Xdwk0WFZufuJKGzABzhB7zM=";
   };
 
   cmakeFlags = [