bitrise: 2.34.5 -> 2.34.6
This commit is contained in:
@@ -6,13 +6,13 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bitrise";
|
pname = "bitrise";
|
||||||
version = "2.34.5";
|
version = "2.34.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitrise-io";
|
owner = "bitrise-io";
|
||||||
repo = "bitrise";
|
repo = "bitrise";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-QsGF5lDnY55OGdFagGJfXcq9/2P6qzmoHx64ijOkRfo=";
|
hash = "sha256-wA+IknAOkVxTwBohw8D4suksENoWymqPJycbfx6cFYQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# many tests rely on writable $HOME/.bitrise and require network access
|
# many tests rely on writable $HOME/.bitrise and require network access
|
||||||
|
|||||||
Reference in New Issue
Block a user