microsoft-edge: 137.0.3296.83 -> 137.0.3296.93

This commit is contained in:
R. Ryantm
2025-06-23 13:34:10 +00:00
parent eeab26971f
commit 75d0c240ac
+2 -2
View File
@@ -179,11 +179,11 @@ in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "137.0.3296.83";
version = "137.0.3296.93";
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-wbiijvxzyyM9lxoMtcQHFqZYChlsHh0hNQTwdgxPpZY=";
hash = "sha256-SC8h6UQ/ee5ZlQWAZsmC1Co5Ky4kaXuoMpvVZtTIMHQ=";
};
# With strictDeps on, some shebangs were not being patched correctly