summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2013-10-30 21:59:27 +0100
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-10-30 23:30:39 +0200
commit6e062f14347169385688f686d46a4fa23631731a (patch)
tree8bdfa92e7ada1c6b8d78b5d4235f71756cf9a68a /pkgs
parenta61b800da50ca3106a5e7ffe1d808f3023d337b8 (diff)
downloadnixpkgs-6e062f14347169385688f686d46a4fa23631731a.tar
nixpkgs-6e062f14347169385688f686d46a4fa23631731a.tar.gz
nixpkgs-6e062f14347169385688f686d46a4fa23631731a.tar.bz2
nixpkgs-6e062f14347169385688f686d46a4fa23631731a.tar.lz
nixpkgs-6e062f14347169385688f686d46a4fa23631731a.tar.xz
nixpkgs-6e062f14347169385688f686d46a4fa23631731a.tar.zst
nixpkgs-6e062f14347169385688f686d46a4fa23631731a.zip
Agda: update to 2.3.2.2.
This update also fixes the build errors on hydra that were caused by
an incompatible version of haskell-src-ext.

Close #1153.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/Agda/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/Agda/default.nix b/pkgs/development/libraries/haskell/Agda/default.nix
index 64c9d9d51e5..749802f95b2 100644
--- a/pkgs/development/libraries/haskell/Agda/default.nix
+++ b/pkgs/development/libraries/haskell/Agda/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "Agda";
-  version = "2.3.2.1";
-  sha256 = "1dlf0cs913ma8wjvra8x6p0lwi1pk7ynbdq4lxgbdfgqkbnh43kr";
+  version = "2.3.2.2";
+  sha256 = "0zr2rg2yvq6pqg69c6h7hqqpc5nj8prfhcvj5p2alkby0vs110qc";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [