mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
insomnia: 6.6.2 -> 7.0.3
Update insomnia to latest version (at the current date: 2019/11/06)
This commit is contained in:
parent
1e72fa5158
commit
e870472892
@ -1,11 +1,9 @@
|
|||||||
{ stdenv, makeWrapper, fetchurl, dpkg
|
{ stdenv, makeWrapper, fetchurl, dpkg, alsaLib, atk, cairo, cups, dbus, expat
|
||||||
, alsaLib, atk, cairo, cups, dbus, expat, fontconfig, freetype
|
, fontconfig, freetype, gdk-pixbuf, glib, gnome2, nspr, nss, gtk3, gtk2
|
||||||
, gdk-pixbuf, glib, gnome2, nspr, nss, gtk3, gtk2, at-spi2-atk
|
, at-spi2-atk, gsettings-desktop-schemas, gobject-introspection, wrapGAppsHook
|
||||||
, gsettings-desktop-schemas, gobject-introspection, wrapGAppsHook
|
|
||||||
, libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
|
, libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
|
||||||
, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, nghttp2
|
, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, nghttp2
|
||||||
, libudev0-shim, glibc, curl, openssl, autoPatchelfHook
|
, libudev0-shim, glibc, curl, openssl, autoPatchelfHook }:
|
||||||
}:
|
|
||||||
|
|
||||||
let
|
let
|
||||||
runtimeLibs = stdenv.lib.makeLibraryPath [
|
runtimeLibs = stdenv.lib.makeLibraryPath [
|
||||||
@ -18,19 +16,16 @@ let
|
|||||||
];
|
];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "insomnia";
|
pname = "insomnia";
|
||||||
version = "6.6.2";
|
version = "7.0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
|
url =
|
||||||
sha256 = "0hlny3lac7whdbpp0pcyaa30h6x9536jsg95gj9irw2qjsx74xa7";
|
"https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
|
||||||
|
sha256 = "14mkvza7q6l2hn763pjy6zavcg1fmzanys3930w32g07vq3xi97l";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs =
|
||||||
autoPatchelfHook
|
[ autoPatchelfHook dpkg makeWrapper gobject-introspection wrapGAppsHook ];
|
||||||
dpkg
|
|
||||||
makeWrapper
|
|
||||||
gobject-introspection wrapGAppsHook
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsaLib
|
alsaLib
|
||||||
@ -87,11 +82,11 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://insomnia.rest/;
|
homepage = "https://insomnia.rest/";
|
||||||
description = "The most intuitive cross-platform REST API Client";
|
description = "The most intuitive cross-platform REST API Client";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ markus1189 ];
|
maintainers = with maintainers; [ markus1189 babariviere ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user