update radarr and arr derivation names

This commit is contained in:
Joseph Hanson 2025-02-19 15:52:40 -06:00
parent a7e673ac69
commit d94f172721
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 5 additions and 2 deletions

View file

@ -42,6 +42,7 @@ in
branch = "develop"; branch = "develop";
src = fetchurl { src = fetchurl {
name = "prowlarr-v${version}";
# url = "https://github.com/Prowlarr/Prowlarr/releases/download/v${version}/Prowlarr.master.${version}.${os}-core-${arch}.tar.gz"; # url = "https://github.com/Prowlarr/Prowlarr/releases/download/v${version}/Prowlarr.master.${version}.${os}-core-${arch}.tar.gz";
# url = "https://prowlarr.servarr.com/v1/update/develop/updatefile?version=1.31.1.4959&os=linux&runtime=netcore&arch=x64"; # url = "https://prowlarr.servarr.com/v1/update/develop/updatefile?version=1.31.1.4959&os=linux&runtime=netcore&arch=x64";
url = "https://prowlarr.servarr.com/v1/update/${branch}/updatefile?version=${version}&os=linux&runtime=netcore&arch=${arch}"; url = "https://prowlarr.servarr.com/v1/update/${branch}/updatefile?version=${version}&os=linux&runtime=netcore&arch=${arch}";

View file

@ -29,7 +29,7 @@
hash = hash =
{ {
x64-linux_hash = "sha256-JE6zUCUqC0MaAZ8gVfYV54q7M4eXVhxvx2Q9FzQfHVw="; x64-linux_hash = "sha256-2a/HdbTJVnclajaEY8vhIqvAD6KwPK9CWuPBWlm2AVA=";
arm64-linux_hash = lib.fakeSha256; arm64-linux_hash = lib.fakeSha256;
x64-osx_hash = lib.fakeSha256; x64-osx_hash = lib.fakeSha256;
arm64-osx_hash = lib.fakeSha256; arm64-osx_hash = lib.fakeSha256;
@ -38,10 +38,11 @@
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "radarr"; pname = "radarr";
version = "5.19.0.9697"; version = "5.19.1.9704";
branch = "develop"; branch = "develop";
src = fetchurl { src = fetchurl {
name = "radarr-v${version}";
# url = "https://github.com/Radarr/Radarr/releases/download/v${version}/Radarr.master.${version}.${os}-core-${arch}.tar.gz"; # url = "https://github.com/Radarr/Radarr/releases/download/v${version}/Radarr.master.${version}.${os}-core-${arch}.tar.gz";
url = "https://radarr.servarr.com/v1/update/${branch}/updatefile?version=${version}&os=linux&runtime=netcore&arch=${arch}"; url = "https://radarr.servarr.com/v1/update/${branch}/updatefile?version=${version}&os=linux&runtime=netcore&arch=${arch}";
sha256 = hash; sha256 = hash;

View file

@ -42,6 +42,7 @@ in
branch = "develop"; branch = "develop";
src = fetchurl { src = fetchurl {
name = "sonarr-v${version}";
# url = "https://github.com/Sonarr/Sonarr/releases/download/v${version}/Sonarr.main.${version}.${os}-${arch}.tar.gz"; # url = "https://github.com/Sonarr/Sonarr/releases/download/v${version}/Sonarr.main.${version}.${os}-${arch}.tar.gz";
url = "https://services.sonarr.tv/v1/update/${branch}/download?version=${version}&os=${os}&runtime=netcore&arch=${arch}"; url = "https://services.sonarr.tv/v1/update/${branch}/download?version=${version}&os=${os}&runtime=netcore&arch=${arch}";
sha256 = hash; sha256 = hash;