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
This commit is contained in:
oxalica 2021-07-29 05:35:43 +08:00
parent 65bff33ad9
commit 327e6a993f
No known key found for this signature in database
GPG key ID: CED392DE0C483D00

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 {