File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 } . "${ stdenv . hostPlatform . system } " or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " ) ;
1111
1212 hash = {
13- x64-linux_hash = "sha256-ZI4ALGEdc9ZBUp8TnvzzbejxVBy61WAIxlbp0VYyc7M =" ;
14- arm64-linux_hash = "sha256-qN8CNV10q5JP+f1XdfsgCqnpbhzFlCPbM3TIAnGh9U8 =" ;
15- x64-osx_hash = "sha256-u7Ny3ppD/mdIKk+I/ywsk1bS7EjEt63mbvzaM8MpoCE =" ;
16- arm64-osx_hash = "sha256-k5iOzyicXpoCWotGvC/J8euh0OQOuKLxU6OTWiWmWc8 =" ;
13+ x64-linux_hash = "sha256-RvzAWVm2rUSL296H0FNsvGp1aCGu2xSoiQEJJM3hLRI =" ;
14+ arm64-linux_hash = "sha256-/j7yyiUBFJHDQ+14sQYrZDeWuBqNQ6Ipo2MOVWuYYlc =" ;
15+ x64-osx_hash = "sha256-Q5M2t7fEVYxvtTuP8C7kqe/yMTlus3pDUmbDBw14u3Q =" ;
16+ arm64-osx_hash = "sha256-Lgdlxwb5szkz2qRDs0eup3J4M/GQ4sYHzvhIJP+0ow0 =" ;
1717 } . "${ arch } -${ os } _hash" ;
1818
1919in stdenv . mkDerivation rec {
2020 pname = "radarr" ;
21- version = "5.11 .0.9244 " ;
21+ version = "5.14 .0.9383 " ;
2222
2323 src = fetchurl {
2424 url = "https://github.com/Radarr/Radarr/releases/download/v${ version } /Radarr.master.${ version } .${ os } -core-${ arch } .tar.gz" ;
You can’t perform that action at this time.
0 commit comments