3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #233146 from r-ryantm/auto-update/teams-for-linux

teams-for-linux: 1.0.92 -> 1.0.93
This commit is contained in:
Weijia Wang 2023-05-22 11:22:56 +03:00 committed by GitHub
commit 69d8e3a1a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {