From cf6a45f65b1956dd866f5840cea527552fe8a4ce Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Tue, 3 Jan 2023 09:33:38 +0100 Subject: [PATCH] pinegrow: 7.03 -> 7.05.2 also update url Signed-off-by: Florian Brandes --- pkgs/applications/editors/pinegrow/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/editors/pinegrow/default.nix b/pkgs/applications/editors/pinegrow/default.nix index 7117e8f193c..446b73dc50c 100644 --- a/pkgs/applications/editors/pinegrow/default.nix +++ b/pkgs/applications/editors/pinegrow/default.nix @@ -20,14 +20,14 @@ let version = "6.8"; src = fetchurl { url = "https://download.pinegrow.com/PinegrowLinux64.${versions."6".version}.zip"; - sha256 = "sha256-gqRmu0VR8Aj57UwYYLKICd4FnYZMhM6pTTSGIY5MLMk="; + hash = "sha256-gqRmu0VR8Aj57UwYYLKICd4FnYZMhM6pTTSGIY5MLMk="; }; }; "7" = { - version = "7.03"; + version = "7.05.2"; src = fetchurl { - url = "https://download.pinegrow.com/PinegrowLinux64.${versions."7".version}.zip"; - sha256 = "sha256-MdaJBmOPr1+J235IZPd3EBzbDTiORginyVKsjSkKbpE="; + url = "https://github.com/Pinegrow/PinegrowReleases/releases/download/pg${builtins.substring 0 4 (versions."7".version)}/PinegrowLinux64.${versions."7".version}.zip"; + hash = "sha256-Cvy4JwnQHMp7K0mKtIH8lk1bZ9hwa8nvtmimBK0UAf8="; }; }; };