We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4745d commit 8211ff7Copy full SHA for 8211ff7
packages/buildbot.nix
@@ -6,5 +6,10 @@ buildbot.overrideAttrs (o: {
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
0 commit comments