Unverified Commit 2760b679 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

teams-for-linux: 1.12.7 -> 1.12.8 (#386108)

parents a65e2c63 24bda1f0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,16 +15,16 @@

buildNpmPackage rec {
  pname = "teams-for-linux";
  version = "1.12.7";
  version = "1.12.8";

  src = fetchFromGitHub {
    owner = "IsmaelMartinez";
    repo = "teams-for-linux";
    tag = "v${version}";
    hash = "sha256-26YNDXZUMQA3AuRPTxB+X8hg2IEYvAGBHvzIAxSL3nk=";
    hash = "sha256-OXrkv5xEjwiC/fzLY+KFD48VAnJ5fXgGfOTPV+LuF5g=";
  };

  npmDepsHash = "sha256-Vu7VAV8hoQKqa8d2hMaNlBB4e8HA0h4ySc1qsYn8M6o=";
  npmDepsHash = "sha256-AjljadHGDOI358mO5iCV8yXOvRn6XlwN4IPiussJWRU=";

  nativeBuildInputs = [
    makeWrapper