about summary refs log tree commit diff
path: root/pkgs/tools/system/skeema
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2022-07-29 13:32:26 +0000
committerAaron Jheng <wentworth@outlook.com>2022-07-29 13:32:26 +0000
commit167410fce63e313e9b7c898f2cdb0bdd5dee3eeb (patch)
tree9aba3d05f22b45fc0658f3a667a6fd938b90d574 /pkgs/tools/system/skeema
parent116cfcb60b2445d97d2789886f3fd2e92dd139e1 (diff)
skeema: 1.8.0 -> 1.8.1
Diffstat (limited to 'pkgs/tools/system/skeema')
-rw-r--r--pkgs/tools/system/skeema/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/tools/system/skeema/default.nix b/pkgs/tools/system/skeema/default.nix
index be18340de70b8..2bffcf2009599 100644
--- a/pkgs/tools/system/skeema/default.nix
+++ b/pkgs/tools/system/skeema/default.nix
@@ -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/";