aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/sproxy2/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/sproxy2/main.nix
parent5cf1f3818cad7fe86a61258e68304d0c4ee66a0a (diff)
downloadnixsap-0694d654a99a81743734be2ab237478cbd05ed9f.tar.gz
Fetch from Hackage where possible
Diffstat (limited to 'modules/pkgs/sproxy2/main.nix')
-rw-r--r--modules/pkgs/sproxy2/main.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/pkgs/sproxy2/main.nix b/modules/pkgs/sproxy2/main.nix
index 18fc482..e5ca817 100644
--- a/modules/pkgs/sproxy2/main.nix
+++ b/modules/pkgs/sproxy2/main.nix
@@ -1,6 +1,6 @@
{ mkDerivation, aeson, base, base64-bytestring, blaze-builder
, bytestring, cereal, conduit, containers, cookie, docopt, entropy
-, fetchgit, Glob, http-client, http-conduit, http-types
+, Glob, http-client, http-conduit, http-types
, interpolatedstring-perl6, network, postgresql-simple
, resource-pool, SHA, sqlite-simple, stdenv, text, time, unix
, unordered-containers, wai, wai-conduit, warp, warp-tls, word8
@@ -9,11 +9,7 @@
mkDerivation {
pname = "sproxy2";
version = "1.93.0";
- src = fetchgit {
- url = "https://github.com/ip1981/sproxy2.git";
- sha256 = "0kg3904v3ij5l6qlal4yqd4412dxk73jn0gqsxdajxai6n8qmypv";
- rev = "cfda358dfd234edf5af50fd052187ab0e464b2f5";
- };
+ sha256 = "1jfwm9h665dpcjm4d4n18nhshcj8s4rd77mp3lh7fk8f99374b0n";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [