urweb: bump to 20151018
This commit is contained in:
parent
acfe53e61f
commit
2cfa1e8f98
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user