bitrise: 2.25.0 -> 2.26.1 (#376802)

Co-authored-by: ofalvai <ofalvai@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-26 09:19:27 +00:00
committed by GitHub
co-authored by ofalvai
+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