Merge pull request #77750 from r-ryantm/auto-update/dyncall

dyncall: 1.0 -> 1.1
This commit is contained in:
Will Dietz 2020-01-21 00:06:28 -06:00 committed by GitHub
commit f37db11fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation {
pname = "dyncall";
version = "1.0";
version = "1.1";
src = fetchurl {
url = http://www.dyncall.org/r1.0/dyncall-1.0.tar.gz;
# http://www.dyncall.org/r1.0/SHA256
sha256 = "d1b6d9753d67dcd4d9ea0708ed4a3018fb5bfc1eca5f37537fba2bc4f90748f2";
url = https://www.dyncall.org/r1.1/dyncall-1.1.tar.gz;
# https://www.dyncall.org/r1.1/SHA256
sha256 = "cf97fa3f142db832ff34235caa4d69a7d5f16716573d446b2d95069126e88795";
};
# XXX: broken tests, failures masked, lets avoid crashing a bunch for now :)
@ -29,7 +29,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Highly dynamic multi-platform foreign function call interface library";
homepage = http://www.dyncall.org;
homepage = https://www.dyncall.org;
license = licenses.isc;
maintainers = with maintainers; [ dtzWill ];
};