Unverified Commit 004e4eea authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

gdcm: 3.0.26 -> 3.2.1 (#441824)

parents 3878fa2b 5de21f8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = if enablePython then "python-gdcm" else "gdcm";
  version = "3.0.26";
  version = "3.2.1";

  src = fetchFromGitHub {
    owner = "malaterre";
    repo = "GDCM";
    tag = "v${finalAttrs.version}";
    hash = "sha256-GuTxFgK5nfP4l36uqSOMrOkiwTi/T2ywcLh4LDNkKsI=";
    hash = "sha256-V1UPfRlNIDZa/N9wQ6wu8uCFH6bw8Y6jomy7BB4SNEA=";
  };

  patches = [