diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-02-24 06:13:00 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-02-24 06:13:00 +0000 |
| commit | 70963ca667e8e5f526c50c21f6ffab9d9e7142d1 (patch) | |
| tree | b5b15c70084aadf6c6477e67bf43d40f85c56954 | |
| parent | Merge pull request #217961 from Artturin/fixups2 (diff) | |
| download | nixpkgs-70963ca667e8e5f526c50c21f6ffab9d9e7142d1.tar.gz | |
hubstaff: 1.6.7-5c6fee47 -> 1.6.12-da9418f3
| -rw-r--r-- | pkgs/applications/misc/hubstaff/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/hubstaff/default.nix b/pkgs/applications/misc/hubstaff/default.nix index 3916e97a6962..4f3859e2e22b 100644 --- a/pkgs/applications/misc/hubstaff/default.nix +++ b/pkgs/applications/misc/hubstaff/default.nix @@ -4,9 +4,9 @@ , curl, writeShellScript, common-updater-scripts }: let - url = "https://hubstaff-production.s3.amazonaws.com/downloads/HubstaffClient/Builds/Release/1.6.7-5c6fee47/Hubstaff-1.6.7-5c6fee47.sh"; - version = "1.6.7-5c6fee47"; - sha256 = "0i0xlabdi4xhjkfwb6s4bwjnl4k3dj15k7aqjilmq5wb4rhhfpws"; + url = "https://hubstaff-production.s3.amazonaws.com/downloads/HubstaffClient/Builds/Release/1.6.12-da9418f3/Hubstaff-1.6.12-da9418f3.sh"; + version = "1.6.12-da9418f3"; + sha256 = "1iz81g0r20215z65mj6bfls7h0dp1k5kk8q10fjbdfj82rpwbfws"; rpath = lib.makeLibraryPath [ libX11 zlib libSM libICE libXext freetype libXrender fontconfig libXft |
