mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
insomnia: 5.16.0 -> 5.16.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/insomnia/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 5.16.1 with grep in /nix/store/ipbmvgywl4835c6ryl95nigfz2cvmkd7-insomnia-5.16.1 - directory tree listing: https://gist.github.com/97908578657058f7b3c2b72b2988dcd4 Closes #39890 Co-authored-by: Robin Gloster <mail@glob.in>
This commit is contained in:
parent
2e16074180
commit
7a4e98eefe
@ -1,12 +1,9 @@
|
|||||||
{ stdenv, lib, makeWrapper, fetchurl, dpkg,
|
{ stdenv, lib, makeWrapper, fetchurl, dpkg
|
||||||
|
, alsaLib, atk, cairo, cups, dbus_daemon, expat, fontconfig, freetype
|
||||||
alsaLib, atk, cairo, cups, dbus_daemon, expat, fontconfig, freetype, gdk_pixbuf, glib, gnome2, gtk2-x11,
|
, gdk_pixbuf, glib, gnome2, gtk2-x11, nspr, nss
|
||||||
nspr, nss,
|
, libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
|
||||||
|
, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, nghttp2
|
||||||
libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes, libXi, libXrandr,
|
, libudev0-shim, glibc, curl, openssl
|
||||||
libXrender, libXtst, libxcb,
|
|
||||||
|
|
||||||
libudev0-shim, glibc, curl, openssl
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -15,14 +12,14 @@ let
|
|||||||
gtk2-x11 nspr nss stdenv.cc.cc.lib libX11 libXScrnSaver libXcomposite libXcursor libXdamage libXext libXfixes
|
gtk2-x11 nspr nss stdenv.cc.cc.lib libX11 libXScrnSaver libXcomposite libXcursor libXdamage libXext libXfixes
|
||||||
libXi libXrandr libXrender libXtst libxcb
|
libXi libXrandr libXrender libXtst libxcb
|
||||||
];
|
];
|
||||||
runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl openssl ];
|
runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl openssl nghttp2 ];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "insomnia-${version}";
|
name = "insomnia-${version}";
|
||||||
version = "5.16.0";
|
version = "5.16.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
|
url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
|
||||||
sha256 = "1cpw63ibxaa08vms7fbxr5ap2yh4vcl8q3rjfn0ag1zkimz8cg2p";
|
sha256 = "0r1l7pfcnif8vw9jnxbh5p9sih6wvgjpx8rpfmnvw21pr8cm0zyp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper dpkg ];
|
nativeBuildInputs = [ makeWrapper dpkg ];
|
||||||
|
Loading…
Reference in New Issue
Block a user