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

teams-for-linux: 1.4.5 -> 1.4.6
This commit is contained in:
Nick Cao 2024-01-29 09:34:05 -05:00 committed by GitHub
commit 8f6d58e773
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.5";
version = "1.4.6";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
hash = "sha256-Gp+Euuuo51syHmQzzQALxZjejYLoJtGJbo4Gl40UASs=";
hash = "sha256-aaUWc0G7KY3PwlIysoL++l7na2M5sxQFW2YsO0AIRY8=";
};
offlineCache = fetchYarnDeps {