Merge pull request #288823 from chvp/upd/teams-for-linux

teams-for-linux: 1.4.10 -> 1.4.11
This commit is contained in:
Pol Dellaiera 2024-02-15 23:41:26 +01:00 committed by GitHub
commit 4225d178a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "teams-for-linux";
version = "1.4.10";
version = "1.4.11";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
hash = "sha256-dR9YJJBBxvnJkD42+MwIql3B1dlA6WUSLJ//lW22mmc=";
hash = "sha256-vjxbWOaUanYXalGVDgX+sjsrz5Cn1yGBkBs9B8VGrDQ=";
};
offlineCache = fetchYarnDeps {