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 51a8ed1 commit ecfa839Copy full SHA for ecfa839
pkgs/by-name/bi/bitrise/package.nix
@@ -6,13 +6,13 @@
6
}:
7
buildGoModule rec {
8
pname = "bitrise";
9
- version = "2.20.1";
+ version = "2.21.0";
10
11
src = fetchFromGitHub {
12
owner = "bitrise-io";
13
repo = "bitrise";
14
rev = version;
15
- hash = "sha256-M1OAMppeY13fXclycUXwp2H1GSLVJRNV11QxAvNLQuQ=";
+ hash = "sha256-BVOvBNn4m9aes+g02moYt91KLTQEcsPPJTeAzA4I854=";
16
};
17
18
# many tests rely on writable $HOME/.bitrise and require network access
0 commit comments