abctl: 0.28.0 -> 0.29.0

This commit is contained in:
R. Ryantm 2025-07-12 23:01:23 +00:00
parent 58d0845753
commit 499dfb5552

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "abctl";
version = "0.28.0";
version = "0.29.0";
src = fetchFromGitHub {
owner = "airbytehq";
repo = "abctl";
tag = "v${version}";
hash = "sha256-h2QojJH9pvFUv64hJimUhknurp3pStEZbZYrgqkfH68=";
hash = "sha256-tb0KBATOitgFN49gJVrctxPKjrFY7w6AdBa2AN+scBU=";
};
checkFlags =
@ -33,7 +33,7 @@ buildGoModule rec {
in
[ "-skip=^${lib.concatStringsSep "$|^" skippedTests}$" ];
vendorHash = "sha256-CKku+zfU25LPQRuqsAQos3PX2bXUHEDQrD7sGeFnRKg=";
vendorHash = "sha256-ZJbZDfVB6gxToinuUNLsjBEB+7+OgC19Cc2Q8Ej7kfo=";
passthru.updateScript = nix-update-script { };