teams-for-linux: 1.0.92 -> 1.0.93

This commit is contained in:
R. Ryantm 2023-05-21 03:54:27 +00:00
parent dd816a74ce
commit b0e04c01e7

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "teams-for-linux";
version = "1.0.92";
version = "1.0.93";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wRgXb0yzrpRlZkZ6RHMU2wdR11lwR5n6tTUbCEURvDQ=";
sha256 = "sha256-mWLjGednrKnEIvrL2iHQP3xoCb6SxptzbE40aJ5wH1U=";
};
offlineCache = fetchYarnDeps {