Unverified Commit 9bc6d489 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

Merge pull request #294976 from r-ryantm/auto-update/sabnzbd

sabnzbd: 4.2.2 -> 4.2.3
parents c3e50537 37747ff0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,14 +47,14 @@ let
  ]);
  path = lib.makeBinPath [ coreutils par2cmdline-turbo unrar unzip p7zip util-linux ];
in stdenv.mkDerivation rec {
  version = "4.2.2";
  version = "4.2.3";
  pname = "sabnzbd";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    sha256 = "sha256-e5MjsBFUeQ1FMgMIuTDAmAUqf9BaM+ic2qpd1GVZEAw=";
    sha256 = "sha256-DM+sgrb7Zvtvp0th8GlOloSBcD8mG1RYyM91+uvCOgU=";
  };

  nativeBuildInputs = [ makeWrapper ];