Commit 6e85a666 authored by R. RyanTM's avatar R. RyanTM
Browse files

sabnzbd: 4.2.1 -> 4.2.2

parent 0b8f8e0c
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.1";
  version = "4.2.2";
  pname = "sabnzbd";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    sha256 = "sha256-M9DvwizNeCXkV07dkgiComdjoceUACCuccZb+y9RMdw=";
    sha256 = "sha256-e5MjsBFUeQ1FMgMIuTDAmAUqf9BaM+ic2qpd1GVZEAw=";
  };

  nativeBuildInputs = [ makeWrapper ];