Merge pull request #267289 from adamcstephens/cowsql/1.15.4

cowsql: 1.15.3 -> 1.15.4
This commit is contained in:
Mario Rodas 2023-11-14 02:59:24 -05:00 committed by GitHub
commit 4f2bd72692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cowsql";
version = "1.15.3";
version = "1.15.4";
src = fetchFromGitHub {
owner = "cowsql";
repo = "cowsql";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-+za3pIcV4BhoImKvJlKatCK372wL4OyPbApQvGxGGGk=";
hash = "sha256-JbLiwWXOrEhqCdM8tWwxl68O5Sga4T7NYCXzqP9+Dh0=";
};
nativeBuildInputs = [
@ -47,6 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
};
meta = with lib; {
changelog = "https://github.com/cowsql/cowsql/releases/tag/${version}";
description = "Embeddable, replicated and fault tolerant SQL engine";
homepage = "https://github.com/cowsql/cowsql";
license = licenses.lgpl3Only;