mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
bitrise: 2.31.1 -> 2.31.2
This commit is contained in:
parent
910796cabe
commit
3784ee6b6e
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bitrise";
|
pname = "bitrise";
|
||||||
version = "2.31.1";
|
version = "2.31.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitrise-io";
|
owner = "bitrise-io";
|
||||||
repo = "bitrise";
|
repo = "bitrise";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-mSlN+7V25HFyTE5glz8vRzv2OplzsiEybBj71DThcSk=";
|
hash = "sha256-WMvk5VEXc0cEWVdop50mSlAJKP8RhRijCia0fgBG79M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# many tests rely on writable $HOME/.bitrise and require network access
|
# many tests rely on writable $HOME/.bitrise and require network access
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue