Skip to content

Commit

Permalink
microsoft-edge: 107.0.1418.52 -> 110.0.1587.69
Browse files Browse the repository at this point in the history
  • Loading branch information
JonaEnz committed Mar 21, 2023
1 parent 79248dc commit 23f0e02
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ stdenv.mkDerivation rec {
libGLESv2 = lib.makeLibraryPath [
xorg.libX11 xorg.libXext xorg.libxcb wayland
];
libsmartscreen = lib.makeLibraryPath [
libuuid stdenv.cc.cc.lib
];
libsmartscreenn = lib.makeLibraryPath [
libuuid
];
Expand Down Expand Up @@ -131,10 +128,6 @@ stdenv.mkDerivation rec {
--set-rpath "${libPath.libGLESv2}" \
opt/microsoft/${shortName}/libGLESv2.so
patchelf \
--set-rpath "${libPath.libsmartscreen}" \
opt/microsoft/${shortName}/libsmartscreen.so
patchelf \
--set-rpath "${libPath.libsmartscreenn}" \
opt/microsoft/${shortName}/libsmartscreenn.so
Expand Down
20 changes: 10 additions & 10 deletions pkgs/applications/networking/browsers/microsoft-edge/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
stable = import ./browser.nix {
channel = "stable";
version = "110.0.1587.69";
revision = "1";
sha256 = "sha256-tE5DezWgcxLyF+wdXkppLzYufedD1s5qhG643klPl4Y=";
};
beta = import ./browser.nix {
channel = "beta";
version = "108.0.1462.20";
version = "111.0.1661.39";
revision = "1";
sha256 = "sha256:0dfmzjfy4y07pqifyzv3rc8dbmxz8rr3v2idanla7jrks0pghcxm";
sha256 = "sha256-1axF84XTMSBlygKCHcrUQgy+cDGIExkjH4K4Q7AT9eg=";
};
dev = import ./browser.nix {
channel = "dev";
version = "109.0.1495.2";
revision = "1";
sha256 = "sha256:1bk7dx3mf020ahzmvr9cdgcn72rjrn2420j9g362vwcl1khyxciw";
};
stable = import ./browser.nix {
channel = "stable";
version = "107.0.1418.52";
version = "112.0.1702.3";
revision = "1";
sha256 = "sha256:1k3c5r9lq3vpc190bzs5fn944bi3af6wjxzwcliy4wzzrb5g0day";
sha256 = "sha256-vfuf7CNgekyLr+58L7UVZIpTcBv48XEDrAUHG1KMcKI=";
};
}

0 comments on commit 23f0e02

Please sign in to comment.