bitrise: 2.34.3 -> 2.34.5

This commit is contained in:
R. Ryantm
2025-10-17 22:12:15 +00:00
parent 228819d195
commit 4b39076731
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.34.3";
version = "2.34.5";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-Px4u3Jc3HbTN9NRGFYwTVL0/g+PsFw+JxEyOuTSTQbc=";
hash = "sha256-QsGF5lDnY55OGdFagGJfXcq9/2P6qzmoHx64ijOkRfo=";
};
# many tests rely on writable $HOME/.bitrise and require network access