obinskit: 1.1.4 -> 1.1.8

New dependency `xorg.libXtst` needed for macro editing.

Also updated Homepage - the previous link redirects to the new one.

+6 -6
+6 -6
pkgs/applications/misc/obinskit/default.nix
··· 4 , libxkbcommon 5 , systemd 6 , xorg 7 - , electron_3 8 , makeWrapper 9 , makeDesktopItem 10 }: ··· 17 genericName = "Obinskit keyboard configurator"; 18 categories = "Utility"; 19 }; 20 - electron = electron_3; 21 in 22 stdenv.mkDerivation rec { 23 pname = "obinskit"; 24 - version = "1.1.4"; 25 26 src = fetchurl { 27 url = "http://releases.obins.net/occ/linux/tar/ObinsKit_${version}_x64.tar.gz"; 28 - sha256 = "0q422rmfn4k4ww1qlgrwdmxz4l10dxkd6piynbcw5cr4i5icnh2l"; 29 }; 30 31 unpackPhase = "tar -xzf $src"; ··· 51 postFixup = '' 52 makeWrapper ${electron}/bin/electron $out/bin/${pname} \ 53 --add-flags $out/opt/obinskit/resources/app.asar \ 54 - --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ stdenv.cc.cc.lib libxkbcommon (lib.getLib systemd) xorg.libXt ]}" 55 ''; 56 57 meta = with lib; { 58 description = "Graphical configurator for Anne Pro and Anne Pro II keyboards"; 59 - homepage = "http://en.obins.net/obinskit/"; # https is broken 60 license = licenses.unfree; 61 maintainers = with maintainers; [ shou ]; 62 platforms = [ "x86_64-linux" ];
··· 4 , libxkbcommon 5 , systemd 6 , xorg 7 + , electron_11 8 , makeWrapper 9 , makeDesktopItem 10 }: ··· 17 genericName = "Obinskit keyboard configurator"; 18 categories = "Utility"; 19 }; 20 + electron = electron_11; 21 in 22 stdenv.mkDerivation rec { 23 pname = "obinskit"; 24 + version = "1.1.8"; 25 26 src = fetchurl { 27 url = "http://releases.obins.net/occ/linux/tar/ObinsKit_${version}_x64.tar.gz"; 28 + sha256 = "MgasbgexOdscQrUte/6OzCSrc74RvaBq44oHplQA/Gc="; 29 }; 30 31 unpackPhase = "tar -xzf $src"; ··· 51 postFixup = '' 52 makeWrapper ${electron}/bin/electron $out/bin/${pname} \ 53 --add-flags $out/opt/obinskit/resources/app.asar \ 54 + --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ stdenv.cc.cc.lib libxkbcommon (lib.getLib systemd) xorg.libXt xorg.libXtst ]}" 55 ''; 56 57 meta = with lib; { 58 description = "Graphical configurator for Anne Pro and Anne Pro II keyboards"; 59 + homepage = "https://www.hexcore.xyz/obinskit"; 60 license = licenses.unfree; 61 maintainers = with maintainers; [ shou ]; 62 platforms = [ "x86_64-linux" ];