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

nzbget: 24.0 -> 24.1
This commit is contained in:
Nick Cao 2024-05-15 20:18:04 -04:00 committed by GitHub
commit 2ac0401b69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];