summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-03-25 18:10:47 +0000
committerGitHub <noreply@github.com>2022-03-25 18:10:47 +0000
commit4bf4d0a3e4d5d0e2c1b6d5fe00024bff88395595 (patch)
tree612abfb77f51cc4d0a63e95fa2748e9fc81f0436 /pkgs/development/web
parentf55958c7cad1ae38ba98fd7975585d81793cd503 (diff)
parent662414d8a838f5aa8eb3c71b7f94b0b64f6cc373 (diff)
downloadnixpkgs-4bf4d0a3e4d5d0e2c1b6d5fe00024bff88395595.tar
nixpkgs-4bf4d0a3e4d5d0e2c1b6d5fe00024bff88395595.tar.gz
nixpkgs-4bf4d0a3e4d5d0e2c1b6d5fe00024bff88395595.tar.bz2
nixpkgs-4bf4d0a3e4d5d0e2c1b6d5fe00024bff88395595.tar.lz
nixpkgs-4bf4d0a3e4d5d0e2c1b6d5fe00024bff88395595.tar.xz
nixpkgs-4bf4d0a3e4d5d0e2c1b6d5fe00024bff88395595.tar.zst
nixpkgs-4bf4d0a3e4d5d0e2c1b6d5fe00024bff88395595.zip
Merge pull request #164186 from mtrsk/insomnia/update-to-2022.1.1
insomnia: 2021.7.2 -> 2022.1.1
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/insomnia/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/web/insomnia/default.nix b/pkgs/development/web/insomnia/default.nix
index 2abdabc2331..ae6200df5ef 100644
--- a/pkgs/development/web/insomnia/default.nix
+++ b/pkgs/development/web/insomnia/default.nix
@@ -2,7 +2,7 @@
 , fontconfig, freetype, gdk-pixbuf, glib, pango, mesa, nspr, nss, gtk3
 , at-spi2-atk, gsettings-desktop-schemas, gobject-introspection, wrapGAppsHook
 , libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
-, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, nghttp2
+, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, nghttp2
 , libudev0-shim, glibc, curl, openssl, autoPatchelfHook }:
 
 let
@@ -15,12 +15,12 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "insomnia";
-  version = "2021.7.2";
+  version = "2022.1.1";
 
   src = fetchurl {
     url =
       "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
-    sha256 = "sha256-HkQWW4h2+XT5Xi4oiIiMPnrRKw+GIyjGMQ5B1NrBARU=";
+    sha256 = "sha256-AaRiXGdKCzcsY4GEgLr5PO+f7STsR+p7ybGISdJlCVk=";
   };
 
   nativeBuildInputs =
@@ -53,6 +53,7 @@ in stdenv.mkDerivation rec {
     libXrender
     libXtst
     libxcb
+    libxshmfence
     mesa # for libgbm
     nspr
     nss