Skip to content

Commit

Permalink
nzbget: add buffer overflow patch
Browse files Browse the repository at this point in the history
  • Loading branch information
devusb committed Mar 23, 2024
1 parent 06213f8 commit 1509d7b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions overlay/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,13 @@
];
});

nzbget = prev.nzbget.overrideAttrs (old: {
patches = [
(prev.fetchpatch {
url = "https://github.com/nzbget-ng/nzbget/commit/8fbbbfb40003c6f32379a562ce1d12515e61e93e.patch";
hash = "sha256-mgI/twEoMTFMFGfH1/Jm6mE9u9/CE6RwELCSGx5erUo=";
})
];
});

}

0 comments on commit 1509d7b

Please sign in to comment.