upwork: 5.8.0.31 -> 5.8.0.33

This commit is contained in:
Tim 2023-11-17 13:08:48 +07:00
parent 3b7c461dd5
commit fcb6d30ab6

View File

@ -6,12 +6,12 @@
stdenv.mkDerivation rec {
pname = "upwork";
version = "5.8.0.31";
version = "5.8.0.33";
src = requireFile {
name = "${pname}_${version}_amd64.deb";
url = "https://www.upwork.com/ab/downloads/os/linux/";
sha256 = "sha256-tQV6v0U6xxqBl7nQaBhXSrc9iv+7SPHfABTiJJQDnPI=";
sha256 = "sha256-MU0usTAfNNMN8OYmS6dWU6Xk2o5dg5J0V7OQiv3dLug=";
};
nativeBuildInputs = [