about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-03-21 18:47:21 +0100
committerPeter Simons <simons@cryp.to>2014-03-22 09:04:46 +0100
commitcc8c69890bb3eda24ab80a0901897aafaa4a78b4 (patch)
tree3c58e8cab86aaf254c5f918bf55e0122d78608f2 /pkgs/applications/editors
parent441dca211e4158c5136f3669e567b4361d516df6 (diff)
downloadnixlib-cc8c69890bb3eda24ab80a0901897aafaa4a78b4.tar
nixlib-cc8c69890bb3eda24ab80a0901897aafaa4a78b4.tar.gz
nixlib-cc8c69890bb3eda24ab80a0901897aafaa4a78b4.tar.bz2
nixlib-cc8c69890bb3eda24ab80a0901897aafaa4a78b4.tar.lz
nixlib-cc8c69890bb3eda24ab80a0901897aafaa4a78b4.tar.xz
nixlib-cc8c69890bb3eda24ab80a0901897aafaa4a78b4.tar.zst
nixlib-cc8c69890bb3eda24ab80a0901897aafaa4a78b4.zip
haskell-yi: update to version 0.7.2
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 b504af149045..b358f5488dcd 100644
--- a/pkgs/applications/editors/yi/yi.nix
+++ b/pkgs/applications/editors/yi/yi.nix
@@ -9,8 +9,8 @@
 
 cabal.mkDerivation (self: {
   pname = "yi";
-  version = "0.7.1";
-  sha256 = "111xg7qpjhsqf6pfr136wh8km3lrgpzghd9h5rlypafr61w59vly";
+  version = "0.7.2";
+  sha256 = "0g0hvr4zqcrmdl6mbdmrfxd5m51fhkhslvl9piwq83g2wirxqbvm";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [