diff options
Diffstat (limited to 'bragi/bar')
-rw-r--r-- | bragi/bar/generated.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bragi/bar/generated.nix b/bragi/bar/generated.nix index 25fe82d8..ae51c5b3 100644 --- a/bragi/bar/generated.nix +++ b/bragi/bar/generated.nix | |||
@@ -4,17 +4,17 @@ | |||
4 | , fetchgit, file-embed, hashids, hjsmin, http-conduit, lens | 4 | , fetchgit, file-embed, hashids, hjsmin, http-conduit, lens |
5 | , monad-control, monad-logger, mtl, persistent | 5 | , monad-control, monad-logger, mtl, persistent |
6 | , persistent-postgresql, persistent-template, safe, shakespeare | 6 | , persistent-postgresql, persistent-template, safe, shakespeare |
7 | , stdenv, template-haskell, text, thermoprint-client, time | 7 | , stdenv, systemd, template-haskell, text, thermoprint-client, time |
8 | , unordered-containers, vector, wai, wai-extra, wai-logger, warp | 8 | , unordered-containers, vector, wai, wai-extra, wai-logger, warp |
9 | , yaml, yesod, yesod-auth, yesod-core, yesod-form, yesod-static | 9 | , yaml, yesod, yesod-auth, yesod-core, yesod-form, yesod-static |
10 | }: | 10 | }: |
11 | mkDerivation { | 11 | mkDerivation { |
12 | pname = "bar"; | 12 | pname = "bar"; |
13 | version = "0.4.1"; | 13 | version = "0.4.2"; |
14 | src = fetchgit { | 14 | src = fetchgit { |
15 | url = "git://git.yggdrasil.li/gkleen/pub/bar"; | 15 | url = "git://git.yggdrasil.li/gkleen/pub/bar"; |
16 | sha256 = "003j576jvpnd21z3m0wv89gaap03c0m317i7k2zr4fzh7s1jhbnn"; | 16 | sha256 = "0ai0hlw972dm5dmw3n247r4h98xng605s6zpv2a6d2dx60bjizcv"; |
17 | rev = "e3227f80fe775acd1bd5bf7ad672bdf687787a6f"; | 17 | rev = "faf009aca16ba1e384fd5da2d6306d1379e36de3"; |
18 | }; | 18 | }; |
19 | isLibrary = true; | 19 | isLibrary = true; |
20 | isExecutable = true; | 20 | isExecutable = true; |
@@ -23,7 +23,7 @@ mkDerivation { | |||
23 | classy-prelude-conduit classy-prelude-yesod conduit containers | 23 | classy-prelude-conduit classy-prelude-yesod conduit containers |
24 | data-default directory fast-logger file-embed hashids hjsmin | 24 | data-default directory fast-logger file-embed hashids hjsmin |
25 | http-conduit lens monad-control monad-logger mtl persistent | 25 | http-conduit lens monad-control monad-logger mtl persistent |
26 | persistent-postgresql persistent-template safe shakespeare | 26 | persistent-postgresql persistent-template safe shakespeare systemd |
27 | template-haskell text thermoprint-client time unordered-containers | 27 | template-haskell text thermoprint-client time unordered-containers |
28 | vector wai wai-extra wai-logger warp yaml yesod yesod-auth | 28 | vector wai wai-extra wai-logger warp yaml yesod yesod-auth |
29 | yesod-core yesod-form yesod-static | 29 | yesod-core yesod-form yesod-static |