Skip to content

Commit

Permalink
bitrise: 2.26.1 -> 2.27.0 (#379777)
Browse files Browse the repository at this point in the history
Co-authored-by: ofalvai <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and ofalvai authored Feb 6, 2025
2 parents e4b6440 + 7d8abf8 commit 0c7f9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bi/bitrise/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.26.1";
version = "2.27.0";

src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = version;
hash = "sha256-gL9YvddHIU+ZHC5/4NH7xsBLM+p9f5Uc6JzxUAIAVSo=";
hash = "sha256-qkKGkUY5d4EWTjz6IfWhjYOSpXISE4Z98P0laRKe5wo=";
};

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

0 comments on commit 0c7f9d1

Please sign in to comment.