Unverified Commit fc431f15 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

teams-for-linux: 1.1.9 -> 1.1.11 (#241371)

parent c50ebd05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

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

  src = fetchFromGitHub {
    owner = "IsmaelMartinez";
    repo = "teams-for-linux";
    rev = "v${finalAttrs.version}";
    hash = "sha256-lFDyV2PwsYWmZ5E19LpWk60Fjo39M0wd8C1Z2qL3G+0=";
    hash = "sha256-D0qZvKGfLE6VreCYn4Io2KmHcAHCVegG8xZwmxsQH5c=";
  };

  offlineCache = fetchYarnDeps {