teams-for-linux: 1.4.5 -> 1.4.6

https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.6
This commit is contained in:
Charlotte Van Petegem
2024-01-29 09:27:11 +01:00
parent 48a3d10c97
commit a9fbf4d8a0
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "teams-for-linux";
version = "1.4.5";
version = "1.4.6";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
hash = "sha256-Gp+Euuuo51syHmQzzQALxZjejYLoJtGJbo4Gl40UASs=";
hash = "sha256-aaUWc0G7KY3PwlIysoL++l7na2M5sxQFW2YsO0AIRY8=";
};
offlineCache = fetchYarnDeps {