Merge pull request #65924 from r-ryantm/auto-update/gitkraken

gitkraken: 6.0.0 -> 6.0.1
This commit is contained in:
Ryan Mulligan 2019-08-09 18:10:52 -07:00 committed by GitHub
commit 07ce48cc3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
, libX11, libXi, libxcb, libXext, libXcursor, glib, libXScrnSaver, libxkbfile, libXtst
, nss, nspr, cups, fetchurl, expat, gdk-pixbuf, libXdamage, libXrandr, dbus
, dpkg, makeDesktopItem, openssl, wrapGAppsHook, hicolor-icon-theme, at-spi2-atk, libuuid
, e2fsprogs, krb5
}:
with stdenv.lib;
@ -12,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
name = "gitkraken-${version}";
version = "6.0.0";
version = "6.1.1";
src = fetchurl {
url = "https://release.axocdn.com/linux/GitKraken-v${version}.deb";
sha256 = "1ykjdnzl34pqr6dhfnswix44i412c7gcba1pk95a8670wmc29a1f";
sha256 = "1ks8dscidqzmxy650xda6gvqg04iwidanidlsmgsi8365iqxvb1k";
};
libPath = makeLibraryPath [
@ -55,6 +56,8 @@ stdenv.mkDerivation rec {
openssl
at-spi2-atk
libuuid
e2fsprogs
krb5
];
desktopItem = makeDesktopItem {