mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
acl2: 8.1.post.2018.09.20 -> 8.1; turns out there is a release
This commit is contained in:
parent
907a9fa83d
commit
60b6d5f8a8
|
@ -4,15 +4,15 @@
|
|||
|
||||
let hashes = {
|
||||
"8.0" = "1x1giy2c1y6krg3kf8pf9wrmvk981shv0pxcwi483yjqm90xng4r";
|
||||
"8.0.post.2018.09.20" = "1dj1dkkj6drk23h7cckyhcfplyzqlbz288wpxm77zr0gazxz8mw6";
|
||||
"8.1" = "0isi75j94q79x4341rhd94c60228iwvccy71ssnyvh1025m93xcd";
|
||||
};
|
||||
revs = {
|
||||
"8.0" = "8.0";
|
||||
"8.0.post.2018.09.20" = "531089336bb1734ff82c7b3b3fc05917451db770";
|
||||
"8.1" = "8.1";
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "acl2-${version}";
|
||||
version = "8.0.post.2018.09.20";
|
||||
version = "8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "acl2-devel";
|
||||
|
|
Loading…
Reference in a new issue