gitkraken: 3.3.4 -> 3.4.0

This commit is contained in:
Lenz Weber 2018-03-12 18:34:46 +01:00
parent 2f00a50e2d
commit e11f0aee7c

View File

@ -7,18 +7,21 @@
with stdenv.lib; with stdenv.lib;
let
curlWithGnuTls = curl.override { gnutlsSupport = true; sslSupport = false; };
in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gitkraken-${version}"; name = "gitkraken-${version}";
version = "3.3.4"; version = "3.4.0";
src = fetchurl { src = fetchurl {
url = "https://release.gitkraken.com/linux/v${version}.deb"; url = "https://release.gitkraken.com/linux/v${version}.deb";
sha256 = "1djrbpm1f258cicf65ddvndpxi1izmnc12253k1zwl77z4jjbwls"; sha256 = "0jj3a02bz30xa7p4migyhvxd9s0cllymsp1rdh2pbh40p79g1fp1";
}; };
libPath = makeLibraryPath [ libPath = makeLibraryPath [
stdenv.cc.cc.lib stdenv.cc.cc.lib
curl curlWithGnuTls
udev udev
libX11 libX11
libXext libXext