Skip to content

Commit 8211ff7

Browse files
committed
add patch to fix deprecation warnings
1 parent 7c4745d commit 8211ff7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/buildbot.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@ buildbot.overrideAttrs (o: {
66
url = "https://github.com/buildbot/buildbot/commit/f08eeef96e15c686a4f6ad52368ad08246314751.patch";
77
hash = "sha256-ACPYXMbjIfw02gsKwmDKIIZkGSxxLWCaW7ceEcgbtIU=";
88
})
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+
})
914
];
1015
})

0 commit comments

Comments
 (0)