abctl: 0.28.0 -> 0.29.0 (#424701)

Co-authored-by: Xelden <Xelden@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Xelden and committed by GitHub a94dd3a6 4e3f21a1

+3 -3
+3 -3
pkgs/by-name/ab/abctl/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "abctl"; 11 - version = "0.28.0"; 11 + version = "0.29.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "airbytehq"; 15 15 repo = "abctl"; 16 16 tag = "v${version}"; 17 - hash = "sha256-h2QojJH9pvFUv64hJimUhknurp3pStEZbZYrgqkfH68="; 17 + hash = "sha256-tb0KBATOitgFN49gJVrctxPKjrFY7w6AdBa2AN+scBU="; 18 18 }; 19 19 20 20 checkFlags = ··· 33 33 in 34 34 [ "-skip=^${lib.concatStringsSep "$|^" skippedTests}$" ]; 35 35 36 - vendorHash = "sha256-CKku+zfU25LPQRuqsAQos3PX2bXUHEDQrD7sGeFnRKg="; 36 + vendorHash = "sha256-ZJbZDfVB6gxToinuUNLsjBEB+7+OgC19Cc2Q8Ej7kfo="; 37 37 38 38 passthru.updateScript = nix-update-script { }; 39 39