Unverified Commit 9f63ad6e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

bitrise: 2.34.7 -> 2.35.3 (#466169)

parents 0cb67e63 e9810b51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
  pname = "bitrise";
  version = "2.34.7";
  version = "2.35.3";

  src = fetchFromGitHub {
    owner = "bitrise-io";
    repo = "bitrise";
    rev = "v${version}";
    hash = "sha256-5L44yqHk2fvSQ7cPGB2gf2lJfQGfIg8g2sGrqDxiyMY=";
    hash = "sha256-RjtOo8+vXKeZbTtnwmUq1t8WwZUJypSUoQSJtr9xd70=";
  };

  # many tests rely on writable $HOME/.bitrise and require network access