about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-05 09:48:30 -0500
committerGitHub <noreply@github.com>2024-02-05 09:48:30 -0500
commit1103c59b10ab17fab8cb6833d815f31353a99991 (patch)
treeff7a4730749b25529ae9f6b50a8fe79599d81005 /pkgs/applications/networking
parentfadde8db1f1ffc1ef0bf27cb3bb364db549c2d3b (diff)
parentcbbc4c6eab0227aabbe1aef8e7b60bb069f010ee (diff)
downloadnixlib-1103c59b10ab17fab8cb6833d815f31353a99991.tar
nixlib-1103c59b10ab17fab8cb6833d815f31353a99991.tar.gz
nixlib-1103c59b10ab17fab8cb6833d815f31353a99991.tar.bz2
nixlib-1103c59b10ab17fab8cb6833d815f31353a99991.tar.lz
nixlib-1103c59b10ab17fab8cb6833d815f31353a99991.tar.xz
nixlib-1103c59b10ab17fab8cb6833d815f31353a99991.tar.zst
nixlib-1103c59b10ab17fab8cb6833d815f31353a99991.zip
Merge pull request #286076 from r-ryantm/auto-update/microsoft-edge
microsoft-edge: 121.0.2277.83 -> 121.0.2277.98
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 3836453ee645..3e827278a6f4 100644
--- a/pkgs/applications/networking/browsers/microsoft-edge/default.nix
+++ b/pkgs/applications/networking/browsers/microsoft-edge/default.nix
@@ -1,20 +1,20 @@
 {
   stable = import ./browser.nix {
     channel = "stable";
-    version = "121.0.2277.83";
+    version = "121.0.2277.98";
     revision = "1";
-    hash = "sha256-WuDu44elNlkYZEtol+TZNpcRAkAq8HHATYCc9Or/bvU=";
+    hash = "sha256-vm0aBWiGtjdSu55nCNuhbqn4XVI6l/BxwmpTlTHWt/M=";
   };
   beta = import ./browser.nix {
     channel = "beta";
-    version = "121.0.2277.83";
+    version = "122.0.2365.8";
     revision = "1";
-    hash = "sha256-eW8Bpcjw1aY5lMqsGCJ3hORVLhzW8Fmaio+kpSOzPeU=";
+    hash = "sha256-1qM61lO7LyX7CuLrKsEuciud7BuDxRKNyQahdFJhq+g=";
   };
   dev = import ./browser.nix {
     channel = "dev";
-    version = "122.0.2353.0";
+    version = "122.0.2365.3";
     revision = "1";
-    hash = "sha256-llLaq13SU4ZpqhOYK0hy6ZD6amAqijStk8TIHX3gydQ=";
+    hash = "sha256-O2SxGzcvNloxLbexDjA0C28w7EJi1Fl9IUnI1zc1S6Y=";
   };
 }