Unverified Commit cc8f8c43 authored by Lily Foster's avatar Lily Foster Committed by GitHub
Browse files

Merge pull request #303925 from r-ryantm/auto-update/teams-for-linux

teams-for-linux: 1.4.22 -> 1.4.24
parents 184bca4f eba01dd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

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

  src = fetchFromGitHub {
    owner = "IsmaelMartinez";
    repo = "teams-for-linux";
    rev = "v${finalAttrs.version}";
    hash = "sha256-eNd12p9QvuYpiy9FaGaMSfQ3qVYzmYyO2/v/rdV3nN8=";
    hash = "sha256-Bo70L0EPHdbef4Vmizy4yrePAr/sh/2ZkRAyvOd2NYA=";
  };

  offlineCache = fetchYarnDeps {