aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-12-18 20:00:23 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-12-18 20:00:23 +0300
commitea4bd107f58614d33413a979fe1885c06d55766f (patch)
tree406a8fd3b5838fe2e04c07a5d818557495568c05
parent8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3 (diff)
downloadnixsap-ea4bd107f58614d33413a979fe1885c06d55766f.tar.gz
sproxy2: 1.96.0 -> 1.97.0
-rw-r--r--pkgs/sproxy2/main.nix23
1 files changed, 11 insertions, 12 deletions
diff --git a/pkgs/sproxy2/main.nix b/pkgs/sproxy2/main.nix
index d02fba7..f32d9dd 100644
--- a/pkgs/sproxy2/main.nix
+++ b/pkgs/sproxy2/main.nix
@@ -1,23 +1,22 @@
{ mkDerivation, aeson, base, base64-bytestring, blaze-builder
-, bytestring, cereal, conduit, containers, cookie, docopt, entropy
-, 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
-, yaml
+, bytestring, cereal, conduit, cookie, docopt, entropy, 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, yaml
}:
mkDerivation {
pname = "sproxy2";
- version = "1.96.0";
- sha256 = "0wzkh312d7h957vkf2qqsbnf9xm98vm8y5kzray87rn6rdc5k5x6";
+ version = "1.97.0";
+ sha256 = "538a95dd0714981ba255ded73d634f459739eaec04a44426ef86d015c8d2c8c6";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
aeson base base64-bytestring blaze-builder bytestring cereal
- conduit containers cookie docopt entropy Glob http-client
- http-conduit http-types interpolatedstring-perl6 network
- postgresql-simple resource-pool SHA sqlite-simple text time unix
- unordered-containers wai wai-conduit warp warp-tls word8 yaml
+ conduit cookie docopt entropy Glob http-client http-conduit
+ http-types interpolatedstring-perl6 network postgresql-simple
+ resource-pool SHA sqlite-simple text time unix unordered-containers
+ wai wai-conduit warp warp-tls word8 yaml
];
description = "Secure HTTP proxy for authenticating users via OAuth2";
license = stdenv.lib.licenses.mit;