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

sabnzbd: 4.2.1 -> 4.2.2
This commit is contained in:
Adam C. Stephens 2024-02-01 23:54:54 -05:00 committed by GitHub
commit 06da8f604e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];