microsoft-edge: 130.0.2849.46 -> 131.0.2903.70 (#359364)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-11-27 17:30:54 +00:00
committed by GitHub
+2 -2
View File
@@ -168,11 +168,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "130.0.2849.46";
version = "131.0.2903.70";
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-QschcHSDoYakjf4oYXIc40SyniCufNmjHJPuvRazdSw=";
hash = "sha256-LcinHmzr3o5ILjGdr8uuiOGWok0J9G/kTdASfYQh/tM=";
};
# With strictDeps on, some shebangs were not being patched correctly