Commit 5a2fd19e authored by R. RyanTM's avatar R. RyanTM
Browse files

nzbget: 24.0 -> 24.1

parent 5752bc84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

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

  src = fetchFromGitHub {
    owner = "nzbgetcom";
    repo = "nzbget";
    rev = "v${finalAttrs.version}";
    hash = "sha256-vEtbf4y3Jc69FrEzGE34Xt/4oDmZlWTbwispvoypRI0=";
    hash = "sha256-HovfnTsgu07/lp/spI+iA8H7lOj0Qyrri2MOJKyMKHQ=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config ];