Unverified Commit 02c7d185 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

abctl: 0.22.0 -> 0.23.0 (#363502)

parents 4b772864 af8de4f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "abctl";
  version = "0.22.0";
  version = "0.23.0";

  src = fetchFromGitHub {
    owner = "airbytehq";
    repo = "abctl";
    rev = "refs/tags/v${version}";
    hash = "sha256-GWtEwRXMaZNjbxZ8WGsJBwWJ2qzIY7YOk2KKUOtSEq0=";
    hash = "sha256-8zNXx0J+p1ARCxxnD3Bz95uDgPD8Cr8dL4oDlc1HPxI=";
  };

  checkFlags =