about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdcm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-07 04:49:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-07 04:49:02 +0000
commit8e5f2726d15c11cf7342cd9f3b0118d71d59e87c (patch)
treea9d5f4c3c0f5039021e20b67a281d6073d40a4e0 /pkgs/development/libraries/gdcm
parent590d05ac6cef6ff3fc471095490d6e26631b4813 (diff)
gdcm: 3.0.21 -> 3.0.22
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 d844def1f9bc1..76e661dfbd4c6 100644
--- a/pkgs/development/libraries/gdcm/default.nix
+++ b/pkgs/development/libraries/gdcm/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gdcm";
-  version = "3.0.21";
+  version = "3.0.22";
 
   src = fetchFromGitHub {
     owner = "malaterre";
     repo = "GDCM";
     rev = "refs/tags/v${version}";
-    hash = "sha256-BmUJCqCGt+BvVpLG4bzCH4lsqmhWHU0gbOIU2CCIMGU=";
+    hash = "sha256-geWNGbBJGKPs5hNO42vtVOj0rOWyM6zmcocvRhWW4s0=";
   };
 
   cmakeFlags = [