abctl: 0.24.0 -> 0.25.0

This commit is contained in:
R. Ryantm 2025-05-14 07:13:57 +00:00
parent 6983909b46
commit 3b7c49eaf0

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "abctl";
version = "0.24.0";
version = "0.25.0";
src = fetchFromGitHub {
owner = "airbytehq";
repo = "abctl";
tag = "v${version}";
hash = "sha256-O+ABjageccJudXtO5wUYLIT/kI04f68RLW0B7d//jdw=";
hash = "sha256-ZM0ae4Oiz/q4KSkxVxEXPe6oJa5fsNWzw+fX5hobc1c=";
};
checkFlags =
@ -33,7 +33,7 @@ buildGoModule rec {
in
[ "-skip=^${lib.concatStringsSep "$|^" skippedTests}$" ];
vendorHash = "sha256-4pi5EX7N4zf72rez2aClFezgnT70A7Crd2YTasl5CvU=";
vendorHash = "sha256-9djIgVLPQmqEzDqUBipmXA8DlwYx9D4QlMna26vyJKI=";
passthru.updateScript = nix-update-script { };