diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-01-22 14:13:29 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-01-22 14:13:29 +0300 |
commit | 0694d654a99a81743734be2ab237478cbd05ed9f (patch) | |
tree | 8c9dde0da58507003c98f9abc458fb9feb68478d /modules/pkgs/mywatch | |
parent | 5cf1f3818cad7fe86a61258e68304d0c4ee66a0a (diff) | |
download | nixsap-0694d654a99a81743734be2ab237478cbd05ed9f.tar.gz |
Fetch from Hackage where possible
Diffstat (limited to 'modules/pkgs/mywatch')
-rw-r--r-- | modules/pkgs/mywatch/main.nix | 8 |
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 = [ |