Merge pull request #306242 from r-ryantm/auto-update/readarr

readarr: 0.3.23.2506 -> 0.3.25.2515

authored by Weijia Wang and committed by GitHub 06a8d6f1 9a1693d3

+4 -4
+4 -4
pkgs/servers/readarr/default.nix
··· 8 x86_64-darwin = "x64"; 9 }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 10 hash = { 11 - x64-linux_hash = "sha256-heduuPx0lnbkB1c4tgbDO9wsGnyAzTPyW0ZEvYFwjd0="; 12 - arm64-linux_hash = "sha256-vfy0pVIacnf0lW1VwUolbE/P+aBB9uQsm3enhGkjgXg="; 13 - x64-osx_hash = "sha256-JW+9PRW1Wu+wu+QPh7INXkq87oRSuoOqNEqj0P2Stto="; 14 }."${arch}-${os}_hash"; 15 in stdenv.mkDerivation rec { 16 pname = "readarr"; 17 - version = "0.3.23.2506"; 18 19 src = fetchurl { 20 url = "https://github.com/Readarr/Readarr/releases/download/v${version}/Readarr.develop.${version}.${os}-core-${arch}.tar.gz";
··· 8 x86_64-darwin = "x64"; 9 }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 10 hash = { 11 + x64-linux_hash = "sha256-fJ+QFbyW7r9u1Do54+/apYo94JDErM9AtXiUN6fsH68="; 12 + arm64-linux_hash = "sha256-9mDHlq4sB12tshbsMtYQx97RNkafJSr7Cjjgwbo8Q1o="; 13 + x64-osx_hash = "sha256-DgZAyjotJtWyf75UKyP7zJzkjX6RF4lOhoPhjyve6yo="; 14 }."${arch}-${os}_hash"; 15 in stdenv.mkDerivation rec { 16 pname = "readarr"; 17 + version = "0.3.25.2515"; 18 19 src = fetchurl { 20 url = "https://github.com/Readarr/Readarr/releases/download/v${version}/Readarr.develop.${version}.${os}-core-${arch}.tar.gz";