mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
upwork: 5.8.0.31 -> 5.8.0.33
This commit is contained in:
parent
3b7c461dd5
commit
fcb6d30ab6
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "upwork";
|
pname = "upwork";
|
||||||
version = "5.8.0.31";
|
version = "5.8.0.33";
|
||||||
|
|
||||||
src = requireFile {
|
src = requireFile {
|
||||||
name = "${pname}_${version}_amd64.deb";
|
name = "${pname}_${version}_amd64.deb";
|
||||||
url = "https://www.upwork.com/ab/downloads/os/linux/";
|
url = "https://www.upwork.com/ab/downloads/os/linux/";
|
||||||
sha256 = "sha256-tQV6v0U6xxqBl7nQaBhXSrc9iv+7SPHfABTiJJQDnPI=";
|
sha256 = "sha256-MU0usTAfNNMN8OYmS6dWU6Xk2o5dg5J0V7OQiv3dLug=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user