microsoft-edge: 134.0.3124.51 -> 134.0.3124.68 (#390938)

This commit is contained in:
Thomas Gerbet
2025-03-23 16:44:55 +01:00
committed by GitHub
+2 -2
View File
@@ -174,11 +174,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "134.0.3124.51";
version = "134.0.3124.68";
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-i7C6Q4uCBZnIyd2LA+Kws5/WxHZaoz/UxgN9AtZCtuo=";
hash = "sha256-zjN8ssVeR3yyw+e6tVzcrrYkLToo8Rmm4GjcG9iQMpk=";
};
# With strictDeps on, some shebangs were not being patched correctly