mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 19:23:50 +00:00
Merge pull request #183666 from aaronjheng/skeema-1.8.1
skeema: 1.8.0 -> 1.8.1
This commit is contained in:
commit
905e347db6
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user