Merge pull request #27973 from edanaher/update-urweb

urweb: 20170105 -> 20170720
This commit is contained in:
Jörg Thalheim 2017-08-06 15:33:52 +01:00 committed by GitHub
commit f8aa39476a

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 ];