We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab36ef1 commit 7d8abf8Copy full SHA for 7d8abf8
pkgs/by-name/bi/bitrise/package.nix
@@ -6,13 +6,13 @@
6
}:
7
buildGoModule rec {
8
pname = "bitrise";
9
- version = "2.26.1";
+ version = "2.27.0";
10
11
src = fetchFromGitHub {
12
owner = "bitrise-io";
13
repo = "bitrise";
14
rev = version;
15
- hash = "sha256-gL9YvddHIU+ZHC5/4NH7xsBLM+p9f5Uc6JzxUAIAVSo=";
+ hash = "sha256-qkKGkUY5d4EWTjz6IfWhjYOSpXISE4Z98P0laRKe5wo=";
16
};
17
18
# many tests rely on writable $HOME/.bitrise and require network access
0 commit comments