[Backport release-26.05] sabnzbd: 5.0.1 -> 5.0.3 (#524035)

This commit is contained in:
Adam C. Stephens
2026-05-25 14:50:04 +00:00
committed by GitHub

View File

@@ -73,14 +73,14 @@ let
];
in
stdenv.mkDerivation rec {
version = "5.0.1";
version = "5.0.3";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = "sabnzbd";
repo = "sabnzbd";
rev = version;
hash = "sha256-wx3lNGeHsNvd+nLiI9jfIKHcsVstfjEpZry6o3xbWd4=";
hash = "sha256-UTzdBM64fCbyY8+h94G8XbTIdoXk0mDZjlnGPywRB4Q=";
};
nativeBuildInputs = [ makeWrapper ];