Merge pull request #189134 from r-ryantm/auto-update/gdcm

gdcm: 3.0.15 -> 3.0.17
This commit is contained in:
Christian Kögler
2022-09-13 07:36:06 +02:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "gdcm";
version = "3.0.15";
version = "3.0.17";
src = fetchFromGitHub {
owner = "malaterre";
repo = "GDCM";
rev = "v${version}";
sha256 = "sha256-kyazfsm0lGgz26PWJUyFRmFxQFxmotDPXrwx3N/EVl0=";
sha256 = "sha256-LQQBVl3DraZRnh0SXP0k1tJoKYh+t+uXd2JIerUDYlM=";
};
cmakeFlags = [