Unverified Commit 4a5dddcd authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

cirrus-cli: 0.122.4 -> 0.124.2 (#338776)

parents 02c5ea0d b12f10e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "cirrus-cli";
  version = "0.122.4";
  version = "0.124.2";

  src = fetchFromGitHub {
    owner = "cirruslabs";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-YpdzwGThmc9r4I+Rx8nxTZToi+J3UbqwZD+F2hYEG8M=";
    hash = "sha256-S57ApSuO3Mo/GpoaXx0dKOU3CfdQXmPM8AWi8fZ9MfY=";
  };

  vendorHash = "sha256-WAYjYIHsBkQiTUmMDRXnx3Q1UAFVfXmZDFxzw7Kh0ds=";
  vendorHash = "sha256-BbBwia47E6EtoEzO2c2fhjg6WHGHTnzl5VyVYxIMu6E=";

  ldflags = [
    "-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"
+0 −2
Original line number Diff line number Diff line
@@ -6467,8 +6467,6 @@ with pkgs;
  circus = with python310Packages; toPythonApplication circus;
  cirrus-cli = callPackage ../development/tools/continuous-integration/cirrus-cli { };
  cirrusgo = callPackage ../tools/security/cirrusgo { };
  inherit (callPackage ../applications/networking/remote/citrix-workspace { })