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

teams-for-linux: 1.1.1 -> 1.1.2
This commit is contained in:
Pol Dellaiera 2023-06-11 07:31:56 +02:00 committed by GitHub
commit 907f5f46fa
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.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Yeq74thHzFt4+KDf7cwgyVbTIeXF9/zb81bEAINJbEU=";
sha256 = "sha256-Teij0TAYinaf908qCkvrFRMAMRwzrc8fXmgOHI0qniI=";
};
offlineCache = fetchYarnDeps {