clean up git revision handling in several packages

This commit is contained in:
Evgeny Egorochkin
2013-11-13 12:46:55 +02:00
parent fda66c9ff4
commit 829b29153b
6 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ let
rev = "f106056095049c2c748c2a2797e5353295240e04";
in
stdenv.mkDerivation {
name = "uboot-guruplug-0.0pre${rev}";
name = "uboot-guruplug-0.0-pre-${stdenv.lib.strings.substring 0 7 rev}";
src = fetchgit {
url = "git://git.denx.de/u-boot-marvell.git";