urweb: 20190217 -> 20200209
This commit is contained in:
parent
fc3f421cff
commit
2a975873d8
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue