microsoft-edge: 138.0.3351.55 -> 138.0.3351.65

This commit is contained in:
R. Ryantm
2025-07-03 09:11:31 +00:00
parent f5f1c7605e
commit 1b4db183b0
+2 -2
View File
@@ -179,11 +179,11 @@ in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "138.0.3351.55";
version = "138.0.3351.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-SZCtAjhzY8BqwM9IMS2081RWxRT+4gQgrjve7avM7Bo=";
hash = "sha256-+8bV3pwoYvp4e0eJHj5/NSu15QiFwVJuGxFJkS76gwI=";
};
# With strictDeps on, some shebangs were not being patched correctly