sabnzbd: 4.3.1 -> 4.3.2

This commit is contained in:
R. Ryantm 2024-05-29 14:53:54 +00:00
parent 3852c7ab26
commit b6517002af

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.1";
version = "4.3.2";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-OlACGAYP4nMZZAVJduzj0AGTzSwM+lE7+H2xgmQVSWg=";
sha256 = "sha256-EJf5yTyGbWqS9qaCWdxnJqaSFzVu3h5N3CGGzAEsBtI=";
};
nativeBuildInputs = [ makeWrapper ];