summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-08 11:25:23 +0200
committerPeter Simons <simons@cryp.to>2012-10-08 11:25:23 +0200
commit0f54bd6130500508720031ad55f3b19a65c0cde1 (patch)
tree4d928fad25c17cb817dab8d9a42e91c41ee7c141 /pkgs/development
parent3e5dc7a950ecae099c926fc036cc74c331bb6f14 (diff)
downloadnixlib-0f54bd6130500508720031ad55f3b19a65c0cde1.tar
nixlib-0f54bd6130500508720031ad55f3b19a65c0cde1.tar.gz
nixlib-0f54bd6130500508720031ad55f3b19a65c0cde1.tar.bz2
nixlib-0f54bd6130500508720031ad55f3b19a65c0cde1.tar.lz
nixlib-0f54bd6130500508720031ad55f3b19a65c0cde1.tar.xz
nixlib-0f54bd6130500508720031ad55f3b19a65c0cde1.tar.zst
nixlib-0f54bd6130500508720031ad55f3b19a65c0cde1.zip
haskell-idris: update to version 0.9.4.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/idris/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/idris/default.nix b/pkgs/development/compilers/idris/default.nix
index deb97a19b1c0..b240824ff73e 100644
--- a/pkgs/development/compilers/idris/default.nix
+++ b/pkgs/development/compilers/idris/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "idris";
-  version = "0.9.3.1";
-  sha256 = "1dqb7gd5jn5f062hfwrirrfxv6ac1f6khkfax912j01mg147hv9a";
+  version = "0.9.4.1";
+  sha256 = "1f1jrgnclr0443rbhfcnm0vvbb2jcliskqm6vq1c0xgywab7bjhx";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [