stretchly: 1.18.0 -> 1.18.1 (#446844)

authored by Nick Cao and committed by GitHub 7b15dca5 7fe39c65

+2 -2
+2 -2
pkgs/by-name/st/stretchly/package.nix
··· 10 11 stdenv.mkDerivation (finalAttrs: { 12 pname = "stretchly"; 13 - version = "1.18.0"; 14 15 src = fetchurl { 16 url = "https://github.com/hovancik/stretchly/releases/download/v${finalAttrs.version}/stretchly-${finalAttrs.version}.tar.xz"; 17 - hash = "sha256-xmGiGzA4Ol3bteYKrdbmRzh+pwpOOeKmGC70fV1f9Yw="; 18 }; 19 20 icon = fetchurl {
··· 10 11 stdenv.mkDerivation (finalAttrs: { 12 pname = "stretchly"; 13 + version = "1.18.1"; 14 15 src = fetchurl { 16 url = "https://github.com/hovancik/stretchly/releases/download/v${finalAttrs.version}/stretchly-${finalAttrs.version}.tar.xz"; 17 + hash = "sha256-eHhOxocAQAiuvfJsD4ifFw09B7bry4DWIOA9S6pP+jw="; 18 }; 19 20 icon = fetchurl {