Merge pull request #10632 from grwlf/urweb-bump

Urweb bump
This commit is contained in:
Domen Kožar 2015-10-26 20:11:36 +01:00
commit 3b85cf704c
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "urweb-${version}";
version = "20150819";
version = "20151018";
src = fetchurl {
url = "http://www.impredicative.com/ur/${name}.tgz";
sha256 = "0gpdlq3aazx121k3ia94qfa4dyv04q7478x2p6hvcjamn18vk56n";
sha256 = "08p52p5m1xl2gzdchnayky44mm2b0x8hv0f00iviyyv1gnx3lpy0";
};
buildInputs = [ openssl mlton mysql postgresql sqlite ];