about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Lahfa2022-12-23 03:19:04 +0100
committerGitHub2022-12-23 03:19:04 +0100
commit3f508cf4ef6f565a9edd1161528104c03066c883 (patch)
tree2f3d68dd7ba476d355953c9f6aca0ecd00b1948c /pkgs
parent5c2ec6f8de280e2c8b36840f7589f16913fffa41 (diff)
parent7f683df02bc725e1cf18bf92f5b3f4a3624d4b39 (diff)
Merge pull request #193057 from r-ryantm/auto-update/gdcm
gdcm: 3.0.17 -> 3.0.20
Diffstat (limited to 'pkgs')
-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 fa475a4593ae..b6aaa341da4d 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.17";
+  version = "3.0.20";
 
   src = fetchFromGitHub {
     owner = "malaterre";
     repo = "GDCM";
     rev = "v${version}";
-    sha256 = "sha256-LQQBVl3DraZRnh0SXP0k1tJoKYh+t+uXd2JIerUDYlM=";
+    sha256 = "sha256-MaQk2VlaZxZPNzVF9pUnEzMaXyN0tq2P3kodnGpl6PA=";
   };
 
   cmakeFlags = [