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
(cherry picked from commit 327e6a993fef4106207e982714e84fb92c495d17)
This commit is contained in:
oxalica 2021-07-29 05:35:43 +08:00 committed by github-actions[bot]
parent 2262d7863a
commit e675310bab
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "stretchly";
version = "1.6.0";
version = "1.7.0";
src = fetchurl {
url = "https://github.com/hovancik/stretchly/releases/download/v${version}/stretchly-${version}.tar.xz";
sha256 = "1q0ihp6cd65lnscbr7xj3yyb06qds77r4s6m1xbk5l9vs2rw923d";
sha256 = "sha256-F6p+g0yuDMpNq+cVgA3ZhUwCIiIU1QfYM90lmaNnRWw=";
};
icon = fetchurl {