sabnzbd: 5.0.3 -> 5.0.4

This commit is contained in:
R. Ryantm
2026-06-17 16:28:31 +00:00
parent 68f2f5b830
commit 55d7545a2b
+2 -2
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 ];