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
@@ -2,8 +2,8 @@
, curl, pkgconfig }:
stdenv.mkDerivation rec {
name = "http-getter";
version = "20180606";
pname = "http-getter";
version = "unstable-2018-06-06";
src = fetchFromGitHub {
owner = "tohojo";