Unverified Commit 8f6d58e7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #284716 from chvp/upd/teams-for-linux

teams-for-linux: 1.4.5 -> 1.4.6
parents 4664abf4 a9fbf4d8
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.4.5";
  version = "1.4.6";

  src = fetchFromGitHub {
    owner = "IsmaelMartinez";
    repo = "teams-for-linux";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Gp+Euuuo51syHmQzzQALxZjejYLoJtGJbo4Gl40UASs=";
    hash = "sha256-aaUWc0G7KY3PwlIysoL++l7na2M5sxQFW2YsO0AIRY8=";
  };

  offlineCache = fetchYarnDeps {