Skip to content

Commit

Permalink
nzbget: 24.2 -> 24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devusb committed Oct 12, 2024
1 parent 299a94a commit 893db6d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/by-name/nz/nzbget/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch2
, cmake
, boost
, pkg-config
Expand All @@ -20,23 +19,15 @@

stdenv.mkDerivation (finalAttrs: {
pname = "nzbget";
version = "24.2";
version = "24.3";

src = fetchFromGitHub {
owner = "nzbgetcom";
repo = "nzbget";
rev = "v${finalAttrs.version}";
hash = "sha256-+iJ5n/meBrMxKHSLxL5QJ7+TI0RMfAM5n/8dwYupGoU=";
hash = "sha256-Gci9bVjmewoEii6OiOuRpLgEBEKApmMmlA5v3OedCo4=";
};

patches = [
(fetchpatch2 {
# status page buffer overflow fix: https://github.com/nzbgetcom/nzbget/pull/346 -- remove when version > 24.2
url = "https://github.com/nzbgetcom/nzbget/commit/f89978f7479cbb0ff2f96c8632d9d2f31834e6c8.patch";
hash = "sha256-9K7PGzmoZ8cvEKBm5htfw5fr1GBSddNkDC/Vi4ngRto=";
})
];

nativeBuildInputs = [ cmake pkg-config ];

buildInputs = [
Expand Down

0 comments on commit 893db6d

Please sign in to comment.