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
@@ -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 {