summary refs log tree commit diff
path: root/pkgs/applications/editors/yi
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-28 10:43:45 +0100
committerPeter Simons <simons@cryp.to>2014-02-28 13:01:00 +0100
commitfbd57958521c7c9f9b3320db39928cc21fcaf80c (patch)
treee9147f821d9f6583abff4282308393b3ed967074 /pkgs/applications/editors/yi
parent849b16129c51d5856ea429359866cadf927bd0e5 (diff)
downloadnixlib-fbd57958521c7c9f9b3320db39928cc21fcaf80c.tar
nixlib-fbd57958521c7c9f9b3320db39928cc21fcaf80c.tar.gz
nixlib-fbd57958521c7c9f9b3320db39928cc21fcaf80c.tar.bz2
nixlib-fbd57958521c7c9f9b3320db39928cc21fcaf80c.tar.lz
nixlib-fbd57958521c7c9f9b3320db39928cc21fcaf80c.tar.xz
nixlib-fbd57958521c7c9f9b3320db39928cc21fcaf80c.tar.zst
nixlib-fbd57958521c7c9f9b3320db39928cc21fcaf80c.zip
haskell-yi-contrib: update to version 0.7.1
Diffstat (limited to 'pkgs/applications/editors/yi')
-rw-r--r--pkgs/applications/editors/yi/yi-contrib.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/yi/yi-contrib.nix b/pkgs/applications/editors/yi/yi-contrib.nix
index e2fadcca345d..0ed6e8778622 100644
--- a/pkgs/applications/editors/yi/yi-contrib.nix
+++ b/pkgs/applications/editors/yi/yi-contrib.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "yi-contrib";
-  version = "0.7.0";
-  sha256 = "12x9ps5yrszr8dlj15kmsm9myq3gzd9x9nacvl3x6cq91wk53mzj";
+  version = "0.7.1";
+  sha256 = "0915ikck01kc5npbvywd9r7azylqrhfymzc72rf4iaghz4w939li";
   buildDepends = [ dataAccessor filepath mtl split yi ];
   meta = {
     homepage = "http://haskell.org/haskellwiki/Yi";