From b224e751c051db1687a57d73f92d633f104b8ef7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Oct 2013 11:50:46 +0200 Subject: [PATCH] haskell-github-backup: update to version 1.20131006 --- .../git-and-tools/github-backup/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/version-management/git-and-tools/github-backup/default.nix b/pkgs/applications/version-management/git-and-tools/github-backup/default.nix index 5f0df6c8ead1..557886a4deb1 100644 --- a/pkgs/applications/version-management/git-and-tools/github-backup/default.nix +++ b/pkgs/applications/version-management/git-and-tools/github-backup/default.nix @@ -1,17 +1,18 @@ -{ cabal, extensibleExceptions, filepath, github, hslogger, IfElse -, MissingH, mtl, network, prettyShow, text +{ cabal, extensibleExceptions, filepath, git, github, hslogger +, IfElse, MissingH, mtl, network, prettyShow, text, unixCompat }: cabal.mkDerivation (self: { pname = "github-backup"; - version = "1.20130414"; - sha256 = "1s8s1kv4kj086kzq8iq28zyrlg65hrzg3563fw3dazfik73cmlcp"; + version = "1.20131006"; + sha256 = "0yc2hszi509mc0d6245dc8cq20mjjmr8mgrd8571dy9sgda532pf"; isLibrary = false; isExecutable = true; buildDepends = [ extensibleExceptions filepath github hslogger IfElse MissingH mtl - network prettyShow text + network prettyShow text unixCompat ]; + buildTools = [ git ]; meta = { homepage = "https://github.com/joeyh/github-backup"; description = "backs up everything github knows about a repository, to the repository";