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.
2 parents e4b6440 + 7d8abf8 commit 0c7f9d1Copy full SHA for 0c7f9d1
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