File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 678
678
679
679
assertions = [
680
680
{
681
- assertion = lib . versionAtLeast packages . buildbot . version "4.0 .0" ;
681
+ assertion = lib . versionAtLeast packages . buildbot . version "4.3 .0" ;
682
682
message = ''
683
- `buildbot-nix` requires `buildbot` 4.0 .0 or greater to function.
684
- Set services.buildbot-nix.packages.buildbot to a nixpkgs with buildbot >= 4.0 .0,
683
+ `buildbot-nix` requires `buildbot` 4.3 .0 or greater to function.
684
+ Set services.buildbot-nix.packages.buildbot to a nixpkgs with buildbot >= 4.3 .0,
685
685
i.e. nixpkgs-unstable.
686
686
'' ;
687
687
}
Original file line number Diff line number Diff line change 1
- { buildbot , fetchpatch } :
2
- buildbot . overrideAttrs ( o : {
3
- patches = o . patches ++ [
4
- ( fetchpatch {
5
- name = "add-Build.skipBuildIf.patch" ;
6
- url = "https://github.com/buildbot/buildbot/commit/f08eeef96e15c686a4f6ad52368ad08246314751.patch" ;
7
- hash = "sha256-ACPYXMbjIfw02gsKwmDKIIZkGSxxLWCaW7ceEcgbtIU=" ;
8
- } )
9
- ( fetchpatch {
10
- name = "fix-deprecation-warnings.patch" ;
11
- url = "https://github.com/buildbot/buildbot/commit/a894300c5085be925f5021bae2058492625a786b.patch" ;
12
- hash = "sha256-agxubz/5PSw4WL3/d63GVnTKy67mLmL9pbVeImvbrYA=" ;
13
- } )
14
- ] ;
15
- } )
1
+ { buildbot , fetchpatch } : buildbot
You can’t perform that action at this time.
0 commit comments