acl2: 8.0 -> 8.0.post.2018.09.20; fixes build with fresher SBCL
This commit is contained in:
parent
06df7c9a33
commit
de764e65f0
@ -4,15 +4,20 @@
|
|||||||
|
|
||||||
let hashes = {
|
let hashes = {
|
||||||
"8.0" = "1x1giy2c1y6krg3kf8pf9wrmvk981shv0pxcwi483yjqm90xng4r";
|
"8.0" = "1x1giy2c1y6krg3kf8pf9wrmvk981shv0pxcwi483yjqm90xng4r";
|
||||||
|
"8.0.post.2018.09.20" = "1dj1dkkj6drk23h7cckyhcfplyzqlbz288wpxm77zr0gazxz8mw6";
|
||||||
|
};
|
||||||
|
revs = {
|
||||||
|
"8.0" = "8.0";
|
||||||
|
"8.0.post.2018.09.20" = "531089336bb1734ff82c7b3b3fc05917451db770";
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "acl2-${version}";
|
name = "acl2-${version}";
|
||||||
version = "8.0";
|
version = "8.0.post.2018.09.20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "acl2-devel";
|
owner = "acl2-devel";
|
||||||
repo = "acl2-devel";
|
repo = "acl2-devel";
|
||||||
rev = "${version}";
|
rev = revs."${version}";
|
||||||
sha256 = hashes."${version}";
|
sha256 = hashes."${version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user