bitrise: 2.26.1 -> 2.27.0 (#379777)
Co-authored-by: ofalvai <ofalvai@users.noreply.github.com>
This commit is contained in:
commit
0c7f9d1c12
@ -6,13 +6,13 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bitrise";
|
pname = "bitrise";
|
||||||
version = "2.26.1";
|
version = "2.27.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitrise-io";
|
owner = "bitrise-io";
|
||||||
repo = "bitrise";
|
repo = "bitrise";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-gL9YvddHIU+ZHC5/4NH7xsBLM+p9f5Uc6JzxUAIAVSo=";
|
hash = "sha256-qkKGkUY5d4EWTjz6IfWhjYOSpXISE4Z98P0laRKe5wo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# many tests rely on writable $HOME/.bitrise and require network access
|
# many tests rely on writable $HOME/.bitrise and require network access
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user