readarr: 0.3.25.2515 -> 0.3.26.2526 (#309303)

authored by R. RyanTM and committed by GitHub 6cd6e4db ea75c38b

+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-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";
··· 8 x86_64-darwin = "x64"; 9 }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 10 hash = { 11 + x64-linux_hash = "sha256-EBXK8MGgEOEu99X8n0i7mAoEBpqP9l+PtBlig0NW/Y8="; 12 + arm64-linux_hash = "sha256-ZXIXjLnzjsT4nj5lbhg0yp97M9bdm8mo6Ypf3PAHlXc="; 13 + x64-osx_hash = "sha256-RR3nyY7KyQXCimmknNEK6en98Q4D+PcFOi8lPAwdp9Q="; 14 }."${arch}-${os}_hash"; 15 in stdenv.mkDerivation rec { 16 pname = "readarr"; 17 + version = "0.3.26.2526"; 18 19 src = fetchurl { 20 url = "https://github.com/Readarr/Readarr/releases/download/v${version}/Readarr.develop.${version}.${os}-core-${arch}.tar.gz";