about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-26 03:45:25 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-26 03:45:25 +0000
commit19e665126b0e008bbbbdb0cd253d20624f8fa0b5 (patch)
tree0dc490bd35c185205f8ad622b4fcb731d22953bb /pkgs/applications/editors
parent9eef8fee08c43c98cc12b5bfcef32b42cabac833 (diff)
downloadnixlib-19e665126b0e008bbbbdb0cd253d20624f8fa0b5.tar
nixlib-19e665126b0e008bbbbdb0cd253d20624f8fa0b5.tar.gz
nixlib-19e665126b0e008bbbbdb0cd253d20624f8fa0b5.tar.bz2
nixlib-19e665126b0e008bbbbdb0cd253d20624f8fa0b5.tar.lz
nixlib-19e665126b0e008bbbbdb0cd253d20624f8fa0b5.tar.xz
nixlib-19e665126b0e008bbbbdb0cd253d20624f8fa0b5.tar.zst
nixlib-19e665126b0e008bbbbdb0cd253d20624f8fa0b5.zip
haskell-yi: update to 0.11.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/yi/yi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/yi/yi.nix b/pkgs/applications/editors/yi/yi.nix
index d6a601a0aef3..7b91d94f3867 100644
--- a/pkgs/applications/editors/yi/yi.nix
+++ b/pkgs/applications/editors/yi/yi.nix
@@ -11,8 +11,8 @@
 
 cabal.mkDerivation (self: {
   pname = "yi";
-  version = "0.10.1";
-  sha256 = "1vj4ndp43w7xlji4p2px79a8g90p64g54sr3hx4pzimwrlpmifk8";
+  version = "0.11.0";
+  sha256 = "1da5wnqx1z8d809dydqr97jh8n5g9phh06lvkgc32hib2rybh5yx";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [