Skip to content

Commit 6b85966

Browse files
authored
lidarr: 2.9.6.4552 -> 2.10.3.4602 (#392623)
2 parents 483845f + 9477867 commit 6b85966

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pkgs/servers/lidarr/default.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,21 @@ let
2222
x86_64-linux = "x64";
2323
aarch64-linux = "arm64";
2424
x86_64-darwin = "x64";
25+
aarch64-darwin = "arm64";
2526
}
2627
."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
2728
hash =
2829
{
29-
x64-linux_hash = "sha256-fgOe0xZMepec+DDi/6Kq1j5EVuw45Igvrvucdnklj1w=";
30-
arm64-linux_hash = "sha256-Jhjwpwgo1vRluWTzpn0gd17uII3rw6OPV/+SW8TMolQ=";
31-
x64-osx_hash = "sha256-htSMl+Y22YE2SnUOsx+2ZfRvWCeF4K9b+wVfDoxK4+M=";
30+
x64-linux_hash = "sha256-PwHIUbXxk9VOKd+I7EcrTEYlikfw2NUdO6IQdiQWhWs=";
31+
arm64-linux_hash = "sha256-uu7iVexyss29Q7mZ280KeDLZWp6wwCh+TJj9XeZc/lQ=";
32+
x64-osx_hash = "sha256-POjIY2iPoYOQQci6AV/7X8t7GGbxVqROjlMzwERH/3c=";
33+
arm64-osx_hash = "sha256-JSdiyA0opa4dy5/RTSn/QvnKJ9VCWJcGhTkH5YIi5lg=";
3234
}
3335
."${arch}-${os}_hash";
3436
in
3537
stdenv.mkDerivation rec {
3638
pname = "lidarr";
37-
version = "2.9.6.4552";
39+
version = "2.10.3.4602";
3840

3941
src = fetchurl {
4042
url = "https://github.com/lidarr/Lidarr/releases/download/v${version}/Lidarr.master.${version}.${os}-core-${arch}.tar.gz";
@@ -79,6 +81,7 @@ stdenv.mkDerivation rec {
7981
"x86_64-linux"
8082
"aarch64-linux"
8183
"x86_64-darwin"
84+
"aarch64-darwin"
8285
];
8386
};
8487
}

pkgs/servers/lidarr/update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ updateVersion $latestVersion
4040
updateHash $latestVersion x64 linux
4141
updateHash $latestVersion arm64 linux
4242
updateHash $latestVersion x64 osx
43+
updateHash $latestVersion arm64 osx

0 commit comments

Comments
 (0)