tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
lidarr: 1.2.6.3313 -> 1.3.5.3530
R. Ryantm
2 years ago
4e51aedf
2ece2a07
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
servers
lidarr
default.nix
+4
-4
pkgs/servers/lidarr/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-fYfqkv3o9aly2bgY5iiZETs4LZfrbJGWd7XeRP4nTu0=";
12
-
arm64-linux_hash = "sha256-ENdQQnjxNFyVYnTdxZuaSO4oJ7sd4Oa9TLs8xu93p5g=";
13
-
x64-osx_hash = "sha256-LwzwMsqq8RDBiQbKtBVKJPhh4woQTpVr+T0K8ii6kG8=";
14
}."${arch}-${os}_hash";
15
in stdenv.mkDerivation rec {
16
pname = "lidarr";
17
-
version = "1.2.6.3313";
18
19
src = fetchurl {
20
url = "https://github.com/lidarr/Lidarr/releases/download/v${version}/Lidarr.master.${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-Dpdsg952hw3ra24/REedfm/S3cOocfSrxjR5vGO/b5E=";
12
+
arm64-linux_hash = "sha256-xMRpbg37Q9VIRiioy3kUS00M0zxCT1G439pNWdgSe6A=";
13
+
x64-osx_hash = "sha256-rfG7pGUYpEHVpHu+tS0v+/CqF0v/TI0uy7faPoXU4oo=";
14
}."${arch}-${os}_hash";
15
in stdenv.mkDerivation rec {
16
pname = "lidarr";
17
+
version = "1.3.5.3530";
18
19
src = fetchurl {
20
url = "https://github.com/lidarr/Lidarr/releases/download/v${version}/Lidarr.master.${version}.${os}-core-${arch}.tar.gz";