0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nzbget: 24.8 -> 25.0

This commit is contained in:
Morgan Helton 2025-05-15 16:58:20 -05:00
parent 7e96cf0a54
commit c7c682614a
No known key found for this signature in database

View file

@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nzbget";
version = "24.8";
version = "25.0";
src = fetchFromGitHub {
owner = "nzbgetcom";
repo = "nzbget";
rev = "v${finalAttrs.version}";
hash = "sha256-jsCjiZQ5Li+PKAfeMliAe341f8kn7QgUjUKciP5CdKE=";
hash = "sha256-PtmXirnaQH9viFWUdNEDwJ/pgQjm2N1Or13V4ozUUGI=";
};
patches = [