about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-16 04:26:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-16 04:26:53 +0000
commit8ad2ff0ca9fc70a428683928f711c4cf02469c5f (patch)
treee1407bb51e3e7500398ec6301a160d71ed3fa907 /pkgs/applications/networking
parentbfaf0a1feb46a3ef8b17a195d52ee8d4c029e28a (diff)
downloadnixlib-8ad2ff0ca9fc70a428683928f711c4cf02469c5f.tar
nixlib-8ad2ff0ca9fc70a428683928f711c4cf02469c5f.tar.gz
nixlib-8ad2ff0ca9fc70a428683928f711c4cf02469c5f.tar.bz2
nixlib-8ad2ff0ca9fc70a428683928f711c4cf02469c5f.tar.lz
nixlib-8ad2ff0ca9fc70a428683928f711c4cf02469c5f.tar.xz
nixlib-8ad2ff0ca9fc70a428683928f711c4cf02469c5f.tar.zst
nixlib-8ad2ff0ca9fc70a428683928f711c4cf02469c5f.zip
microsoft-edge: 122.0.2365.80 -> 122.0.2365.92
Diffstat (limited to 'pkgs/applications/networking')
-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 904778916ed0..4271b21fa8fd 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 = "123.0.2420.32";
+    version = "123.0.2420.41";
     revision = "1";
-    hash = "sha256-ItKwlXaHHupTIXrwc4IXaFvldhFGZc4L8aJnxM1XLkM=";
+    hash = "sha256-tWsd+RyGJp+/1Sf4yDrq4EbLfaYsLkm4wLj9rfWmPlE=";
   };
   dev = import ./browser.nix {
     channel = "dev";
-    version = "124.0.2438.2";
+    version = "124.0.2450.2";
     revision = "1";
-    hash = "sha256-QMcq1lgtO50u2DoTdugJvkOcnIkppmeg/UCQ1oc5TZs=";
+    hash = "sha256-9PRQnnTYhArwRcTxuCufM7JcAcr6K7jKeFCrOsarCh0=";
   };
   stable = import ./browser.nix {
     channel = "stable";
-    version = "122.0.2365.80";
+    version = "122.0.2365.92";
     revision = "1";
-    hash = "sha256-fBu5ANA23Oicr3otQiqNznkUT0M9NcrDs6oNW/JuBtk=";
+    hash = "sha256-6rEVxFS2advEL4O2uczJTsTy31os9r52IGnHXxj3A+g=";
   };
 }