microsoft-edge: 131.0.2903.112 -> 132.0.2957.127

This commit is contained in:
R. Ryantm
2025-01-26 16:08:50 +00:00
parent d5cf0d2fd4
commit e45317132e
+2 -2
View File
@@ -168,11 +168,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "131.0.2903.112";
version = "132.0.2957.127";
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-4qQNcoBXOS4Uz+MR4jItOgcnMKqB6J541cvrb5md/oc=";
hash = "sha256-uoC8oxkrMWgmkUbgn7OP21lpEadKZmb4Heb32zEvdjE=";
};
# With strictDeps on, some shebangs were not being patched correctly