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 a9dfc82 + f974807 commit 7d53d06Copy full SHA for 7d53d06
1 file changed
pkgs/by-name/bi/bitrise/package.nix
@@ -6,13 +6,13 @@
6
}:
7
buildGoModule rec {
8
pname = "bitrise";
9
- version = "2.31.2";
+ version = "2.31.3";
10
11
src = fetchFromGitHub {
12
owner = "bitrise-io";
13
repo = "bitrise";
14
rev = "v${version}";
15
- hash = "sha256-WMvk5VEXc0cEWVdop50mSlAJKP8RhRijCia0fgBG79M=";
+ hash = "sha256-uy2B2tjtg6/ufMWy9sPoheSw2hxIsl2gUdAKVfixpoM=";
16
};
17
18
# many tests rely on writable $HOME/.bitrise and require network access
0 commit comments