it seems fetchgit does not like version tags

I think they built ok on my system before, because I nix-prefetch-git'd them.
This commit is contained in:
Mathijs Kwik 2012-08-11 11:45:31 +02:00
parent b62acd8855
commit 58ccf70f47
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchgit { src = fetchgit {
url = "https://github.com/sigma/gh.el.git"; url = "https://github.com/sigma/gh.el.git";
rev = "v0.5.3"; rev = "ef03b63d063ec22f03af449aa955c98dfad7f80e";
sha256 = "efa231e0091e8c7785385149dc97b2d8dc24aba65f4b0974b8ed7f62b7596ad3"; sha256 = "efa231e0091e8c7785385149dc97b2d8dc24aba65f4b0974b8ed7f62b7596ad3";
}; };

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchgit { src = fetchgit {
url = "https://github.com/sigma/logito.git"; url = "https://github.com/sigma/logito.git";
rev = "v0.1"; rev = "824acb89d2cc18cb47281a4fbddd81ad244a2052";
sha256 = "b9a7433417eafc5bc158f63dddf559b2044368eb3061f0264169de319c68fe4a"; sha256 = "b9a7433417eafc5bc158f63dddf559b2044368eb3061f0264169de319c68fe4a";
}; };

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchgit { src = fetchgit {
url = "https://github.com/sigma/pcache.git"; url = "https://github.com/sigma/pcache.git";
rev = "v0.2.3"; rev = "fa8f863546e2e8f2fc0a70f5cc766a7f584e01b6";
sha256 = "f7cdad5a729b24f96ec69db4adfd19daf45c27aaf3a0267385b252cb2e59daa0"; sha256 = "f7cdad5a729b24f96ec69db4adfd19daf45c27aaf3a0267385b252cb2e59daa0";
}; };