hercules-ci-agent: Remove released patch
This commit is contained in:
parent
3665c429d3
commit
413c75fa1a
1 changed files with 0 additions and 10 deletions
|
@ -1456,16 +1456,6 @@ self: super: {
|
|||
servant-swagger-ui-core = doJailbreak super.servant-swagger-ui-core;
|
||||
|
||||
hercules-ci-agent = lib.pipe super.hercules-ci-agent [
|
||||
(appendPatches [
|
||||
# haskell-updates branch, will be merged in 0.9.10
|
||||
(fetchpatch2 {
|
||||
name = "hercules-ci-agent-cachix-1.1";
|
||||
url = "https://github.com/hercules-ci/hercules-ci-agent/commit/b76d888548da37a96ae47f1be871de6605d38edd.patch";
|
||||
sha256 = "sha256-kqEkDHbatcYS8LuQlGV/1j/6LXWviQoDQAHDr6DBbDU=";
|
||||
stripLen = 1;
|
||||
includes = [ "*.hs" ];
|
||||
})
|
||||
])
|
||||
(self.generateOptparseApplicativeCompletions [ "hercules-ci-agent" ])
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue