mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
microsoft-edge: 136.0.3240.64 -> 136.0.3240.76 (#407614)
This commit is contained in:
commit
47dec1cd02
2 changed files with 2 additions and 9 deletions
|
@ -27290,12 +27290,6 @@
|
||||||
githubId = 5986078;
|
githubId = 5986078;
|
||||||
name = "Zunway Liang";
|
name = "Zunway Liang";
|
||||||
};
|
};
|
||||||
zanculmarktum = {
|
|
||||||
name = "Azure Zanculmarktum";
|
|
||||||
email = "zanculmarktum@gmail.com";
|
|
||||||
github = "zanculmarktum";
|
|
||||||
githubId = 16958511;
|
|
||||||
};
|
|
||||||
zane = {
|
zane = {
|
||||||
name = "Zane van Iperen";
|
name = "Zane van Iperen";
|
||||||
email = "zane@zanevaniperen.com";
|
email = "zane@zanevaniperen.com";
|
||||||
|
|
|
@ -174,11 +174,11 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "microsoft-edge";
|
pname = "microsoft-edge";
|
||||||
version = "136.0.3240.64";
|
version = "136.0.3240.76";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_${finalAttrs.version}-1_amd64.deb";
|
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_${finalAttrs.version}-1_amd64.deb";
|
||||||
hash = "sha256-zyoupNdtXK5mvI5oyp9AJVrWwYlMKOVaaBOnDOjHO0o=";
|
hash = "sha256-biNM1exJ/xUcmhZjH7ZcFF9cYVqsPavbbtsJnRVlyFo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# With strictDeps on, some shebangs were not being patched correctly
|
# With strictDeps on, some shebangs were not being patched correctly
|
||||||
|
@ -284,7 +284,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
mainProgram = "microsoft-edge";
|
mainProgram = "microsoft-edge";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
zanculmarktum
|
|
||||||
kuwii
|
kuwii
|
||||||
rhysmdnz
|
rhysmdnz
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue