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

sabnzbd: 4.3.0 -> 4.3.1
This commit is contained in:
Adam C. Stephens 2024-05-09 07:37:59 -04:00 committed by GitHub
commit 0c9055e823
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,14 +48,14 @@ let
]);
path = lib.makeBinPath [ coreutils par2cmdline-turbo unrar unzip p7zip util-linux ];
in stdenv.mkDerivation rec {
version = "4.3.0";
version = "4.3.1";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-2zRhDFKbWq4JA7XE5/VFbfkN2ZQcqcuqGD5kjHmeXUA=";
sha256 = "sha256-OlACGAYP4nMZZAVJduzj0AGTzSwM+lE7+H2xgmQVSWg=";
};
nativeBuildInputs = [ makeWrapper ];