File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919in
2020stdenv . mkDerivation ( finalAttrs : {
2121 pname = "ticktick" ;
22- version = "6.0.21 " ;
22+ version = "6.0.30 " ;
2323
2424 src =
2525 if stdenv . hostPlatform . system == "x86_64-linux" then
2626 fetchurl {
2727 url = "${ baseUrl } /linux/linux_deb_x64/ticktick-${ finalAttrs . version } -amd64.deb" ;
28- hash = "sha256-e5N20FL2c6XdkDax0SMGigLuatXKZxb9c53sqQ5XVtM =" ;
28+ hash = "sha256-xTNQby3KZlo3QQM5FqEKXYzAYq6jgWwN7zjYF2l6+78 =" ;
2929 }
3030 else if stdenv . hostPlatform . system == "aarch64-linux" then
3131 fetchurl {
3232 url = "${ baseUrl } /linux/linux_deb_arm64/ticktick-${ finalAttrs . version } -arm64.deb" ;
33- hash = "sha256-6/nzPL+TeEE31S0ngmsUFPZEfWtt4PVAEkMqSa8OpYI =" ;
33+ hash = "sha256-MlWOCkk0dyYV4iyPTs/Jtq+E9Qpsizoe2XGmPljrahA =" ;
3434 }
3535 else
3636 throw "Unsupported system: ${ stdenv . hostPlatform . system } " ;
You can’t perform that action at this time.
0 commit comments