sonarr: 3.0.9.1549 -> 3.0.10.1567

(cherry picked from commit 9180097c41)
This commit is contained in:
Martin Weinelt
2023-03-20 16:20:16 +01:00
committed by github-actions[bot]
parent 448db6f998
commit 6348af36ff

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sonarr";
version = "3.0.9.1549";
version = "3.0.10.1567";
src = fetchurl {
url = "https://download.sonarr.tv/v3/main/${version}/Sonarr.main.${version}.linux.tar.gz";
sha256 = "sha256-Ba1nrvnlmVkPI+OEpwShNxfNLrpxS+N7wsx3ajkcGoQ=";
hash = "sha256-6zdp/Bg+9pcrElW5neB+BC16Vn1VhTjhMRRIxGrKhxc=";
};
nativeBuildInputs = [ makeWrapper ];