From 1876304b196aa49c08b7be90e6880cd829427786 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 20 May 2017 22:04:25 +0300 Subject: mywatch: 0.2.1 -> 0.3.0 --- modules/pkgs/mywatch/main.nix | 10 +++++----- 1 file 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"; -- cgit v1.2.3