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

bitrise: 2.38.0 -> 2.39.1 (#496274)

parents 2a0e604c e185dda7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "bitrise";
  version = "2.38.0";
  version = "2.39.1";

  src = fetchFromGitHub {
    owner = "bitrise-io";
    repo = "bitrise";
    rev = "v${finalAttrs.version}";
    hash = "sha256-WF6+HgGePOvwdo1nU75ifnH8Fddk1vmSyNOOQER4awo=";
    hash = "sha256-/jD4FZTeT+RgNEJZqNZaSIsL1lSECdE6/fNyg1DJDYE=";
  };

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