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

gdcm: 3.0.17 -> 3.0.20
This commit is contained in:
Ryan Lahfa 2022-12-23 03:19:04 +01:00 committed by GitHub
commit 3f508cf4ef
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.17";
version = "3.0.20";
src = fetchFromGitHub {
owner = "malaterre";
repo = "GDCM";
rev = "v${version}";
sha256 = "sha256-LQQBVl3DraZRnh0SXP0k1tJoKYh+t+uXd2JIerUDYlM=";
sha256 = "sha256-MaQk2VlaZxZPNzVF9pUnEzMaXyN0tq2P3kodnGpl6PA=";
};
cmakeFlags = [