about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-29 09:39:07 +0000
committerGitHub <noreply@github.com>2021-07-29 09:39:07 +0000
commitabb5f8a456cd8c4eae0fc38046ddd2b52fc3c060 (patch)
treeb1e2ccac7ff45360b0051b6a9dc88467be30d052 /pkgs/applications
parentd6e158c007091cfc64f23429cacc4a87a4ea7165 (diff)
parent327e6a993fef4106207e982714e84fb92c495d17 (diff)
Merge pull request #131890 from oxalica/bump/stretchly
stretchly: 1.6.0 -> 1.7.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/stretchly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/stretchly/default.nix b/pkgs/applications/misc/stretchly/default.nix
index 52c5f542b2769..9c0cc7d08e7cf 100644
--- a/pkgs/applications/misc/stretchly/default.nix
+++ b/pkgs/applications/misc/stretchly/default.nix
@@ -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 {