Merge pull request #183666 from aaronjheng/skeema-1.8.1

skeema: 1.8.0 -> 1.8.1
This commit is contained in:
Arnout Engelen 2022-07-29 15:58:47 +02:00 committed by GitHub
commit 905e347db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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