Unverified Commit 6e78c782 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

nzbget: 24.7 -> 24.8 (#390926)

parents 516da66c 4a9fa940
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "nzbget";
  version = "24.7";
  version = "24.8";

  src = fetchFromGitHub {
    owner = "nzbgetcom";
    repo = "nzbget";
    rev = "v${finalAttrs.version}";
    hash = "sha256-t/zVSCiSL+/8qnmLwKqmL7IL84CAtZRfZneoC0mvnJM=";
    hash = "sha256-jsCjiZQ5Li+PKAfeMliAe341f8kn7QgUjUKciP5CdKE=";
  };

  patches = [