Unverified Commit 6d2a1584 authored by Janik's avatar Janik Committed by GitHub
Browse files

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

parents 08d49ec7 0d4cbbb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "teams-for-linux";
  version = "1.3.8";
  version = "1.3.11";

  src = fetchFromGitHub {
    owner = "IsmaelMartinez";
    repo = "teams-for-linux";
    rev = "v${finalAttrs.version}";
    hash = "sha256-G0UBzSXoZPLHBsM0nslPLNBZs0sUAQYJ403nPV+3Qu4=";
    hash = "sha256-xSNjAao8pv3jGRK68bkwGy0vo3nm8KRZjTtCEge4kHs=";
  };

  offlineCache = fetchYarnDeps {