From 668df39084e0bb8cfdfda3abbec55019f9975c9f Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Tue, 12 Jul 2022 15:35:14 +0200 Subject: [PATCH] pinegrow: 6.5 -> 6.6 Signed-off-by: Florian Brandes --- pkgs/applications/editors/pinegrow/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/pinegrow/default.nix b/pkgs/applications/editors/pinegrow/default.nix index 1149117e67b2..a3454180b0e0 100644 --- a/pkgs/applications/editors/pinegrow/default.nix +++ b/pkgs/applications/editors/pinegrow/default.nix @@ -14,11 +14,11 @@ stdenv.mkDerivation rec { pname = "pinegrow"; - version = "6.5"; + version = "6.6"; src = fetchurl { url = "https://download.pinegrow.com/PinegrowLinux64.${version}.zip"; - sha256 = "1l7cf5jgidpykaf68mzf92kywl1vxwl3fg43ibgr2rg4cnl1g82b"; + sha256 = "sha256-a3SwUNcMXl42+Gy3wjcx/KvVprgFAO0D0lFPohPV3Tk="; }; nativeBuildInputs = [