summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSimon Kämpe <simon.kampe@gmail.com>2023-10-05 05:43:17 +0200
committerSimon Kämpe <simon@linetic.se>2023-10-05 05:43:17 +0200
commitaeb85f873968742ba6aeeba596e3bfd5e9128feb (patch)
treeb62254b2f5420c68b24c5bfcfc6f9a197b5ddbce /pkgs
parent64900d4125b5605774dc90c3566c4b2c6c2e945e (diff)
downloadnixpkgs-aeb85f873968742ba6aeeba596e3bfd5e9128feb.tar
nixpkgs-aeb85f873968742ba6aeeba596e3bfd5e9128feb.tar.gz
nixpkgs-aeb85f873968742ba6aeeba596e3bfd5e9128feb.tar.bz2
nixpkgs-aeb85f873968742ba6aeeba596e3bfd5e9128feb.tar.lz
nixpkgs-aeb85f873968742ba6aeeba596e3bfd5e9128feb.tar.xz
nixpkgs-aeb85f873968742ba6aeeba596e3bfd5e9128feb.tar.zst
nixpkgs-aeb85f873968742ba6aeeba596e3bfd5e9128feb.zip
snapmaker-luban: 4.8.0 -> 4.9.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/snapmaker-luban/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/misc/snapmaker-luban/default.nix b/pkgs/applications/misc/snapmaker-luban/default.nix
index 4e6b041d18f..9ee3ff6f384 100644
--- a/pkgs/applications/misc/snapmaker-luban/default.nix
+++ b/pkgs/applications/misc/snapmaker-luban/default.nix
@@ -2,17 +2,17 @@
 , alsa-lib, at-spi2-atk, at-spi2-core, atk, cairo, cups
 , gtk3, nss, glib, dbus, nspr, gdk-pixbuf, libdrm, mesa
 , libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
-, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, pango
+, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, pango
 , gcc-unwrapped, udev
 }:
 
 stdenv.mkDerivation rec {
   pname = "snapmaker-luban";
-  version = "4.8.0";
+  version = "4.9.1";
 
   src = fetchurl {
     url = "https://github.com/Snapmaker/Luban/releases/download/v${version}/snapmaker-luban-${version}-linux-x64.tar.gz";
-    sha256 = "sha256-uY8MlLIZrbds5/QdYZFTLSSis0BwRU19XfLiBX+2VCY=";
+    sha256 = "sha256-qLeF1trBrp53xkiAhybPTHUKuXYHQYfZ3tsmPPJlvUM=";
   };
 
   nativeBuildInputs = [
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
     libXScrnSaver
     libXtst
     libxcb
+    libxshmfence
     mesa # Required for libgbm
     nspr
     nss
@@ -42,7 +43,7 @@ stdenv.mkDerivation rec {
 
   libPath = lib.makeLibraryPath [
     stdenv.cc.cc alsa-lib atk at-spi2-atk at-spi2-core cairo cups
-    gdk-pixbuf glib gtk3 libX11 libXcomposite
+    gdk-pixbuf glib gtk3 libX11 libXcomposite libxshmfence
     libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender
     libXtst nspr nss libxcb pango libXScrnSaver udev
   ];