Unverified Commit 2ac0401b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #311954 from r-ryantm/auto-update/nzbget

nzbget: 24.0 -> 24.1
parents 82b9155e 5a2fd19e
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 ];