Unverified Commit 907f5f46 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

teams-for-linux: 1.1.1 -> 1.1.2
parents 3682aff2 c108c6dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "teams-for-linux";
  version = "1.1.1";
  version = "1.1.2";

  src = fetchFromGitHub {
    owner = "IsmaelMartinez";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Yeq74thHzFt4+KDf7cwgyVbTIeXF9/zb81bEAINJbEU=";
    sha256 = "sha256-Teij0TAYinaf908qCkvrFRMAMRwzrc8fXmgOHI0qniI=";
  };

  offlineCache = fetchYarnDeps {