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

dyncall: 1.2 -> 1.3
This commit is contained in:
Robert Scott 2022-01-06 18:22:53 +00:00 committed by GitHub
commit 49beec7899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "dyncall";
version = "1.2";
version = "1.3";
src = fetchurl {
url = "https://www.dyncall.org/r${version}/dyncall-${version}.tar.gz";
# https://www.dyncall.org/r1.2/SHA256
sha256 = "sha256-6IFUwCQ0IVYHBPXHKUr73snpka+gYB1a3/UELqgYCNc=";
# https://www.dyncall.org/r1.3/SHA256
sha256 = "sha256-q/Ys/DHr1/IWWNqhNwp3gcxRQxYrwIaDhKwH3vnj05A=";
};
# XXX: broken tests, failures masked, lets avoid crashing a bunch for now :)