Merge pull request #232865 from networkException/update-ungoogled-chromium

ungoogled-chromium: 113.0.5672.93 -> 113.0.5672.126
This commit is contained in:
Michael Weiss 2023-05-20 00:58:11 +02:00 committed by GitHub
commit 43d27d0790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 6 deletions

View file

@ -11230,6 +11230,16 @@
githubId = 13920346; githubId = 13920346;
name = "Sébastien Iooss"; name = "Sébastien Iooss";
}; };
networkexception = {
name = "networkException";
email = "nix@nwex.de";
matrix = "@networkexception:chat.upi.li";
github = "networkException";
githubId = 42888162;
keys = [{
fingerprint = "A0B9 48C5 A263 55C2 035F 8567 FBB7 2A94 52D9 1A72";
}];
};
neverbehave = { neverbehave = {
email = "i@never.pet"; email = "i@never.pet";
github = "NeverBehave"; github = "NeverBehave";

View file

@ -85,7 +85,7 @@ mkChromiumDerivation (base: rec {
then "https://github.com/ungoogled-software/ungoogled-chromium" then "https://github.com/ungoogled-software/ungoogled-chromium"
else "https://www.chromium.org/"; else "https://www.chromium.org/";
maintainers = with lib.maintainers; if ungoogled maintainers = with lib.maintainers; if ungoogled
then [ squalus primeos michaeladler ] then [ squalus primeos michaeladler networkexception ]
else [ primeos thefloweringash ]; else [ primeos thefloweringash ];
license = if enableWideVine then lib.licenses.unfree else lib.licenses.bsd3; license = if enableWideVine then lib.licenses.unfree else lib.licenses.bsd3;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View file

@ -45,9 +45,9 @@
} }
}, },
"ungoogled-chromium": { "ungoogled-chromium": {
"version": "113.0.5672.93", "version": "113.0.5672.126",
"sha256": "1cy33mvhws59d358s30xqs2p9hdb28n37wmv5ihx0d07x30y3azb", "sha256": "14rdvidabbh0abp932m747iribvpfcha8hhxh9spck9hjkaprvqd",
"sha256bin64": null, "sha256bin64": "1w8b41ij6xl8byh1977skxwwq0nivpfn8wb3gv12xvm7sw24jqka",
"deps": { "deps": {
"gn": { "gn": {
"version": "2023-03-18", "version": "2023-03-18",
@ -56,8 +56,8 @@
"sha256": "12w4g2dl58283allclpi1c4i6ih9v2xvdb9hpbmfda12v8lizmlq" "sha256": "12w4g2dl58283allclpi1c4i6ih9v2xvdb9hpbmfda12v8lizmlq"
}, },
"ungoogled-patches": { "ungoogled-patches": {
"rev": "113.0.5672.93-1", "rev": "113.0.5672.126-1",
"sha256": "0ffb33k2kgnpswq1f61gzcblvgsw7qazh8yq2kcdwc4k9bd9gr93" "sha256": "0s47zpl5qw5755hjhzk9g8l3ns9cwdzskq6dh1biyx1qpw0h8pld"
} }
} }
} }