Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 964606d40f2d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ba597cd2e558
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 5, 2020

  1. gitkraken: 7.2.0 -> 7.3.0

    GitKraken now depends on libdrm and libgbm 
    - add libdrm to libPath
    - add mesa (libgbm) to libPath
    evanjs committed Sep 5, 2020
    Copy the full SHA
    7a0eb47 View commit details
  2. Merge pull request #97257 from evanjs/gitkraken/7.3.0

    gitkraken: 7.2.0 -> 7.3.0
    worldofpeace authored Sep 5, 2020
    Copy the full SHA
    ba597cd View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 pkgs/applications/version-management/gitkraken/default.nix
8 changes: 5 additions & 3 deletions pkgs/applications/version-management/gitkraken/default.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
, libX11, libXi, libxcb, libXext, libXcursor, glib, libXScrnSaver, libxkbfile, libXtst
, nss, nspr, cups, fetchzip, expat, gdk-pixbuf, libXdamage, libXrandr, dbus
, makeDesktopItem, openssl, wrapGAppsHook, at-spi2-atk, at-spi2-core, libuuid
, e2fsprogs, krb5
, e2fsprogs, krb5, libdrm, mesa
}:

with stdenv.lib;
@@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "gitkraken";
version = "7.2.0";
version = "7.3.0";

src = fetchzip {
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
sha256 = "0nrrcwikx6dx1j1s0b80gh1s932zvxmijpddqp6a1vh3ddc5v1mp";
sha256 = "0q9imaka79p3krmcrxvnxzb2gprczybnw8d4y9p4icbmdbyb6h70";
};

dontBuild = true;
@@ -61,6 +61,8 @@ stdenv.mkDerivation rec {
libuuid
e2fsprogs
krb5
libdrm
mesa
];

desktopItem = makeDesktopItem {