about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-22 12:21:35 +0200
committerPeter Simons <simons@cryp.to>2014-07-22 14:20:57 +0200
commit549b50436c5e356350a506f8263b061b5d9480ed (patch)
tree47ee312524aafeb09cd70fe325cbacdc68aa5091 /pkgs/development
parente54952dd3ca3cd0d1df82b6bd81680b3b7fc09f4 (diff)
downloadnixlib-549b50436c5e356350a506f8263b061b5d9480ed.tar
nixlib-549b50436c5e356350a506f8263b061b5d9480ed.tar.gz
nixlib-549b50436c5e356350a506f8263b061b5d9480ed.tar.bz2
nixlib-549b50436c5e356350a506f8263b061b5d9480ed.tar.lz
nixlib-549b50436c5e356350a506f8263b061b5d9480ed.tar.xz
nixlib-549b50436c5e356350a506f8263b061b5d9480ed.tar.zst
nixlib-549b50436c5e356350a506f8263b061b5d9480ed.zip
haskell-focus: update to version 0.1.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/focus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/focus/default.nix b/pkgs/development/libraries/haskell/focus/default.nix
index a2575734b4da..480d974e2b88 100644
--- a/pkgs/development/libraries/haskell/focus/default.nix
+++ b/pkgs/development/libraries/haskell/focus/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "focus";
-  version = "0.1.1";
-  sha256 = "0x158zqxgm8ys4mxs94zl811qfdcb06jqy5h99qc63r7snwnixmd";
+  version = "0.1.2";
+  sha256 = "0j157nv668621i94iqg923bfg7594bpfn0q9scb62cik2yikc1p0";
   buildDepends = [ lochTh placeholders ];
   meta = {
     homepage = "https://github.com/nikita-volkov/focus";