Merge pull request #298300 from BillHuang2001/update/feishu

feishu: 6.9.16 -> 6.9.20
This commit is contained in:
Nick Cao 2024-03-23 13:04:49 -04:00 committed by GitHub
commit 7682c03f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -63,13 +63,13 @@
}:
stdenv.mkDerivation rec {
version = "6.9.16";
version = "6.9.20";
pname = "feishu";
packageHash = "fe01b99b"; # A hash value used in the download url
packageHash = "6085d1c4"; # A hash value used in the download url
src = fetchurl {
url = "https://sf3-cn.feishucdn.com/obj/ee-appcenter/${packageHash}/Feishu-linux_x64-${version}.deb";
hash = "sha256-+koH6/K0J8KCVaNGIVvmLmPn/Ttyc9WcNAp0f7PLkqg=";
hash = "sha256-kg5j/vWaCBUjnF983kk0ZMJ+inF5z5ctED9+ITuIn94=";
};
nativeBuildInputs = [