spirit: 0.8.0 -> 0.9.0

This commit is contained in:
Aaron Jheng
2025-08-23 07:06:56 +08:00
parent aa3c849402
commit df8e25a2fb
+8 -3
View File
@@ -2,20 +2,21 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule (finalAttrs: {
pname = "spirit";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "block";
repo = "spirit";
tag = "v${finalAttrs.version}";
hash = "sha256-bGKqiCd9dggppORouoWlAoAaYdx4vAivsP22KWm1fxU=";
hash = "sha256-B9yrPHHIjtfjY1+auC/8h95ejs2f6HD5TCIrt+8dH2k=";
};
vendorHash = "sha256-87WUqUjyfprpY63kEKCAx/AU6TN73W7oMdOaKfl8xt4=";
vendorHash = "sha256-pMvZxGNnLLAiyWtRRRHJcF28wEQkHgUI3nJCKTlMJhY=";
subPackages = [ "cmd/spirit" ];
@@ -24,6 +25,10 @@ buildGoModule (finalAttrs: {
"-w"
];
passthru = {
updateScript = nix-update-script { };
};
meta = {
homepage = "https://github.com/block/spirit";
description = "Online schema change tool for MySQL";