Skip to content

Commit

Permalink
acl2: 8.1.post.2018.09.20 -> 8.1; turns out there is a release
Browse files Browse the repository at this point in the history
(cherry picked from commit 60b6d5f)
  • Loading branch information
7c6f434c authored and xeji committed Sep 21, 2018
1 parent edf5020 commit fd69306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/acl2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit fd69306

Please sign in to comment.