teams-for-linux: 1.10.2 -> 1.11.0 (#344747)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-27 00:17:57 +00:00 committed by GitHub
commit c631adcee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,16 +15,16 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "teams-for-linux"; pname = "teams-for-linux";
version = "1.10.2"; version = "1.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "IsmaelMartinez"; owner = "IsmaelMartinez";
repo = "teams-for-linux"; repo = "teams-for-linux";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-AcKjh3DAUoIpsMr+K/T0FT5knbBx54pZmJKCK9HRZVQ="; hash = "sha256-UNe4stYEOTcQc+ap1/v9EXjHTwKvLYd4t8EPuojDyqw=";
}; };
npmDepsHash = "sha256-vDRFFxkIQo5qU9gmkSwUhPz4FG2XbUNkTw6SCuvMqCc="; npmDepsHash = "sha256-OpoPXcSiHnK4UYFimY+yOM6M3dAOcvZ82DdGc++oNLM=";
nativeBuildInputs = [ nativeBuildInputs = [
makeWrapper makeWrapper