urweb: 20170105 -> 20170720

This commit is contained in:
Evan Danaher 2017-08-05 22:28:19 -04:00
parent a7c8f5e419
commit b769a94153

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "urweb-${version}";
version = "20170105";
version = "20170720";
src = fetchurl {
url = "http://www.impredicative.com/ur/${name}.tgz";
sha256 = "2ad3aea2c4851c9b18f752d38c7127af8293fbbbbdb3dd06b73a4603fe399b67";
sha256 = "17qh9mcmlhbv6r52yij8l9ik7j7x6x7c09lf6pznnbdh4sf8p5wb";
};
buildInputs = [ openssl mlton mysql.client postgresql sqlite ];