Commit 19ab4993 authored by R. RyanTM's avatar R. RyanTM
Browse files

bitrise: 2.19.0 -> 2.20.0

parent 0e488ca0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
  pname = "bitrise";
  version = "2.19.0";
  version = "2.20.0";

  src = fetchFromGitHub {
    owner = "bitrise-io";
    repo = "bitrise";
    rev = version;
    hash = "sha256-VjuDeRl/rqA7bdhn9REdxdjRon5WxHkFIveOYNpQqa8=";
    hash = "sha256-kwM3TqXxkVq45oN9T+G7wmsBMdIJ/FN6ZoUysoM5PNY=";
  };

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