lol

Merge pull request #133631 from WolfangAukang/upwork-5.6.7.13

upwork: 5.5.0.11 -> 5.6.7.13

authored by

Artturi and committed by
GitHub
6dfd25fd c87557a8

+10 -11
+10 -11
pkgs/applications/misc/upwork/default.nix
··· 1 1 { lib, stdenv, fetchurl, dpkg, wrapGAppsHook, autoPatchelfHook 2 2 , alsa-lib, atk, at-spi2-atk, at-spi2-core, cairo, cups, dbus, expat, fontconfig, freetype 3 - , gdk-pixbuf, glib, gtk3, libnotify, libX11, libXcomposite, libXcursor, libXdamage, libuuid 4 - , libXext, libXfixes, libXi, libXrandr, libXrender, libXtst, nspr, nss, libxcb 5 - , pango, systemd, libXScrnSaver, libcxx, libpulseaudio }: 3 + , gdk-pixbuf, glib, gtk3, libcxx, libdrm, libnotify, libpulseaudio, libuuid, libX11, libxcb 4 + , libXcomposite, libXcursor, libXdamage, libXext, libXfixes, libXi, libXrandr, libXrender 5 + , libXScrnSaver, libXtst, mesa, nspr, nss, pango, systemd }: 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "upwork"; 9 - version = "5.5.0.11"; 9 + version = "5.6.7.13"; 10 10 11 11 src = fetchurl { 12 - url = "https://upwork-usw2-desktopapp.upwork.com/binaries/v5_5_0_11_61df9c99b6df4e7b/${pname}_${version}_amd64.deb"; 13 - sha256 = "db83d5fb1b5383992c6156284f6f3cd3a6b23f727ce324ba90c82817553fb4f7"; 12 + url = "https://upwork-usw2-desktopapp.upwork.com/binaries/v5_6_7_13_9f0e0a44a59e4331/${pname}_${version}_amd64.deb"; 13 + sha256 = "f1d3168cda47f77100192ee97aa629e2452fe62fb364dd59ad361adbc0d1da87"; 14 14 }; 15 15 16 16 dontWrapGApps = true; ··· 23 23 24 24 buildInputs = [ 25 25 libcxx systemd libpulseaudio 26 - stdenv.cc.cc alsa-lib atk at-spi2-atk at-spi2-core cairo cups dbus expat fontconfig freetype 27 - gdk-pixbuf glib gtk3 libnotify libX11 libXcomposite libuuid 28 - libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender 29 - libXtst nspr nss libxcb pango systemd libXScrnSaver 26 + stdenv.cc.cc alsa-lib atk at-spi2-atk at-spi2-core cairo cups 27 + dbus expat fontconfig freetype gdk-pixbuf glib gtk3 libdrm libnotify 28 + libuuid libX11 libxcb libXcomposite libXcursor libXdamage libXext libXfixes 29 + libXi libXrandr libXrender libXScrnSaver libXtst mesa nspr nss pango systemd 30 30 ]; 31 31 32 32 libPath = lib.makeLibraryPath buildInputs; ··· 40 40 mv usr $out 41 41 mv opt $out 42 42 sed -e "s|/opt/Upwork|$out/bin|g" -i $out/share/applications/upwork.desktop 43 - 44 43 makeWrapper $out/opt/Upwork/upwork \ 45 44 $out/bin/upwork \ 46 45 --prefix XDG_DATA_DIRS : "${gtk3}/share/gsettings-schemas/${gtk3.name}/" \