Skip to content

Commit

Permalink
gitkraken: 3.3.4 -> 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenz Weber committed Mar 12, 2018
1 parent 2f00a50 commit e11f0ae
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/applications/version-management/gitkraken/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,21 @@

with stdenv.lib;

let
curlWithGnuTls = curl.override { gnutlsSupport = true; sslSupport = false; };
in
stdenv.mkDerivation rec {
name = "gitkraken-${version}";
version = "3.3.4";
version = "3.4.0";

src = fetchurl {
url = "https://release.gitkraken.com/linux/v${version}.deb";
sha256 = "1djrbpm1f258cicf65ddvndpxi1izmnc12253k1zwl77z4jjbwls";
sha256 = "0jj3a02bz30xa7p4migyhvxd9s0cllymsp1rdh2pbh40p79g1fp1";
};

libPath = makeLibraryPath [
stdenv.cc.cc.lib
curl
curlWithGnuTls
udev
libX11
libXext
Expand Down

0 comments on commit e11f0ae

Please sign in to comment.