Merge pull request #221047 from ionutnechita/local/yandex-browser-update

yandex-browser: 22.9.1.1110-1 -> 23.3.1.906-1

authored by Weijia Wang and committed by GitHub 064ffc66 93f1a51c

+12 -3
+6
maintainers/maintainer-list.nix
··· 6667 githubId = 54999; 6668 name = "Ariel Nunez"; 6669 }; 6670 iopq = { 6671 email = "iop_jr@yahoo.com"; 6672 github = "iopq";
··· 6667 githubId = 54999; 6668 name = "Ariel Nunez"; 6669 }; 6670 + ionutnechita = { 6671 + email = "ionut_n2001@yahoo.com"; 6672 + github = "ionutnechita"; 6673 + githubId = 9405900; 6674 + name = "Ionut Nechita"; 6675 + }; 6676 iopq = { 6677 email = "iop_jr@yahoo.com"; 6678 github = "iopq";
+6 -3
pkgs/applications/networking/browsers/yandex-browser/default.nix
··· 46 , systemd 47 , at-spi2-atk 48 , at-spi2-core 49 }: 50 51 stdenv.mkDerivation rec { 52 pname = "yandex-browser"; 53 - version = "22.9.1.1110-1"; 54 55 src = fetchurl { 56 url = "http://repo.yandex.ru/yandex-browser/deb/pool/main/y/${pname}-beta/${pname}-beta_${version}_amd64.deb"; 57 - sha256 = "sha256-u6pY7AmXgnkSVuko+PUyhDqY72i+UHv7qmePbu2wAf0="; 58 }; 59 60 nativeBuildInputs = [ ··· 106 nss 107 pango 108 stdenv.cc.cc.lib 109 ]; 110 111 unpackPhase = '' ··· 118 cp $TMP/ya/{usr/share,opt} $out/ -R 119 substituteInPlace $out/share/applications/yandex-browser-beta.desktop --replace /usr/ $out/ 120 ln -sf $out/opt/yandex/browser-beta/yandex_browser $out/bin/yandex-browser 121 ''; 122 123 runtimeDependencies = map lib.getLib [ ··· 131 homepage = "https://browser.yandex.ru/"; 132 license = licenses.unfree; 133 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 134 - maintainers = with maintainers; [ dan4ik605743 ]; 135 platforms = [ "x86_64-linux" ]; 136 137 knownVulnerabilities = [
··· 46 , systemd 47 , at-spi2-atk 48 , at-spi2-core 49 + , libqt5pas 50 }: 51 52 stdenv.mkDerivation rec { 53 pname = "yandex-browser"; 54 + version = "23.3.1.906-1"; 55 56 src = fetchurl { 57 url = "http://repo.yandex.ru/yandex-browser/deb/pool/main/y/${pname}-beta/${pname}-beta_${version}_amd64.deb"; 58 + sha256 = "sha256-hQwAHtPUcGSDKD7SmWa8H1f/T4Imu9061tIvenw0KWQ="; 59 }; 60 61 nativeBuildInputs = [ ··· 107 nss 108 pango 109 stdenv.cc.cc.lib 110 + libqt5pas 111 ]; 112 113 unpackPhase = '' ··· 120 cp $TMP/ya/{usr/share,opt} $out/ -R 121 substituteInPlace $out/share/applications/yandex-browser-beta.desktop --replace /usr/ $out/ 122 ln -sf $out/opt/yandex/browser-beta/yandex_browser $out/bin/yandex-browser 123 + ln -sf $out/opt/yandex/browser-beta/yandex_browser $out/bin/yandex-browser-beta 124 ''; 125 126 runtimeDependencies = map lib.getLib [ ··· 134 homepage = "https://browser.yandex.ru/"; 135 license = licenses.unfree; 136 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 137 + maintainers = with maintainers; [ dan4ik605743 ionutnechita ]; 138 platforms = [ "x86_64-linux" ]; 139 140 knownVulnerabilities = [