gdcm: 3.0.14 -> 3.0.15

This commit is contained in:
R. Ryantm
2022-08-12 10:25:34 +00:00
parent 74a50898fd
commit eff1269a52
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "gdcm";
version = "3.0.14";
version = "3.0.15";
src = fetchFromGitHub {
owner = "malaterre";
repo = "GDCM";
rev = "v${version}";
sha256 = "sha256-gXREvxgGpIBo5oVxxal+Xdwk0WFZufuJKGzABzhB7zM=";
sha256 = "sha256-kyazfsm0lGgz26PWJUyFRmFxQFxmotDPXrwx3N/EVl0=";
};
cmakeFlags = [