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

teams-for-linux: 1.4.4 -> 1.4.5
This commit is contained in:
kirillrdy 2024-01-27 20:51:33 +09:00 committed by GitHub
commit 58c189c2a4
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.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
hash = "sha256-GNfFzJsWyu46mP0k1wT8SG22F9oKpLwoLQ0TnNFqvv8=";
hash = "sha256-Gp+Euuuo51syHmQzzQALxZjejYLoJtGJbo4Gl40UASs=";
};
offlineCache = fetchYarnDeps {