about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-19 04:22:36 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-21 08:22:09 +0000
commitd6bc3e4cc36e0e615d7d8df87a2182f451f24df1 (patch)
tree80402ce7f87c06dc197596c5959d066da41b60db /pkgs/applications
parent81d5ad22720e1ef799865be70760b4254fbdd4a4 (diff)
microsoft-edge: 124.0.2478.97 -> 125.0.2535.51
(cherry picked from commit f2f31ba8a7bcb0bf053869daf33ccd6d69229a1a)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/microsoft-edge/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/browsers/microsoft-edge/default.nix b/pkgs/applications/networking/browsers/microsoft-edge/default.nix
index 8b9574916ce07..c99b245cadc0f 100644
--- a/pkgs/applications/networking/browsers/microsoft-edge/default.nix
+++ b/pkgs/applications/networking/browsers/microsoft-edge/default.nix
@@ -1,20 +1,20 @@
 {
   beta = import ./browser.nix {
     channel = "beta";
-    version = "125.0.2535.37";
+    version = "125.0.2535.51";
     revision = "1";
-    hash = "sha256-/fZcFIVj4stIxim2UYsxA5rNkyGf/i3eDf25npsdDi4=";
+    hash = "sha256-ZOuC4+1Vp+i/vA783h+ilz97YwPwLMwk5eoc2hR5Y9E=";
   };
   dev = import ./browser.nix {
     channel = "dev";
-    version = "126.0.2566.1";
+    version = "126.0.2578.1";
     revision = "1";
-    hash = "sha256-PePosWGdkLm5OK82YP9LQbvVz5de8KL06I6rv0TKP3A=";
+    hash = "sha256-L1w8d0IdqCps7BuyL3AWMzPPkZtwLuiA+Z/dWSlEJU8=";
   };
   stable = import ./browser.nix {
     channel = "stable";
-    version = "124.0.2478.97";
+    version = "125.0.2535.51";
     revision = "1";
-    hash = "sha256-hdCtHWOEez3VTw8hTRiitURiu0MpFTbnc60biym795k=";
+    hash = "sha256-bpI3ePjjJLAoF/+ygXWYV1RY/FxOjs6/V8N0XWcal70=";
   };
 }