Merge pull request #257275 from raekya/teams-for-linux-1.3.11

authored by Janik and committed by GitHub 6d2a1584 08d49ec7

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
··· 19 19 20 20 stdenv.mkDerivation (finalAttrs: { 21 21 pname = "teams-for-linux"; 22 - version = "1.3.8"; 22 + version = "1.3.11"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "IsmaelMartinez"; 26 26 repo = "teams-for-linux"; 27 27 rev = "v${finalAttrs.version}"; 28 - hash = "sha256-G0UBzSXoZPLHBsM0nslPLNBZs0sUAQYJ403nPV+3Qu4="; 28 + hash = "sha256-xSNjAao8pv3jGRK68bkwGy0vo3nm8KRZjTtCEge4kHs="; 29 29 }; 30 30 31 31 offlineCache = fetchYarnDeps {