skeema: 1.8.0 -> 1.8.1

This commit is contained in:
Aaron Jheng 2022-07-29 13:32:26 +00:00
parent 116cfcb60b
commit 167410fce6
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "skeema"; pname = "skeema";
version = "1.8.0"; version = "1.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "skeema"; owner = "skeema";
repo = "skeema"; repo = "skeema";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-hO8F3J8obi99dCT6L9OcbyVhch3z6JLeJHIvrNJemAE="; sha256 = "sha256-1XK4eXRVUkCPx5MULmHx5mwQ5P1aqZNtHNEqCBMK8NE=";
}; };
vendorSha256 = null; vendorSha256 = null;
@ -40,8 +40,6 @@ buildGoModule rec {
--replace /bin/echo "${coreutils}/bin/echo" --replace /bin/echo "${coreutils}/bin/echo"
''; '';
checkFlags = [ "-short" ];
meta = with lib; { meta = with lib; {
description = "Declarative pure-SQL schema management for MySQL and MariaDB"; description = "Declarative pure-SQL schema management for MySQL and MariaDB";
homepage = "https://skeema.io/"; homepage = "https://skeema.io/";