haskell-github-backup: update to version 1.20130414
This commit is contained in:
parent
684add983d
commit
0911fe7f3c
|
@ -1,20 +1,16 @@
|
||||||
{ cabal, fetchurl, extensibleExceptions, filepath, github, hslogger, IfElse
|
{ cabal, extensibleExceptions, filepath, github, hslogger, IfElse
|
||||||
, MissingH, mtl, network, prettyShow
|
, MissingH, mtl, network, prettyShow, text
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "github-backup";
|
pname = "github-backup";
|
||||||
version = "1.20120314";
|
version = "1.20130414";
|
||||||
src = fetchurl {
|
sha256 = "1s8s1kv4kj086kzq8iq28zyrlg65hrzg3563fw3dazfik73cmlcp";
|
||||||
url = "https://github.com/joeyh/github-backup/archive/1.20120314.tar.gz";
|
|
||||||
sha256 = "0rmgkylsnxbry02g5bxq5af03azgydfz6dzyvqzbhnkwavhqdlqy";
|
|
||||||
name = "github-backup-${self.pname}.tar.gz";
|
|
||||||
};
|
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
extensibleExceptions filepath github hslogger IfElse MissingH mtl
|
extensibleExceptions filepath github hslogger IfElse MissingH mtl
|
||||||
network prettyShow
|
network prettyShow text
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/joeyh/github-backup";
|
homepage = "https://github.com/joeyh/github-backup";
|
||||||
|
|
Loading…
Reference in New Issue