mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:57:45 +00:00
gdcm: 3.0.2 -> 3.0.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gdcm/versions
This commit is contained in:
parent
1eb7eece1a
commit
5b379a9d6e
@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchurl, cmake, vtk, darwin }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.0.2";
|
||||
version = "3.0.4";
|
||||
pname = "gdcm";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/gdcm/${pname}-${version}.tar.bz2";
|
||||
sha256 = "1kvgyci5wjsn16lwjriml10ci8h1a5ixygzcnif9c29xamxrbaif";
|
||||
sha256 = "0g46l7fjvn37sg29m0nb7wlnnpnxmlm9ryp7vam26ni02l73paid";
|
||||
};
|
||||
|
||||
dontUseCmakeBuildDir = true;
|
||||
|
Loading…
Reference in New Issue
Block a user