Merge pull request #100369 from WolfangAukang/upwork-5.4.7.1
upwork: 5.3.3-883 -> 5.4.7.1
This commit is contained in:
commit
25294350d5
|
@ -9254,6 +9254,12 @@
|
||||||
githubId = 1322287;
|
githubId = 1322287;
|
||||||
name = "William O'Hanley";
|
name = "William O'Hanley";
|
||||||
};
|
};
|
||||||
|
wolfangaukang = {
|
||||||
|
email = "liquid.query960@4wrd.cc";
|
||||||
|
github = "wolfangaukang";
|
||||||
|
githubId = 8378365;
|
||||||
|
name = "P. R. d. O.";
|
||||||
|
};
|
||||||
womfoo = {
|
womfoo = {
|
||||||
email = "kranium@gikos.net";
|
email = "kranium@gikos.net";
|
||||||
github = "womfoo";
|
github = "womfoo";
|
||||||
|
|
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "upwork";
|
pname = "upwork";
|
||||||
version = "5.3.3-883";
|
version = "5.4.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://updates-desktopapp.upwork.com/binaries/v5_3_3_883_1f817bc1fefd44e7/upwork_5.3.3.883_amd64.deb";
|
url = "https://updates-desktopapp.upwork.com/binaries/v5_4_7_1_81f361962c74427d/${pname}_5.4.7.1_amd64.deb";
|
||||||
sha256 = "072zns79w4h46bvbj23rvr8i12sf2l378ry0z3hchwcimkrph9wx";
|
sha256 = "c443724d37bca942ca126b8b207846a5adb94a92ff9490370f2fe055feee347b";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontWrapGApps = true;
|
dontWrapGApps = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
dpkg
|
dpkg
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
|
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Online freelancing platform desktop application for time tracking";
|
description = "Online freelancing platform desktop application for time tracking";
|
||||||
homepage = "https://www.upwork.com/ab/downloads/";
|
homepage = "https://www.upwork.com/ab/downloads/";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ zakkor ];
|
maintainers = with maintainers; [ zakkor wolfangaukang ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue