Loading pkgs/by-name/sa/sabnzbd/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ let pysocks python-dateutil pytz rarfile rebulk # sabnzbd requires a specific version of sabctools (sabctools.overridePythonAttrs (old: { Loading Loading @@ -72,14 +73,14 @@ let ]; in stdenv.mkDerivation rec { version = "4.5.3"; version = "4.5.5"; pname = "sabnzbd"; src = fetchFromGitHub { owner = "sabnzbd"; repo = "sabnzbd"; rev = version; hash = "sha256-RFvWk+K/5gXMSO4jPOxkl7f+tnMvz+0u4NWPTUEv4dg="; hash = "sha256-XEWMy+Ph47neyQubehegcOxucClB1Z9t1QDLN7FrxaY="; }; nativeBuildInputs = [ makeWrapper ]; Loading Loading
pkgs/by-name/sa/sabnzbd/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ let pysocks python-dateutil pytz rarfile rebulk # sabnzbd requires a specific version of sabctools (sabctools.overridePythonAttrs (old: { Loading Loading @@ -72,14 +73,14 @@ let ]; in stdenv.mkDerivation rec { version = "4.5.3"; version = "4.5.5"; pname = "sabnzbd"; src = fetchFromGitHub { owner = "sabnzbd"; repo = "sabnzbd"; rev = version; hash = "sha256-RFvWk+K/5gXMSO4jPOxkl7f+tnMvz+0u4NWPTUEv4dg="; hash = "sha256-XEWMy+Ph47neyQubehegcOxucClB1Z9t1QDLN7FrxaY="; }; nativeBuildInputs = [ makeWrapper ]; Loading