gdcm: 3.0.17 -> 3.0.20

This commit is contained in:
R. Ryantm
2022-11-16 02:33:07 +00:00
parent 733dcaf53d
commit 7f683df02b
+2 -2
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 = [