diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-05-20 22:04:25 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-05-20 22:04:25 +0300 |
commit | 1876304b196aa49c08b7be90e6880cd829427786 (patch) | |
tree | 75b8b070b3a1d7a79b371c810ee953df6db1df26 /modules | |
parent | 88d30081d8363858c4af6e574976128924fa9f38 (diff) | |
download | nixsap-1876304b196aa49c08b7be90e6880cd829427786.tar.gz |
mywatch: 0.2.1 -> 0.3.0
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pkgs/mywatch/main.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/pkgs/mywatch/main.nix b/modules/pkgs/mywatch/main.nix index df6e9b9..8d78483 100644 --- a/modules/pkgs/mywatch/main.nix +++ b/modules/pkgs/mywatch/main.nix @@ -1,19 +1,19 @@ { mkDerivation, aeson, base, bytestring, ConfigFile -, data-default-class, docopt, fast-logger, http-types +, data-default-class, docopt, fast-logger, filepath, 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 }: mkDerivation { pname = "mywatch"; - version = "0.2.1"; - sha256 = "1yi19mj1hqxym7baf524sf5ih3w1csmvy65izq10xdk5lalkpkzh"; + version = "0.3.0"; + sha256 = "1a7fqyn0pvnbxzn9fiaib4pj7hq5p2qgnbdwryg70lkgnjm4y0h4"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson base bytestring ConfigFile data-default-class docopt - fast-logger http-types interpolatedstring-perl6 MissingH mtl mysql - mysql-simple network resource-pool scotty text unix + fast-logger filepath http-types interpolatedstring-perl6 MissingH + mtl mysql mysql-simple network resource-pool scotty text unix unordered-containers wai wai-extra wai-middleware-static warp ]; description = "Web application to view and kill MySQL queries"; |