Merge pull request #106553 from r-ryantm/auto-update/cddlib

cddlib: 0.94l -> 0.94m
This commit is contained in:
Ryan Mulligan 2020-12-13 06:53:25 -08:00 committed by GitHub
commit a2679ef9cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
pname = "cddlib";
version = "0.94l";
version = "0.94m";
src = fetchFromGitHub {
owner = "cddlib";
repo = "cddlib";
rev = version;
sha256 = "0934a0i2m2bamlibi4cbrf1md1pz7dp35jbfamb0k7x644sayl4k";
sha256 = "09s8323h5w9j6mpl1yc6lm770dkskfxd2ayyafkcjllmnncxzfa0";
};
buildInputs = [gmp];
nativeBuildInputs = [