Use consistent package naming for HEAD.nix files

This commit is contained in:
rht
2017-05-09 10:31:15 +07:00
parent 996b65cfba
commit 31b0e34d1d
5 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
stdenv.mkDerivation rec {
name = "coq-fiat-${coq.coq-version}-${version}";
version = "20161024";
name = "coq-fiat-${coq.coq-version}-unstable-${version}";
version = "2016-10-24";
src = fetchgit {
url = "https://github.com/mit-plv/fiat.git";