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-D0Np9Jz7E4/1dnWkFdHQIGthklCVc6yav2AAE9pFcu0 =" ;
14- arm64-linux_hash = "sha256-cWQOddtAQqMvvWR8uFOs/w0iVnCSg8/nNtYuoUcEqAc =" ;
15- x64-osx_hash = "sha256-8ReX8PrP6ZL1orhx8sMDMQ4WHx1WH9cyyrx2yQKFnmc =" ;
16- arm64-osx_hash = "sha256-kH6gZ7PWIqrFnlRkqCO2KUvHX0L+xYIcR+NFuflBkFk =" ;
13+ x64-linux_hash = "sha256-/NVosPx55kmbiUrEwqlCTFR9fyB5cbKaFZApafPDQL4 =" ;
14+ arm64-linux_hash = "sha256-4JgtHmNoJv9zURdFzRQaO0og07HpbVVOkBf+jViuM7E =" ;
15+ x64-osx_hash = "sha256-wfTGi8227Ggf0h2JyrdvM3yHG8lp5EktuHO37MprgZ4 =" ;
16+ arm64-osx_hash = "sha256-VQ6o1XwT5MMS95e0AW6bgba+8iWvt1jKkxfIfkKiMlM =" ;
1717 } . "${ arch } -${ os } _hash" ;
1818
1919in stdenv . mkDerivation rec {
2020 pname = "radarr" ;
21- version = "5.18.4.9674 " ;
21+ version = "5.19.3.9730 " ;
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