Merge pull request #290118 from dschrempf/teams-for-linux-bugfix-release

teams-for-linux: 1.4.11 -> 1.4.12
This commit is contained in:
kirillrdy 2024-02-20 18:44:49 +11:00 committed by GitHub
commit c0fccae299
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.11";
version = "1.4.12";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
hash = "sha256-vjxbWOaUanYXalGVDgX+sjsrz5Cn1yGBkBs9B8VGrDQ=";
hash = "sha256-LrFF61D2b9+FWnVkb9MYxBJQxMtejuOmGTEtfSj1No4=";
};
offlineCache = fetchYarnDeps {