microsoft-edge: 134.0.3124.51 -> 134.0.3124.68

This commit is contained in:
R. Ryantm
2025-03-18 11:40:25 +00:00
parent 92c1dd0110
commit 02e7c36deb
+2 -2
View File
@@ -168,11 +168,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