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
commit 347547077d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [