Unverified Commit 4f2bd726 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #267289 from adamcstephens/cowsql/1.15.4

cowsql: 1.15.3 -> 1.15.4
parents 4653c24a 4bb73088
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;