microsoft-edge: 142.0.3595.80 -> 142.0.3595.94 (#464280)

This commit is contained in:
Ulrik Strid
2025-11-23 14:37:08 +00:00
committed by GitHub
+2 -2
View File
@@ -162,11 +162,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "142.0.3595.80";
version = "142.0.3595.94";
src = fetchurl {
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_${finalAttrs.version}-1_amd64.deb";
hash = "sha256-yHOy/9t08GbY4ufsYPMr87NVqsk/CHGc7bu0N/KAOW0=";
hash = "sha256-P+mPXg0gVWqlJqBS2F/Tuf42BikntPO0R693wPASKQc=";
};
# With strictDeps on, some shebangs were not being patched correctly