Skip to content

Commit

Permalink
Merge pull request #290118 from dschrempf/teams-for-linux-bugfix-release
Browse files Browse the repository at this point in the history
teams-for-linux: 1.4.11 -> 1.4.12
  • Loading branch information
kirillrdy authored Feb 20, 2024
2 parents 6a32700 + 4099c7f commit c0fccae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

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

src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
hash = "sha256-vjxbWOaUanYXalGVDgX+sjsrz5Cn1yGBkBs9B8VGrDQ=";
hash = "sha256-LrFF61D2b9+FWnVkb9MYxBJQxMtejuOmGTEtfSj1No4=";
};

offlineCache = fetchYarnDeps {
Expand Down

0 comments on commit c0fccae

Please sign in to comment.