nzbget: 24.0 -> 24.1

This commit is contained in:
R. Ryantm
2024-05-15 14:18:00 +00:00
parent 5752bc84b0
commit 5a2fd19e82
+2 -2
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 ];