From d57cc00e0cc09d05652f93df5167d8d165eb7efa Mon Sep 17 00:00:00 2001 From: marshmallow Date: Mon, 30 Sep 2024 10:16:51 +1000 Subject: [PATCH] fix pointing to wrong url for publisher --- source.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.nix b/source.nix index dd8e09a..2b8adf5 100644 --- a/source.nix +++ b/source.nix @@ -14,7 +14,7 @@ in { publisher = requireFile { name = "affinity-publisher-msi-${version}.exe"; sha256 = "1c49svih8azk5cfxk8x42w6y1xr0bvf8vir8nn1ksf04xvip7kqc"; - url = "https://store.serif.com/en-gb/update/windows/designer/2/"; + url = "https://store.serif.com/en-gb/update/windows/publisher/2/"; }; _version = version;