Skip to content

Commit 0c7f9d1

Browse files
bitrise: 2.26.1 -> 2.27.0 (#379777)
Co-authored-by: ofalvai <[email protected]>
2 parents e4b6440 + 7d8abf8 commit 0c7f9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bi/bitrise/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
buildGoModule rec {
88
pname = "bitrise";
9-
version = "2.26.1";
9+
version = "2.27.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "bitrise-io";
1313
repo = "bitrise";
1414
rev = version;
15-
hash = "sha256-gL9YvddHIU+ZHC5/4NH7xsBLM+p9f5Uc6JzxUAIAVSo=";
15+
hash = "sha256-qkKGkUY5d4EWTjz6IfWhjYOSpXISE4Z98P0laRKe5wo=";
1616
};
1717

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

0 commit comments

Comments
 (0)