File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 outputs = { self , nixpkgs } :
77 let
88 systems = [ "x86_64-linux" "aarch64-linux" ] ;
9- version = "1.8.0 " ; # version
9+ version = "1.8.1 " ; # version
1010 forAllSystems = nixpkgs . lib . genAttrs systems ;
1111
1212 urlFor = {
1313 x86_64-linux = "https://github.com/codedownio/desktop/releases/download/v${ version } /codedown-${ version } -linux-amd64-unpacked.tar.gz" ; # tarball-url-amd64
1414 aarch64-linux = "https://github.com/codedownio/desktop/releases/download/v${ version } /codedown-${ version } -linux-arm64-unpacked.tar.gz" ; # tarball-url-arm64
1515 } ;
1616 hashFor = {
17- x86_64-linux = "sha256-wyuhr/jvzo6U5eqb3D+Lo08gVK3qyKYfQVkRmTvLlZI =" ; # tarball-hash-amd64
18- aarch64-linux = "sha256-vrityZLIg8rUTKFwqlMbQDt6shxfybDbuFCzsultM7w =" ; # tarball-hash-arm64
17+ x86_64-linux = "sha256-DWfU0gI9Sv5sDsYw3bmmVRN4eyP3+7flEZ9wFROVurg =" ; # tarball-hash-amd64
18+ aarch64-linux = "sha256-UYk5P/vX6I7Y2b45m4OEb0x+SQK7exk6FNZu8Tve7BU =" ; # tarball-hash-arm64
1919 } ;
2020
2121 mkCodedown = system :
You can’t perform that action at this time.
0 commit comments