update radarr and arr derivation names
This commit is contained in:
parent
a7e673ac69
commit
d94f172721
3 changed files with 5 additions and 2 deletions
|
@ -42,6 +42,7 @@ in
|
|||
branch = "develop";
|
||||
|
||||
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://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}";
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
hash =
|
||||
{
|
||||
x64-linux_hash = "sha256-JE6zUCUqC0MaAZ8gVfYV54q7M4eXVhxvx2Q9FzQfHVw=";
|
||||
x64-linux_hash = "sha256-2a/HdbTJVnclajaEY8vhIqvAD6KwPK9CWuPBWlm2AVA=";
|
||||
arm64-linux_hash = lib.fakeSha256;
|
||||
x64-osx_hash = lib.fakeSha256;
|
||||
arm64-osx_hash = lib.fakeSha256;
|
||||
|
@ -38,10 +38,11 @@
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "radarr";
|
||||
version = "5.19.0.9697";
|
||||
version = "5.19.1.9704";
|
||||
branch = "develop";
|
||||
|
||||
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://radarr.servarr.com/v1/update/${branch}/updatefile?version=${version}&os=linux&runtime=netcore&arch=${arch}";
|
||||
sha256 = hash;
|
||||
|
|
|
@ -42,6 +42,7 @@ in
|
|||
branch = "develop";
|
||||
|
||||
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://services.sonarr.tv/v1/update/${branch}/download?version=${version}&os=${os}&runtime=netcore&arch=${arch}";
|
||||
sha256 = hash;
|
||||
|
|
Loading…
Reference in a new issue