Skip to content

Commit

Permalink
Merge pull request #32211 from michalrus/hubstaff
Browse files Browse the repository at this point in the history
hubstaff: 1.2.14 → 1.2.15
  • Loading branch information
adisbladis committed Dec 1, 2017
2 parents eb32f08 + 015c0fc commit 0fe990b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/hubstaff/default.nix
Expand Up @@ -4,7 +4,7 @@

let

version = "1.2.14-36df5e3";
version = "1.2.15-590e8bc";

rpath = stdenv.lib.makeLibraryPath
[ libX11 zlib libSM libICE libXext freetype libXrender fontconfig libXft
Expand All @@ -18,7 +18,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "https://hubstaff-production.s3.amazonaws.com/downloads/HubstaffClient/Builds/Release/${version}/Hubstaff-${version}.sh";
sha256 = "0yzhxk9zppj94llnf8naa6ca61f7c8jaj6b1m25zffnnz37m1sdb";
sha256 = "142q8xvwn5gdmpv5x25py2lindr74jqncf8vvw22yb9nj5aqqsi6";
};

nativeBuildInputs = [ unzip makeWrapper ];
Expand Down

0 comments on commit 0fe990b

Please sign in to comment.