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 20 stdenv.mkDerivation (finalAttrs: { 21 pname = "teams-for-linux"; 22 - version = "1.3.8"; 23 24 src = fetchFromGitHub { 25 owner = "IsmaelMartinez"; 26 repo = "teams-for-linux"; 27 rev = "v${finalAttrs.version}"; 28 - hash = "sha256-G0UBzSXoZPLHBsM0nslPLNBZs0sUAQYJ403nPV+3Qu4="; 29 }; 30 31 offlineCache = fetchYarnDeps {
··· 19 20 stdenv.mkDerivation (finalAttrs: { 21 pname = "teams-for-linux"; 22 + version = "1.3.11"; 23 24 src = fetchFromGitHub { 25 owner = "IsmaelMartinez"; 26 repo = "teams-for-linux"; 27 rev = "v${finalAttrs.version}"; 28 + hash = "sha256-xSNjAao8pv3jGRK68bkwGy0vo3nm8KRZjTtCEge4kHs="; 29 }; 30 31 offlineCache = fetchYarnDeps {