microsoft-edge: 142.0.3595.53 -> 142.0.3595.65

This commit is contained in:
Rafael Ieda
2025-11-07 19:28:14 -03:00
parent cda0331952
commit 32a1219b32
+2 -2
View File
@@ -162,11 +162,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "142.0.3595.53";
version = "142.0.3595.65";
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-cSSKWxIkQe8jrv7gL5lX2Cs9roU8eD2MIHuLGQMnycM=";
hash = "sha256-aqQH4ttBWTjpzAEeWpheEJiu1FUMKMJu9j8Gu2pldbA=";
};
# With strictDeps on, some shebangs were not being patched correctly