squirrel-sql: 4.2.0 -> 4.3.0

* squirrel-sql: 4.2.0 -> 4.3.0 (#143414)

* squirrel-sql: use SPDX3 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
R. RyanTM 2022-02-20 02:45:35 -08:00 committed by GitHub
parent 331f03e599
commit c8c847b8e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
}:
stdenv.mkDerivation rec {
pname = "squirrel-sql";
version = "4.2.0";
version = "4.3.0";
src = fetchurl {
url = "mirror://sourceforge/project/squirrel-sql/1-stable/${version}-plainzip/squirrelsql-${version}-standard.zip";
sha256 = "sha256-pNcmIey50nWZghoXVGnm0EFzGoqBpAaJ2lhYvVzjWto=";
sha256 = "sha256-Xh6JLfk0xDqEBJiEG3WBKBEqad/O0D8aeJk5s5w8PTI=";
};
nativeBuildInputs = [ makeWrapper unzip ];
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Universal SQL Client";
homepage = "http://squirrel-sql.sourceforge.net/";
license = licenses.lgpl21;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ khumba ];
};