bitrise: 2.24.3 -> 2.25.0 (#367339)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-22 10:29:08 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.24.3";
version = "2.25.0";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = version;
hash = "sha256-+0O2s1FMGs1xO0trvvxDed4Y4gPBnY+PlgRlsEF0JvA=";
hash = "sha256-ejAwUHBx+HwYEQxT+lrXxoiD6hkIIRhBPTPBlqugOrM=";
};
# many tests rely on writable $HOME/.bitrise and require network access