treewide: use unstable-date instead of hash as version

This commit is contained in:
Patrick Hilhorst
2018-11-06 00:17:02 +01:00
parent 914392c646
commit 1c69e58e61
5 changed files with 9 additions and 14 deletions
@@ -1,9 +1,9 @@
{stdenv, writeText, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "hex-registry";
pname = "hex-registry";
rev = "11d7a24e9f53f52490ce255a6248e71128e73aa1";
version = "20180712.${rev}";
version = "unstable-2018-07-12";
src = fetchFromGitHub {
inherit rev;