Skip to content

Commit 6a18f92

Browse files
authored
Merge pull request #444 from nix-community/fix-deprecation
add patch to fix deprecation warnings
2 parents 7c4745d + 8211ff7 commit 6a18f92

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)