Skip to content

Commit ecfa839

Browse files
committed
bitrise: 2.20.1 -> 2.21.0
1 parent 51a8ed1 commit ecfa839

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.20.1";
9+
version = "2.21.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "bitrise-io";
1313
repo = "bitrise";
1414
rev = version;
15-
hash = "sha256-M1OAMppeY13fXclycUXwp2H1GSLVJRNV11QxAvNLQuQ=";
15+
hash = "sha256-BVOvBNn4m9aes+g02moYt91KLTQEcsPPJTeAzA4I854=";
1616
};
1717

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

0 commit comments

Comments
 (0)