Use a fresh checkout
svn path=/nixpkgs/trunk/; revision=16391
This commit is contained in:
parent
800489ac40
commit
2b51bd8c6b
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
{stdenv, fetchurl, kernel}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "aufs-snap-2.6.30-${kernel.version}";
|
||||
name = "aufs-20090716-${kernel.version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/l/linux-modules-extra-2.6/linux-modules-extra-2.6_2.6.30-1.tar.gz";
|
||||
sha256 = "19llmha4ynvnk5jgvf9iabl1kk7qhliyq7s3y2a9dna3kbkpw2vw";
|
||||
src = fetchgit {
|
||||
url = http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git;
|
||||
md5 = "3945dd258f7c3baede49893b42073c42";
|
||||
rev = "c5a75e75865debfc781b4cc2ddd2bf7aae3736e7";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue