summary refs log tree commit diff
path: root/pkgs/development/compilers/urweb
diff options
context:
space:
mode:
authorRobert M. Mather <robert.mather.rmm@gmail.com>2014-06-26 05:11:56 -0700
committerAristid Breitkreuz <aristidb@gmail.com>2014-09-06 11:05:10 +0200
commit98a46755812d8203e3a18263640f2aab8881e9b4 (patch)
tree7955d516875ec61d66e794f774aa4489d7aa249a /pkgs/development/compilers/urweb
parentc37ad960ada50a927446bf90f4b8e4751d4c5555 (diff)
downloadnixlib-98a46755812d8203e3a18263640f2aab8881e9b4.tar
nixlib-98a46755812d8203e3a18263640f2aab8881e9b4.tar.gz
nixlib-98a46755812d8203e3a18263640f2aab8881e9b4.tar.bz2
nixlib-98a46755812d8203e3a18263640f2aab8881e9b4.tar.lz
nixlib-98a46755812d8203e3a18263640f2aab8881e9b4.tar.xz
nixlib-98a46755812d8203e3a18263640f2aab8881e9b4.tar.zst
nixlib-98a46755812d8203e3a18263640f2aab8881e9b4.zip
Ur/Web compiler: new release, 20140531 -> 20140830
Diffstat (limited to 'pkgs/development/compilers/urweb')
-rw-r--r--pkgs/development/compilers/urweb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/urweb/default.nix b/pkgs/development/compilers/urweb/default.nix
index bd457b227e6f..01dbaee8cde6 100644
--- a/pkgs/development/compilers/urweb/default.nix
+++ b/pkgs/development/compilers/urweb/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "urweb";
-  version = "20140531";
+  version = "20140830";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "http://www.impredicative.com/ur/${name}.tgz";
-    sha256 = "0gbk16hzs8267cfhb7w1cqgjxdv2icxg5clxdbda6qsn84jaf3n4";
+    sha256 = "0l4zhvdy2fdvhihyl4gl09v8q4w05b1k0c6h4k8281px96d5ljgr";
   };
 
   buildInputs = [ stdenv.gcc file openssl mlton mysql postgresql sqlite ];