File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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" ;
3436in
3537stdenv . 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}
Original file line number Diff line number Diff line change @@ -40,3 +40,4 @@ updateVersion $latestVersion
4040updateHash $latestVersion x64 linux
4141updateHash $latestVersion arm64 linux
4242updateHash $latestVersion x64 osx
43+ updateHash $latestVersion arm64 osx
You can’t perform that action at this time.
0 commit comments