abctl: 0.28.0 -> 0.29.0 (#424701)

Co-authored-by: Xelden <Xelden@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-14 01:31:26 +00:00 committed by GitHub
commit a94dd3a654
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 { };