[Backport release-26.05] sabnzbd: 5.0.3 -> 5.0.4 (#532734)

This commit is contained in:
Adam C. Stephens
2026-06-17 17:31:03 +00:00
committed by GitHub

View File

@@ -73,14 +73,14 @@ let
];
in
stdenv.mkDerivation rec {
version = "5.0.3";
version = "5.0.4";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = "sabnzbd";
repo = "sabnzbd";
rev = version;
hash = "sha256-UTzdBM64fCbyY8+h94G8XbTIdoXk0mDZjlnGPywRB4Q=";
hash = "sha256-Fi42ctRVNv3fJwNF/5CW/EJjdrjgotJS5sD2jHoc7/I=";
};
nativeBuildInputs = [ makeWrapper ];