File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/by-name/de/deltachat-desktop Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919
2020let
2121 deltachat-rpc-server' = deltachat-rpc-server . overrideAttrs rec {
22- version = "1.157 .3" ;
22+ version = "1.159 .3" ;
2323 src = fetchFromGitHub {
2424 owner = "chatmail" ;
2525 repo = "core" ;
2626 tag = "v${ version } " ;
27- hash = "sha256-J9Tm35xuyIbHH2HGcctENYbArIlRWe7xzKyF3hGbwNA =" ;
27+ hash = "sha256-ghUPbHwOEND/ab8PELCJn3ADBWBe2v8u5xMrp9wiwjY =" ;
2828 } ;
2929 cargoDeps = rustPlatform . fetchCargoVendor {
3030 pname = "deltachat-core-rust" ;
3131 inherit version src ;
32- hash = "sha256-BX0TpyG2OJkD5BUIPCij5/g3aRf6FuF9E8y9GM12o7U =" ;
32+ hash = "sha256-S46y3By/81qEOY54JqMJtnb6zXvd+e7PG4THmxPRQcY =" ;
3333 } ;
3434 } ;
3535 electron = electron_34 ;
3636 pnpm = pnpm_9 ;
3737in
3838stdenv . mkDerivation ( finalAttrs : {
3939 pname = "deltachat-desktop" ;
40- version = "1.56.0 " ;
40+ version = "1.58.1 " ;
4141
4242 src = fetchFromGitHub {
4343 owner = "deltachat" ;
4444 repo = "deltachat-desktop" ;
4545 tag = "v${ finalAttrs . version } " ;
46- hash = "sha256-XkA1WOMLe0+Fz0wE54KSZWeN+rRqT0TE1PXDppPm6SI =" ;
46+ hash = "sha256-e3YacDcuoqbp8rqjLNB0j2xDHPgfcmRm//hkQiCEdek =" ;
4747 } ;
4848
4949 pnpmDeps = pnpm . fetchDeps {
5050 inherit ( finalAttrs ) pname version src ;
51- hash = "sha256-4VvJNpuO7P6m6BBxBWFebtRsXvqkjdAjmnBwxG+qNns =" ;
51+ hash = "sha256-6UgDT1SK4cVY6nZG9x+YBs1YV3tifKwis7cvDx+Ppv8 =" ;
5252 } ;
5353
5454 nativeBuildInputs =
You can’t perform that action at this time.
0 commit comments