Update dependencies

This commit is contained in:
Charlotte Van Petegem 2024-01-31 09:07:02 +01:00
parent 6505795a6f
commit 270698e35d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 6 additions and 26 deletions

12
flake.lock generated
View file

@ -476,11 +476,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1706371002,
"narHash": "sha256-dwuorKimqSYgyu8Cw6ncKhyQjUDOyuXoxDTVmAXq88s=",
"lastModified": 1706550542,
"narHash": "sha256-UcsnCG6wx++23yeER4Hg18CXWbgNpqNXcHIo5/1Y+hc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c002c6aa977ad22c60398daaa9be52f2203d0006",
"rev": "97b17f32362e475016f942bbdfda4a4a72a8a652",
"type": "github"
},
"original": {
@ -554,11 +554,11 @@
},
"nur": {
"locked": {
"lastModified": 1706683558,
"narHash": "sha256-Rz8mjD3GTVP5HQweR4GA23I9Nl+mH6GokyaOohpyfMk=",
"lastModified": 1706686049,
"narHash": "sha256-TCuYU/F5uuMDIBcFSm1xi2fYHt1Bit8fYPzIzB7T6HY=",
"owner": "nix-community",
"repo": "NUR",
"rev": "7f970ae3b784af7e4505ae09780a56a13300a1be",
"rev": "fab803d7fa7e066ff6193fe40ba29d2e322835e1",
"type": "github"
},
"original": {

View file

@ -1,20 +0,0 @@
diff --git a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
index 33e58c808d253d..74b54f10a75a1c 100644
--- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
@@ -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 {