From 0694d654a99a81743734be2ab237478cbd05ed9f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 22 Jan 2017 14:13:29 +0300 Subject: Fetch from Hackage where possible --- modules/pkgs/mywatch/main.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'modules/pkgs/mywatch/main.nix') 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 = [ -- cgit v1.2.3