From 974c1466b36af5f317e7eec395f17d4a22ce2632 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 1 Aug 2023 14:03:11 -0600 Subject: [PATCH 1/2] microsoft-edge 114.0.1823.79 -> 115.0.190.188 --- .../networking/browsers/microsoft-edge/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/browsers/microsoft-edge/default.nix b/pkgs/applications/networking/browsers/microsoft-edge/default.nix index d4d2eaf483c7..214bda1c202d 100644 --- a/pkgs/applications/networking/browsers/microsoft-edge/default.nix +++ b/pkgs/applications/networking/browsers/microsoft-edge/default.nix @@ -1,9 +1,9 @@ { stable = import ./browser.nix { channel = "stable"; - version = "114.0.1823.79"; + version = "115.0.1901.188"; revision = "1"; - sha256 = "sha256-FyEsIGwGDzX22scKd8L67uw5ipqN1e9CrC+qACRBZRg="; + sha256 = "sha256-0xf2d2wxc2hjxz070nkrbgsszylwhck6x655ginjmh0qm76kf4wr"; }; beta = import ./browser.nix { channel = "beta"; From 34061e987cc445d9c5cd34f86aeb61e219a2a1c0 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 2 Aug 2023 14:23:53 -0600 Subject: [PATCH 2/2] Update stable sha256 hash to SRI hash --- .../applications/networking/browsers/microsoft-edge/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/microsoft-edge/default.nix b/pkgs/applications/networking/browsers/microsoft-edge/default.nix index 214bda1c202d..f1427bbbf579 100644 --- a/pkgs/applications/networking/browsers/microsoft-edge/default.nix +++ b/pkgs/applications/networking/browsers/microsoft-edge/default.nix @@ -3,7 +3,7 @@ channel = "stable"; version = "115.0.1901.188"; revision = "1"; - sha256 = "sha256-0xf2d2wxc2hjxz070nkrbgsszylwhck6x655ginjmh0qm76kf4wr"; + sha256 = "sha256-mRM3zakYwCptfKWYbiaDnPqv9Vt5WnDA7xIK1rlownU="; }; beta = import ./browser.nix { channel = "beta";