mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
citrix_workspace_19_8_0: fix url
When a new version of the Citrix workspace app is released, there's no versioned URL available. This means that as soon as a new version is released, the homepage needs to be altered to ensure that the error message from `requireFile` points to the proper download URL.
This commit is contained in:
parent
e328078fe0
commit
518b5ef0c9
@ -60,7 +60,7 @@ let
|
||||
x86hash = "0afcqirb4q349r3izy88vqkszg6y2wg14iwypk6nrmvwgvcl6jdn";
|
||||
x64suffix = "20";
|
||||
x86suffix = "20";
|
||||
homepage = https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest1.html;
|
||||
homepage = https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-1908.html;
|
||||
};
|
||||
|
||||
"19.10.0" = {
|
||||
|
Loading…
Reference in New Issue
Block a user