aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/mywatch/main.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-01-22 14:13:29 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-01-22 14:13:29 +0300
commit0694d654a99a81743734be2ab237478cbd05ed9f (patch)
tree8c9dde0da58507003c98f9abc458fb9feb68478d /modules/pkgs/mywatch/main.nix
parent5cf1f3818cad7fe86a61258e68304d0c4ee66a0a (diff)
downloadnixsap-0694d654a99a81743734be2ab237478cbd05ed9f.tar.gz
Fetch from Hackage where possible
Diffstat (limited to 'modules/pkgs/mywatch/main.nix')
-rw-r--r--modules/pkgs/mywatch/main.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/pkgs/mywatch/main.nix b/modules/pkgs/mywatch/main.nix
index 7f72b5f..df6e9b9 100644
--- a/modules/pkgs/mywatch/main.nix
+++ b/modules/pkgs/mywatch/main.nix
@@ -1,5 +1,5 @@
{ mkDerivation, aeson, base, bytestring, ConfigFile
-, data-default-class, docopt, fast-logger, fetchgit, http-types
+, data-default-class, docopt, fast-logger, http-types
, interpolatedstring-perl6, MissingH, mtl, mysql, mysql-simple
, network, resource-pool, scotty, stdenv, text, unix
, unordered-containers, wai, wai-extra, wai-middleware-static, warp
@@ -7,11 +7,7 @@
mkDerivation {
pname = "mywatch";
version = "0.2.1";
- src = fetchgit {
- url = "https://github.com/zalora/mywatch.git";
- sha256 = "7c646cb69958fd1010682873c193afad0f5d93a4abb8f5ce728c0500fb43912b";
- rev = "523b6029eb4b8569504086dfb5b8538330e5f522";
- };
+ sha256 = "1yi19mj1hqxym7baf524sf5ih3w1csmvy65izq10xdk5lalkpkzh";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [