Skip to content

Commit

Permalink
Merge pull request #122845 from SebTM/update/postman
Browse files Browse the repository at this point in the history
Postman: 7.36.1 -> 8.4.0, add libdrm and mesa which were missing (according #111382)
  • Loading branch information
Ma27 committed May 14, 2021
2 parents 3464899 + 72548d6 commit 5817a05
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/web/postman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
, atk, at-spi2-atk, at-spi2-core, alsaLib, cairo, cups, dbus, expat, gdk-pixbuf, glib, gtk3
, freetype, fontconfig, nss, nspr, pango, udev, libuuid, libX11, libxcb, libXi
, libXcursor, libXdamage, libXrandr, libXcomposite, libXext, libXfixes
, libXrender, libXtst, libXScrnSaver
, libXrender, libXtst, libXScrnSaver, libdrm, mesa
}:

stdenv.mkDerivation rec {
pname = "postman";
version = "7.36.1";
version = "8.4.0";

src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "sha256-6brThKTAQI3cu3SSqvEIT1nwlQ/jPTP+d/Q/m/Ez5nQ=";
sha256 = "040l0g6m8lmjrm0wvq8z13xyddasz7v95v54d658w14gv0n713vw";
name = "${pname}.tar.gz";
};

Expand Down Expand Up @@ -43,10 +43,12 @@ stdenv.mkDerivation rec {
gtk3
freetype
fontconfig
mesa
nss
nspr
pango
udev
libdrm
libuuid
libX11
libxcb
Expand Down

0 comments on commit 5817a05

Please sign in to comment.