stretchly: 1.6.0 -> 1.7.0

It contains a bug fix for electron process leak on every break.

https://github.com/hovancik/stretchly/issues/925

oxalica 327e6a99 65bff33a

+2 -2
+2 -2
pkgs/applications/misc/stretchly/default.nix
··· 11 11 stdenv.mkDerivation rec { 12 12 13 13 pname = "stretchly"; 14 - version = "1.6.0"; 14 + version = "1.7.0"; 15 15 16 16 src = fetchurl { 17 17 url = "https://github.com/hovancik/stretchly/releases/download/v${version}/stretchly-${version}.tar.xz"; 18 - sha256 = "1q0ihp6cd65lnscbr7xj3yyb06qds77r4s6m1xbk5l9vs2rw923d"; 18 + sha256 = "sha256-F6p+g0yuDMpNq+cVgA3ZhUwCIiIU1QfYM90lmaNnRWw="; 19 19 }; 20 20 21 21 icon = fetchurl {