lol

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
4af94cf9 ed3d50b6

+66 -52
+6
maintainers/maintainer-list.nix
··· 10838 10838 github = "benneti"; 10839 10839 githubId = 11725645; 10840 10840 }; 10841 + p3psi = { 10842 + name = "Elliot Boo"; 10843 + email = "p3psi.boo@gmail.com"; 10844 + github = "p3psi-boo"; 10845 + githubId = 43925055; 10846 + }; 10841 10847 }
+3 -6
pkgs/applications/networking/browsers/chromium/common.nix
··· 250 250 symbol_level = 0; 251 251 fieldtrial_testing_like_official_build = true; 252 252 253 - # Google API keys, see: 254 - # http://www.chromium.org/developers/how-tos/api-keys 255 - # Note: These are for NixOS/nixpkgs use ONLY. For your own distribution, 256 - # please get your own set of keys. 253 + # Google API key, see: https://www.chromium.org/developers/how-tos/api-keys 254 + # Note: The API key is for NixOS/nixpkgs use ONLY. 255 + # For your own distribution, please get your own set of keys. 257 256 google_api_key = "AIzaSyDGi15Zwl11UNe6Y-5XW_upsfyw31qwZPI"; 258 - google_default_client_id = "404761575300.apps.googleusercontent.com"; 259 - google_default_client_secret = "9rIFQjfnkykEmqb6FfjJQD1D"; 260 257 } // optionalAttrs proprietaryCodecs { 261 258 # enable support for the H.264 codec 262 259 proprietary_codecs = true;
+3 -3
pkgs/applications/version-management/git-and-tools/gitui/default.nix
··· 1 1 { lib, stdenv, rustPlatform, fetchFromGitHub, libiconv, perl, python3, Security, AppKit, openssl, xclip }: 2 2 rustPlatform.buildRustPackage rec { 3 3 pname = "gitui"; 4 - version = "0.11.0"; 4 + version = "0.12.0"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "extrawurst"; 8 8 repo = pname; 9 9 rev = "v${version}"; 10 - sha256 = "0yq98jslbac87zdzlwqc2kcd6hqy2wnza3l8n3asss1iaqcb0ilh"; 10 + sha256 = "1fcv9bxfv7f7ysmnqan9vdp2z3kvdb4h4zwbr0l3cs8kbapk713n"; 11 11 }; 12 12 13 - cargoSha256 = "16riggrhk1f6lg8y46wn89ab5b1iz6lw00ngid20x4z32d2ww70f"; 13 + cargoSha256 = "1mnh8jza8lkw5rgkx2bnnqvk9w7l9c2ab9hmfmgx049wn42ylb41"; 14 14 15 15 nativeBuildInputs = [ python3 perl ]; 16 16 buildInputs = [ openssl ]
+3 -3
pkgs/applications/virtualization/cntr/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cntr"; 5 - version = "1.5.0"; 5 + version = "1.5.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Mic92"; 9 9 repo = "cntr"; 10 10 rev = version; 11 - sha256 = "sha256-RwpRlcShvZVBR22xkJz50p10SEULXM9/gqVGNXiSM3M="; 11 + sha256 = "sha256-z+0bSxoLJTK4e5xS4CHZ2hNUI56Ci1gbWJsRcN6ZqZA="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-ezxIDaU270V5oqm1m8mt9QXu/SsrKomaxM2TnH+bSUY="; 14 + cargoSha256 = "sha256-o8o/ixjYdnezQZEp78brjmR2lvQbiwCJr4Y97tHiYbk="; 15 15 16 16 meta = with lib; { 17 17 description = "A container debugging tool based on FUSE";
+1 -1
pkgs/development/libraries/science/math/libtorch/bin.nix
··· 18 18 # this derivation. However, we should ensure on version bumps 19 19 # that the CUDA toolkit for `passthru.tests` is still 20 20 # up-to-date. 21 - version = "1.7.1"; 21 + version = "1.8.0"; 22 22 device = if cudaSupport then "cuda" else "cpu"; 23 23 srcs = import ./binary-hashes.nix version; 24 24 unavailable = throw "libtorch is not available for this platform";
+3 -3
pkgs/development/libraries/science/math/libtorch/binary-hashes.nix
··· 1 1 version: { 2 2 x86_64-darwin-cpu = { 3 3 url = "https://download.pytorch.org/libtorch/cpu/libtorch-macos-${version}.zip"; 4 - sha256 = "0n93r7bq6wjjxkczp8r5pjm1nvl75wns5higsvh7gsir0j6k7b5b"; 4 + hash = "sha256-V1lbztMB09wyWjdiJrwVwJ00DT8Kihy/TC2cKmdBLIE="; 5 5 }; 6 6 x86_64-linux-cpu = { 7 7 url = "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-${version}%2Bcpu.zip"; 8 - sha256 = "0gpcj90nxyc69p53jiqwamd4gi7wzssk29csxfsyxsrzg3h36s7z"; 8 + hash = "sha256-xBaNyI7eiQnSArHMITonrQQLZnZCZK/SWKOTWnxzdpc="; 9 9 }; 10 10 x86_64-linux-cuda = { 11 11 url = "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-${version}.zip"; 12 - sha256 = "01z61ryrflq306x7ay97k2fqc2q2z9c4c1zcnjfzr6412vg4fjb8"; 12 + hash = "sha256-rNEyE4+jfeX7cU0aNYd5b0pZGYT0PNPnDnS1PIsrMeM="; 13 13 }; 14 14 }
+26 -18
pkgs/development/python-modules/pytorch/default.nix
··· 74 74 # (allowing FBGEMM to be built in pytorch-1.1), and may future proof this 75 75 # derivation. 76 76 brokenArchs = [ "3.0" ]; # this variable is only used as documentation. 77 - cuda9ArchList = [ 78 - "3.5" 79 - "5.0" 80 - "5.2" 81 - "6.0" 82 - "6.1" 83 - "7.0" 84 - "7.0+PTX" # I am getting a "undefined architecture compute_75" on cuda 9 85 - # which leads me to believe this is the final cuda-9-compatible architecture. 86 - ]; 87 - cuda10ArchList = cuda9ArchList ++ [ 88 - "7.5" 89 - "7.5+PTX" # < most recent architecture as of cudatoolkit_10_0 and pytorch-1.2.0 90 - ]; 77 + 78 + cudaCapabilities = rec { 79 + cuda9 = [ 80 + "3.5" 81 + "5.0" 82 + "5.2" 83 + "6.0" 84 + "6.1" 85 + "7.0" 86 + "7.0+PTX" # I am getting a "undefined architecture compute_75" on cuda 9 87 + # which leads me to believe this is the final cuda-9-compatible architecture. 88 + ]; 89 + 90 + cuda10 = cuda9 ++ [ 91 + "7.5" 92 + "7.5+PTX" # < most recent architecture as of cudatoolkit_10_0 and pytorch-1.2.0 93 + ]; 94 + 95 + cuda11 = cuda10 ++ [ 96 + "8.0" 97 + "8.0+PTX" # < CUDA toolkit 11.0 98 + "8.6" 99 + "8.6+PTX" # < CUDA toolkit 11.1 100 + ]; 101 + }; 91 102 final_cudaArchList = 92 103 if !cudaSupport || cudaArchList != null 93 104 then cudaArchList 94 - else 95 - if lib.versions.major cudatoolkit.version == "9" 96 - then cuda9ArchList 97 - else cuda10ArchList; # the assert above removes any ambiguity here. 105 + else cudaCapabilities."cuda${lib.versions.major cudatoolkit.version}"; 98 106 99 107 # Normally libcuda.so.1 is provided at runtime by nvidia-x11 via 100 108 # LD_LIBRARY_PATH=/run/opengl-driver/lib. We only use the stub
+2 -2
pkgs/development/tools/analysis/checkstyle/default.nix
··· 1 1 { lib, stdenv, fetchurl, makeWrapper, jre }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "8.40"; 4 + version = "8.41"; 5 5 pname = "checkstyle"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar"; 9 - sha256 = "sha256-Zw8FfWHMbO+PBED4OPStzqahbJ5jS8Dpahxu6rU/wOQ="; 9 + sha256 = "sha256-+XMCstfxOabLDp66pRQtYelrLUOMCWnTc3KbiOlfVzI="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ makeWrapper ];
+2 -2
pkgs/development/tools/analysis/codeql/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "codeql"; 15 - version = "2.4.3"; 15 + version = "2.4.4"; 16 16 17 17 dontConfigure = true; 18 18 dontBuild = true; ··· 20 20 21 21 src = fetchzip { 22 22 url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip"; 23 - sha256 = "sha256-68Q0kG9DEBofNxhGz11ftGNW3d6UICHEwV0yhje8PWg="; 23 + sha256 = "sha256-ZwGOk4HxURlPwGcWGHg6rqPh9ONPx9iJ2EB6lWKOMiY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+3 -3
pkgs/development/tools/gosec/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gosec"; 5 - version = "2.6.1"; 5 + version = "2.7.0"; 6 6 7 7 subPackages = [ "cmd/gosec" ]; 8 8 ··· 10 10 owner = "securego"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-KMXRYudnJab/X6FBG0lnG9hHVmbKwnrN1oqkSn6q3DU="; 13 + sha256 = "sha256-U7+0wXnuIDlATpVRVknwaPxib36+iYvvYUVM6d7Xf6I="; 14 14 }; 15 15 16 - vendorSha256 = "sha256-0yxGEUOame9yfeIErLESWY8kZtt7Q4vD3TU6Wl9Xa54="; 16 + vendorSha256 = "sha256-nr1rx6GM+ETcfLreYT081xNzUz2exloogJ+gcwF2u2o="; 17 17 18 18 doCheck = false; 19 19
+6 -3
pkgs/tools/admin/mycli/default.nix
··· 7 7 8 8 buildPythonApplication rec { 9 9 pname = "mycli"; 10 - version = "1.23.2"; 10 + version = "1.24.1"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "sha256-auGbFAvwLR7aDChhgeNZPZPNGJo+b9Q4TFDaOrmU2zI="; 14 + sha256 = "sha256-dI2Yvj2llI9TlMFbs35ijYeFuGqoTovZyRh+ILhNMmY="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ 18 18 cli-helpers 19 19 click 20 20 configobj 21 + importlib-resources 21 22 paramiko 22 23 prompt_toolkit 24 + pyaes 23 25 pycrypto 24 26 pygments 25 27 pymysql ··· 39 41 40 42 postPatch = '' 41 43 substituteInPlace setup.py \ 42 - --replace "sqlparse>=0.3.0,<0.4.0" "sqlparse" 44 + --replace "sqlparse>=0.3.0,<0.4.0" "sqlparse" \ 45 + --replace "importlib_resources >= 5.0.0" "importlib_resources" 43 46 ''; 44 47 45 48 meta = with lib; {
+3 -3
pkgs/tools/backup/bupstash/default.nix
··· 1 1 { lib, fetchFromGitHub, installShellFiles, rustPlatform, ronn, pkg-config, libsodium }: 2 2 rustPlatform.buildRustPackage rec { 3 3 pname = "bupstash"; 4 - version = "0.6.4"; 4 + version = "0.7.0"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "andrewchambers"; 8 8 repo = pname; 9 9 rev = "v${version}"; 10 - sha256 = "013k8pr4865f5rp66fjf3a8069kmd29brxv0l20z571gy2kxs5p9"; 10 + sha256 = "sha256-4+Ra7rNvIL4SpdCkRbPBNrZeTb1dMbuwZx+D++1qsGs="; 11 11 }; 12 12 13 - cargoSha256 = "17cdi93q71wsqqfkpz6mxcaqqhqclsbns0g1r9mni39nikw7amv1"; 13 + cargoSha256 = "sha256-cZSscmH3XPfH141hZhew79/UZHsqDZRN3EoNnYkW0wA="; 14 14 15 15 nativeBuildInputs = [ ronn pkg-config installShellFiles ]; 16 16 buildInputs = [ libsodium ];
+2 -2
pkgs/tools/misc/disfetch/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "disfetch"; 7 - version = "1.18"; 7 + version = "1.20"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "llathasa-veleth"; 11 11 repo = "disfetch"; 12 12 rev = version; 13 - sha256 = "sha256-n1KfzxK1F1dji1/HG40vubNQ+R270+Ss0WCQivuVweE="; 13 + sha256 = "sha256-P5Sq8ld6pPACHn7iOJ9Uk+zR8ZLxHVvnRyFfkfGGv6I="; 14 14 }; 15 15 16 16 dontBuild = true;
+2 -2
pkgs/tools/misc/yad/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "yad"; 6 - version = "7.2"; 6 + version = "7.3"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "v1cont"; 10 10 repo = "yad"; 11 11 rev = "v${version}"; 12 - sha256 = "0ih97hrcra2bg8q19b8819hip1p424z1vj61cl1ym5p477rp37yx"; 12 + sha256 = "sha256-3y3QLqUWBSJ9BLI8gd0LQ9SxNhcj5dXpz8Y2Hi2iCwU="; 13 13 }; 14 14 15 15 configureFlags = [
-1
pkgs/top-level/all-packages.nix
··· 4732 4732 4733 4733 gitui = callPackage ../applications/version-management/git-and-tools/gitui { 4734 4734 inherit (darwin.apple_sdk.frameworks) Security AppKit; 4735 - inherit (pkgs) openssl perl; 4736 4735 }; 4737 4736 4738 4737 gogs = callPackage ../applications/version-management/gogs { };
+1
pkgs/top-level/perl-packages.nix
··· 16642 16642 url = "mirror://cpan/authors/id/L/LE/LEONT/PerlIO-Layers-0.012.tar.gz"; 16643 16643 sha256 = "1psaq3kwlk7g9rxvgsacfjk2mh6cscqf4xl7ggfkzfrnz91aabal"; 16644 16644 }; 16645 + perlPreHook = "export LD=$CC"; 16645 16646 meta = { 16646 16647 description = "Querying your filehandle's capabilities"; 16647 16648 license = with lib.licenses; [ artistic1 gpl1Plus ];