File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 . "${ stdenv . hostPlatform . system } " or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " ) ;
2525 hash =
2626 {
27- x64-linux_hash = "sha256-lpINlPOZL7dMxrxzmPr6O4yK2kK9irTQ7gL64xBR0G0 =" ;
28- arm64-linux_hash = "sha256-rn0J93wpwGNz9wbfVRa2P/Sj+YrN0EeKhDGdAlpzZAE =" ;
29- x64-osx_hash = "sha256-eWo6E76x+cI34T8FcbGEgmYA+J3CZj3YgtiolP77+JU =" ;
27+ x64-linux_hash = "sha256-bVPUN500vTUdWCz6U1oP0uqLW+LChbCKZMhnYInQ54I =" ;
28+ arm64-linux_hash = "sha256-qYG1uFyn26J6ElTeeI8Ozf6kVhm6EZKKMJ+4UFRhlqQ =" ;
29+ x64-osx_hash = "sha256-qQK9KDX8KFAIzCdSpc7SWggYZm9cD8bv80BTdmT2MqA =" ;
3030 }
3131 . "${ arch } -${ os } _hash" ;
3232in
3333stdenv . mkDerivation rec {
3434 pname = "readarr" ;
35- version = "0.4.12.2753 " ;
35+ version = "0.4.13.2760 " ;
3636
3737 src = fetchurl {
3838 url = "https://github.com/Readarr/Readarr/releases/download/v${ version } /Readarr.develop.${ version } .${ os } -core-${ arch } .tar.gz" ;
You can’t perform that action at this time.
0 commit comments