From 73825def0a5fcf8ee840bef4eefef929d15123d9 Mon Sep 17 00:00:00 2001 From: "Pedro R. de Oliveira" Date: Mon, 12 Oct 2020 17:26:26 -0600 Subject: [PATCH 1/2] upwork: 5.3.3-883 -> 5.4.7.1 --- pkgs/applications/misc/upwork/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/misc/upwork/default.nix b/pkgs/applications/misc/upwork/default.nix index 3757c8ce3bb..025ddd3725f 100644 --- a/pkgs/applications/misc/upwork/default.nix +++ b/pkgs/applications/misc/upwork/default.nix @@ -6,16 +6,16 @@ stdenv.mkDerivation rec { pname = "upwork"; - version = "5.3.3-883"; + version = "5.4.7.1"; src = fetchurl { - url = "https://updates-desktopapp.upwork.com/binaries/v5_3_3_883_1f817bc1fefd44e7/upwork_5.3.3.883_amd64.deb"; - sha256 = "072zns79w4h46bvbj23rvr8i12sf2l378ry0z3hchwcimkrph9wx"; + url = "https://updates-desktopapp.upwork.com/binaries/v5_4_7_1_81f361962c74427d/${pname}_5.4.7.1_amd64.deb"; + sha256 = "c443724d37bca942ca126b8b207846a5adb94a92ff9490370f2fe055feee347b"; }; dontWrapGApps = true; - nativeBuildInputs = [ + nativeBuildInputs = [ dpkg wrapGAppsHook autoPatchelfHook @@ -52,4 +52,4 @@ stdenv.mkDerivation rec { license = licenses.unfree; maintainers = with maintainers; [ zakkor ]; }; -} \ No newline at end of file +} From ffc76b348572d6e2cf6b93f9afbd8125abdb6bab Mon Sep 17 00:00:00 2001 From: "Pedro R. de Oliveira" Date: Mon, 12 Oct 2020 17:27:16 -0600 Subject: [PATCH 2/2] maintainers: add wolfangaukang --- maintainers/maintainer-list.nix | 6 ++++++ pkgs/applications/misc/upwork/default.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index d11e0c0dba2..481eac76fe1 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -9248,6 +9248,12 @@ githubId = 1322287; name = "William O'Hanley"; }; + wolfangaukang = { + email = "liquid.query960@4wrd.cc"; + github = "wolfangaukang"; + githubId = 8378365; + name = "P. R. d. O."; + }; womfoo = { email = "kranium@gikos.net"; github = "womfoo"; diff --git a/pkgs/applications/misc/upwork/default.nix b/pkgs/applications/misc/upwork/default.nix index 025ddd3725f..5d4247f3869 100644 --- a/pkgs/applications/misc/upwork/default.nix +++ b/pkgs/applications/misc/upwork/default.nix @@ -50,6 +50,6 @@ stdenv.mkDerivation rec { description = "Online freelancing platform desktop application for time tracking"; homepage = "https://www.upwork.com/ab/downloads/"; license = licenses.unfree; - maintainers = with maintainers; [ zakkor ]; + maintainers = with maintainers; [ zakkor wolfangaukang ]; }; }