Merge pull request #267289 from adamcstephens/cowsql/1.15.4
cowsql: 1.15.3 -> 1.15.4
This commit is contained in:
commit
4f2bd72692
1 changed files with 3 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "cowsql";
|
pname = "cowsql";
|
||||||
version = "1.15.3";
|
version = "1.15.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cowsql";
|
owner = "cowsql";
|
||||||
repo = "cowsql";
|
repo = "cowsql";
|
||||||
rev = "refs/tags/v${finalAttrs.version}";
|
rev = "refs/tags/v${finalAttrs.version}";
|
||||||
hash = "sha256-+za3pIcV4BhoImKvJlKatCK372wL4OyPbApQvGxGGGk=";
|
hash = "sha256-JbLiwWXOrEhqCdM8tWwxl68O5Sga4T7NYCXzqP9+Dh0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -47,6 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
changelog = "https://github.com/cowsql/cowsql/releases/tag/${version}";
|
||||||
description = "Embeddable, replicated and fault tolerant SQL engine";
|
description = "Embeddable, replicated and fault tolerant SQL engine";
|
||||||
homepage = "https://github.com/cowsql/cowsql";
|
homepage = "https://github.com/cowsql/cowsql";
|
||||||
license = licenses.lgpl3Only;
|
license = licenses.lgpl3Only;
|
||||||
|
|
Loading…
Reference in a new issue