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 88 x86_64-darwin = "x64" ;
99 } . "${ stdenv . hostPlatform . system } " or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " ) ;
1010 hash = {
11- x64-linux_hash = "sha256-VI0mdNGPyT45GUrp3hpBQVe1xx/BBbMWz7iJQvvrg9E =" ;
12- arm64-linux_hash = "sha256-4ahiRo13qOEUSzrwXFVRj26U0l5GblXfw7sjY8sCLxQ =" ;
13- x64-osx_hash = "sha256-1HtarF+eAU2d3dQiw3n/DCIFCbgN4GEUFMlYxy8uglA =" ;
11+ x64-linux_hash = "sha256-48ZlBTr/lO1AAsYInu48fDB77RXH+b2hXjDPwWdeZW4 =" ;
12+ arm64-linux_hash = "sha256-vyNoI1ffqWyYCfH+3rRNtaECkku3pF3pD+2RBchD+6o =" ;
13+ x64-osx_hash = "sha256-VeGq+kVuBLGqERcWyvPfcygAG0/262J9/RPr49X4jtE =" ;
1414 } . "${ arch } -${ os } _hash" ;
1515in stdenv . mkDerivation rec {
1616 pname = "readarr" ;
17- version = "0.4.3.2665 " ;
17+ version = "0.4.4.2686 " ;
1818
1919 src = fetchurl {
2020 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