nzbget: 24.6 -> 24.7

This commit is contained in:
Morgan Helton
2025-03-15 18:04:09 -05:00
parent 3431290ae2
commit 668deaa81a
+2 -2
View File
@@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nzbget";
version = "24.6";
version = "24.7";
src = fetchFromGitHub {
owner = "nzbgetcom";
repo = "nzbget";
rev = "v${finalAttrs.version}";
hash = "sha256-N2cYnZUk5//hjNRen1FaIlvG+nC2tXtvffr368AIOkA=";
hash = "sha256-t/zVSCiSL+/8qnmLwKqmL7IL84CAtZRfZneoC0mvnJM=";
};
patches = [