diff --git a/flake.lock b/flake.lock index 88d6c739..74701e19 100644 --- a/flake.lock +++ b/flake.lock @@ -473,11 +473,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1712791164, - "narHash": "sha256-3sbWO1mbpWsLepZGbWaMovSO7ndZeFqDSdX0hZ9nVyw=", + "lastModified": 1712963716, + "narHash": "sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1042fd8b148a9105f3c0aca3a6177fd1d9360ba5", + "rev": "cfd6b5fc90b15709b780a5a1619695a88505a176", "type": "github" }, "original": { @@ -521,11 +521,11 @@ }, "nur": { "locked": { - "lastModified": 1713113175, - "narHash": "sha256-E/WxD3Nh4kd3AYYLk8UyMnkUm9AMT3zUk/rBI4Qjk04=", + "lastModified": 1713127733, + "narHash": "sha256-8DgSHzlv5WvDGEWiCmkyiRUR70dBX52YRXyXcQV6PF8=", "owner": "nix-community", "repo": "NUR", - "rev": "90060445d9ee7b731c147b2caa53dc45d557bce9", + "rev": "54d3d777defd18924d6c1438dedab6ae6d3cd976", "type": "github" }, "original": { diff --git a/patches/303580.patch b/patches/303580.patch deleted file mode 100644 index a5f8f50f..00000000 --- a/patches/303580.patch +++ /dev/null @@ -1,39 +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 a5d3fc19bf3cbf..18c7713589f0d9 100644 ---- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix -+++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix -@@ -20,18 +20,18 @@ - - stdenv.mkDerivation (finalAttrs: { - pname = "teams-for-linux"; -- version = "1.4.17"; -+ version = "1.4.22"; - - src = fetchFromGitHub { - owner = "IsmaelMartinez"; - repo = "teams-for-linux"; - rev = "v${finalAttrs.version}"; -- hash = "sha256-fpz3JzJ6RaSajCwc44Uavln572mT5ixLnIK8FFoKWMg="; -+ hash = "sha256-eNd12p9QvuYpiy9FaGaMSfQ3qVYzmYyO2/v/rdV3nN8="; - }; - - offlineCache = fetchYarnDeps { - yarnLock = "${finalAttrs.src}/yarn.lock"; -- hash = "sha256-/8Jxly02EZxp5JZ3mVlv01aWX53V9eSy0pvVMfpb9I0="; -+ hash = "sha256-jBwyIyiWeqNmOnxmVOr7c4oMWwHElEjM25sShhTMi78="; - }; - - nativeBuildInputs = [ yarn prefetch-yarn-deps nodejs copyDesktopItems makeWrapper ]; -diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix -index 45f166400973ba..aa913ee2737fe7 100644 ---- a/pkgs/top-level/all-packages.nix -+++ b/pkgs/top-level/all-packages.nix -@@ -34965,7 +34965,7 @@ with pkgs; - teams = callPackage ../applications/networking/instant-messengers/teams { }; - - teams-for-linux = callPackage ../applications/networking/instant-messengers/teams-for-linux { -- electron = electron_28; -+ electron = electron_29; - }; - - teamspeak_client = libsForQt5.callPackage ../applications/networking/instant-messengers/teamspeak/client.nix { };