tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
radarr: 5.4.6.8723 -> 5.6.0.8846
R. Ryantm
2 years ago
532d9fbc
311cd0a3
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
servers
radarr
default.nix
+5
-5
pkgs/servers/radarr/default.nix
···
10
10
}."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
11
11
12
12
hash = {
13
13
-
x64-linux_hash = "sha256-eFJ31tZPxzK1Vx2EOZ1AMrzCUL7pXJIb5J1joL/ZIgs=";
14
14
-
arm64-linux_hash = "sha256-BtxHBHc2dYYdqZxwga7K49aGfSq5a8Z1TLjMPH4ldlw=";
15
15
-
x64-osx_hash = "sha256-GQ8wHU4wWu6fpjiLI9yQyMvhP1DS5FE+YQu2uLFdto4=";
16
16
-
arm64-osx_hash = "sha256-AnZ+mGeafJsRb6Koj0+oaER8d6vuDQ0x+Wc1eflzupo=";
13
13
+
x64-linux_hash = "sha256-rKe1xQR3lkPXQBUWmKdHUu/AQ99U1kCINeXV2z/ZG5o=";
14
14
+
arm64-linux_hash = "sha256-O/6brSo25E4BxvxAUQvwQa9kMY/Ga3YxgS+fuaL6/n0=";
15
15
+
x64-osx_hash = "sha256-oVBs0evwPl3Dd6GZlzUWqopB0Zq4mOCUwmLOjs44d6Q=";
16
16
+
arm64-osx_hash = "sha256-iUBy9ob2zOdKVhGbwsJx1ZrT9tD4D1BPLqjB46tCW08=";
17
17
}."${arch}-${os}_hash";
18
18
19
19
in stdenv.mkDerivation rec {
20
20
pname = "radarr";
21
21
-
version = "5.4.6.8723";
21
21
+
version = "5.6.0.8846";
22
22
23
23
src = fetchurl {
24
24
url = "https://github.com/Radarr/Radarr/releases/download/v${version}/Radarr.master.${version}.${os}-core-${arch}.tar.gz";