lol

Merge pull request #176626 from winterqt/bump-radarr

radarr: 4.0.5.5981 -> 4.1.0.6175

authored by

Martin Weinelt and committed by
GitHub
b981c421 0eaa7239

+5 -5
+1 -1
nixos/tests/radarr.nix
··· 12 12 13 13 testScript = '' 14 14 machine.wait_for_unit("radarr.service") 15 - machine.wait_for_open_port("7878") 15 + machine.wait_for_open_port(7878) 16 16 machine.succeed("curl --fail http://localhost:7878/") 17 17 ''; 18 18 })
+4 -4
pkgs/servers/radarr/default.nix
··· 9 9 }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 10 10 11 11 hash = { 12 - x64-linux_hash = "sha256-4jzQ/bax323r4OzWwr9vq+6x0GasBZhRT+i6bDS/RMs="; 13 - arm64-linux_hash = "sha256-IOFKlqey9biL8wCpbIxMnZZ5Svvrh6KMkNoZ7GBht3M="; 14 - x64-osx_hash = "sha256-tdyEYY6qXNKjMPW652gtPAhTm/aNyTe+CgZ5aA9k2EM="; 12 + x64-linux_hash = "sha256-3oxCBg+lxN8eGaS1kmIK0kL2qUNOLHhLnkMPmPlZcyw="; 13 + arm64-linux_hash = "sha256-OaCI2neL8bMFf/QuZEZXKuZgJBnUT+Q2XMChfSqF5Bc="; 14 + x64-osx_hash = "sha256-vv3ds5BE2PDA94Hkr//MB0a7CF3dnk7r7wYF9SAzL48="; 15 15 }."${arch}-${os}_hash"; 16 16 17 17 in stdenv.mkDerivation rec { 18 18 pname = "radarr"; 19 - version = "4.0.5.5981"; 19 + version = "4.1.0.6175"; 20 20 21 21 src = fetchurl { 22 22 url = "https://github.com/Radarr/Radarr/releases/download/v${version}/Radarr.master.${version}.${os}-core-${arch}.tar.gz";