git-annex: update to version 3.20130216
This commit is contained in:
parent
7e8ccea899
commit
b076ab94d6
@ -49,7 +49,7 @@ rec {
|
|||||||
network pcreLight SHA stm utf8String networkInfo dbus clientsession cryptoApi dataDefault
|
network pcreLight SHA stm utf8String networkInfo dbus clientsession cryptoApi dataDefault
|
||||||
extensibleExceptions filepath hamlet httpTypes networkMulticast text time transformers
|
extensibleExceptions filepath hamlet httpTypes networkMulticast text time transformers
|
||||||
transformersBase wai waiLogger warp yesod yesodDefault yesodStatic testpack QuickCheck
|
transformersBase wai waiLogger warp yesod yesodDefault yesodStatic testpack QuickCheck
|
||||||
SafeSemaphore networkPprotocolXmpp async dns DAV;
|
SafeSemaphore networkPprotocolXmpp async dns DAV uuid Glob;
|
||||||
};
|
};
|
||||||
|
|
||||||
qgit = import ./qgit {
|
qgit = import ./qgit {
|
||||||
|
@ -8,18 +8,18 @@
|
|||||||
, networkMulticast, pcreLight, QuickCheck, SHA, stm, text, time
|
, networkMulticast, pcreLight, QuickCheck, SHA, stm, text, time
|
||||||
, transformers, transformersBase, utf8String, wai, waiLogger, warp
|
, transformers, transformersBase, utf8String, wai, waiLogger, warp
|
||||||
, yesod, yesodDefault, yesodStatic, testpack, SafeSemaphore
|
, yesod, yesodDefault, yesodStatic, testpack, SafeSemaphore
|
||||||
, networkPprotocolXmpp, async, dns, DAV
|
, networkPprotocolXmpp, async, dns, DAV, uuid, Glob
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.20130107";
|
version = "3.20130216";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "git-annex-${version}";
|
name = "git-annex-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=${version}";
|
url = "http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=${version}";
|
||||||
sha256 = "15x4rmpxv3mgp8r4gb6jana5262nvyl6rm5p8slc5z5ijl0qwbzq";
|
sha256 = "1zbxkv9kkfyr8haml0wih1fi2xi6qazwzcxjyv8q65fa80ksskbr";
|
||||||
name = "git-annex-${version}.tar.gz";
|
name = "git-annex-${version}.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
networkInfo networkMulticast pcreLight QuickCheck SHA stm text time
|
networkInfo networkMulticast pcreLight QuickCheck SHA stm text time
|
||||||
transformers transformersBase utf8String wai waiLogger warp yesod
|
transformers transformersBase utf8String wai waiLogger warp yesod
|
||||||
yesodDefault yesodStatic testpack SafeSemaphore networkPprotocolXmpp
|
yesodDefault yesodStatic testpack SafeSemaphore networkPprotocolXmpp
|
||||||
async dns DAV ];
|
async dns DAV uuid Glob ];
|
||||||
|
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user