urweb: 20190217 -> 20200209

This commit is contained in:
R. RyanTM 2020-02-11 23:12:27 +00:00 committed by Austin Seipp
parent fc3f421cff
commit 2a975873d8
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "urweb";
version = "20190217";
version = "20200209";
src = fetchurl {
url = "https://github.com/urweb/urweb/releases/download/${version}/${pname}-${version}.tar.gz";
sha256 = "1cl0x0sy7w1lazszc8q06q3wx0x0rczxh27vimrsw54s6s9y096s";
sha256 = "0qh6wcxfk5kf735i5gqwnkdirnnmqhnnpkfz96gz144dgz2i0c5c";
};
buildInputs = [ openssl mlton libmysqlclient postgresql sqlite icu ];