abctl: 0.28.0 -> 0.29.0 (#424701)
Co-authored-by: Xelden <Xelden@users.noreply.github.com>
This commit is contained in:
commit
a94dd3a654
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "abctl";
|
pname = "abctl";
|
||||||
version = "0.28.0";
|
version = "0.29.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "airbytehq";
|
owner = "airbytehq";
|
||||||
repo = "abctl";
|
repo = "abctl";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-h2QojJH9pvFUv64hJimUhknurp3pStEZbZYrgqkfH68=";
|
hash = "sha256-tb0KBATOitgFN49gJVrctxPKjrFY7w6AdBa2AN+scBU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkFlags =
|
checkFlags =
|
||||||
@ -33,7 +33,7 @@ buildGoModule rec {
|
|||||||
in
|
in
|
||||||
[ "-skip=^${lib.concatStringsSep "$|^" skippedTests}$" ];
|
[ "-skip=^${lib.concatStringsSep "$|^" skippedTests}$" ];
|
||||||
|
|
||||||
vendorHash = "sha256-CKku+zfU25LPQRuqsAQos3PX2bXUHEDQrD7sGeFnRKg=";
|
vendorHash = "sha256-ZJbZDfVB6gxToinuUNLsjBEB+7+OgC19Cc2Q8Ej7kfo=";
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user