dyncall: 1.2 -> 1.3
This commit is contained in:
parent
b88fab1bfe
commit
cb5bd71ee1
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dyncall";
|
pname = "dyncall";
|
||||||
version = "1.2";
|
version = "1.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.dyncall.org/r${version}/dyncall-${version}.tar.gz";
|
url = "https://www.dyncall.org/r${version}/dyncall-${version}.tar.gz";
|
||||||
# https://www.dyncall.org/r1.2/SHA256
|
# https://www.dyncall.org/r1.3/SHA256
|
||||||
sha256 = "sha256-6IFUwCQ0IVYHBPXHKUr73snpka+gYB1a3/UELqgYCNc=";
|
sha256 = "sha256-q/Ys/DHr1/IWWNqhNwp3gcxRQxYrwIaDhKwH3vnj05A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# XXX: broken tests, failures masked, lets avoid crashing a bunch for now :)
|
# XXX: broken tests, failures masked, lets avoid crashing a bunch for now :)
|
||||||
|
|
Loading…
Reference in a new issue