gdcm: 3.0.21 -> 3.0.22

This commit is contained in:
R. Ryantm 2023-05-07 04:49:02 +00:00
parent 590d05ac6c
commit 8e5f2726d1

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "gdcm";
version = "3.0.21";
version = "3.0.22";
src = fetchFromGitHub {
owner = "malaterre";
repo = "GDCM";
rev = "refs/tags/v${version}";
hash = "sha256-BmUJCqCGt+BvVpLG4bzCH4lsqmhWHU0gbOIU2CCIMGU=";
hash = "sha256-geWNGbBJGKPs5hNO42vtVOj0rOWyM6zmcocvRhWW4s0=";
};
cmakeFlags = [