Skip to content

Commit

Permalink
Merge pull request #307227 from devusb/nzbget-update
Browse files Browse the repository at this point in the history
nzbget: 23.0 -> 24.0
  • Loading branch information
pSub committed Apr 28, 2024
2 parents f7ae5ea + 3b73a4b commit c5e4e2b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/tools/networking/nzbget/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,15 @@

stdenv.mkDerivation (finalAttrs: {
pname = "nzbget";
version = "23.0";
version = "24.0";

src = fetchFromGitHub {
owner = "nzbgetcom";
repo = "nzbget";
rev = "v${finalAttrs.version}";
hash = "sha256-JqC82zpsIqRYB7128gTSOQMWJFR/t63NJXlPgGqP0jE=";
hash = "sha256-vEtbf4y3Jc69FrEzGE34Xt/4oDmZlWTbwispvoypRI0=";
};

patches = [
# add nzbget-ng patch not in nzbgetcom for buffer overflow issue -- see https://github.com/nzbget-ng/nzbget/pull/43
(fetchpatch {
url = "https://github.com/nzbget-ng/nzbget/commit/8fbbbfb40003c6f32379a562ce1d12515e61e93e.patch";
hash = "sha256-mgI/twEoMTFMFGfH1/Jm6mE9u9/CE6RwELCSGx5erUo=";
})
];

nativeBuildInputs = [ autoreconfHook pkg-config ];

buildInputs = [
Expand Down

0 comments on commit c5e4e2b

Please sign in to comment.