bitrise: 2.34.5 -> 2.34.6

This commit is contained in:
R. Ryantm
2025-11-02 11:28:23 +00:00
parent 6a8176d2a1
commit 38c5f68a08

View File

@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.34.5";
version = "2.34.6";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-QsGF5lDnY55OGdFagGJfXcq9/2P6qzmoHx64ijOkRfo=";
hash = "sha256-wA+IknAOkVxTwBohw8D4suksENoWymqPJycbfx6cFYQ=";
};
# many tests rely on writable $HOME/.bitrise and require network access