bitrise: 2.25.0 -> 2.26.1

This commit is contained in:
R. Ryantm
2025-01-25 21:00:33 +00:00
parent bafca6cbe1
commit 428fdface1
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.25.0";
version = "2.26.1";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = version;
hash = "sha256-ejAwUHBx+HwYEQxT+lrXxoiD6hkIIRhBPTPBlqugOrM=";
hash = "sha256-gL9YvddHIU+ZHC5/4NH7xsBLM+p9f5Uc6JzxUAIAVSo=";
};
# many tests rely on writable $HOME/.bitrise and require network access