Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub eb74cb92 2ff678ec

+279 -375
+6
maintainers/maintainer-list.nix
··· 5074 githubId = 2405974; 5075 name = "Sébastian Méric de Bellefon"; 5076 }; 5077 henkkalkwater = { 5078 email = "chris+nixpkgs@netsoj.nl"; 5079 github = "HenkKalkwater";
··· 5074 githubId = 2405974; 5075 name = "Sébastian Méric de Bellefon"; 5076 }; 5077 + helium = { 5078 + email = "helium.dev@tuta.io"; 5079 + github = "helium18"; 5080 + githubId = 86223025; 5081 + name = "helium"; 5082 + }; 5083 henkkalkwater = { 5084 email = "chris+nixpkgs@netsoj.nl"; 5085 github = "HenkKalkwater";
+2 -1
nixos/modules/hardware/new-lg4ff.nix
··· 4 5 let 6 cfg = config.hardware.new-lg4ff; 7 in { 8 options.hardware.new-lg4ff = { 9 enable = mkOption { ··· 19 20 config = lib.mkIf cfg.enable { 21 boot = { 22 - extraModulePackages = [ pkgs.new-lg4ff ]; 23 kernelModules = [ "hid-logitech-new" ]; 24 }; 25 };
··· 4 5 let 6 cfg = config.hardware.new-lg4ff; 7 + kernelPackages = config.boot.kernelPackages; 8 in { 9 options.hardware.new-lg4ff = { 10 enable = mkOption { ··· 20 21 config = lib.mkIf cfg.enable { 22 boot = { 23 + extraModulePackages = [ kernelPackages.new-lg4ff ]; 24 kernelModules = [ "hid-logitech-new" ]; 25 }; 26 };
-1
pkgs/applications/editors/emacs/elisp-packages/tree-sitter-langs/default-grammars.json
··· 25 "tree-sitter-ruby", 26 "tree-sitter-rust", 27 "tree-sitter-scala", 28 - "tree-sitter-swift", 29 "tree-sitter-typescript", 30 "tree-sitter-verilog", 31 "tree-sitter-zig"
··· 25 "tree-sitter-ruby", 26 "tree-sitter-rust", 27 "tree-sitter-scala", 28 "tree-sitter-typescript", 29 "tree-sitter-verilog", 30 "tree-sitter-zig"
+2 -2
pkgs/applications/misc/liberasurecode/default.nix
··· 9 10 stdenv.mkDerivation rec { 11 pname = "liberasurecode"; 12 - version = "1.6.2"; 13 14 outputs = [ "out" "dev" "doc" ]; 15 ··· 17 owner = "openstack"; 18 repo = pname; 19 rev = version; 20 - sha256 = "sha256-qV7DL/7zrwrYOaPj6iHnChGA6KHFwYKjeaMnrGrTPrQ="; 21 }; 22 23 postPatch = ''
··· 9 10 stdenv.mkDerivation rec { 11 pname = "liberasurecode"; 12 + version = "1.6.3"; 13 14 outputs = [ "out" "dev" "doc" ]; 15 ··· 17 owner = "openstack"; 18 repo = pname; 19 rev = version; 20 + sha256 = "sha256-HCp+FQ9nq4twk6FtfKhzT80wXXJbvG+clrDO2/9ATpU="; 21 }; 22 23 postPatch = ''
+2 -2
pkgs/applications/science/misc/snakemake/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "snakemake"; 8 - version = "7.8.0"; 9 format = "setuptools"; 10 11 src = fetchFromGitHub { 12 owner = "snakemake"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-LEQYcxFwqifA9UajHhPlY32gqrGHDTzbI5G3IH+JdZg="; 16 }; 17 18 propagatedBuildInputs = with python3.pkgs; [
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "snakemake"; 8 + version = "7.8.1"; 9 format = "setuptools"; 10 11 src = fetchFromGitHub { 12 owner = "snakemake"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-bb6bu4IiW3zaQ3PP/wgRuIwHihC5/6ZS4YSNRk3Tu4s="; 16 }; 17 18 propagatedBuildInputs = with python3.pkgs; [
+5 -9
pkgs/applications/virtualization/podman-tui/default.nix
··· 1 { lib 2 , pkg-config 3 , fetchFromGitHub 4 , buildGoModule ··· 11 }: 12 buildGoModule rec { 13 pname = "podman-tui"; 14 - version = "0.3.1"; 15 16 src = fetchFromGitHub { 17 owner = "containers"; 18 repo = "podman-tui"; 19 rev = "v${version}"; 20 - sha256 = "sha256-Xc6F87evQiv4jRbxxRBzJBeI8653HvlQL+UwcVWY0wk="; 21 }; 22 23 vendorSha256 = null; 24 25 nativeBuildInputs = [ pkg-config ]; 26 27 - buildInputs = [ 28 - btrfs-progs 29 - gpgme 30 - libassuan 31 - lvm2 32 - ]; 33 34 ldflags = [ "-s" "-w" ]; 35 ··· 44 description = "Podman Terminal UI"; 45 license = licenses.asl20; 46 maintainers = with maintainers; [ aaronjheng ]; 47 - platforms = platforms.linux; 48 }; 49 }
··· 1 { lib 2 + , stdenv 3 , pkg-config 4 , fetchFromGitHub 5 , buildGoModule ··· 12 }: 13 buildGoModule rec { 14 pname = "podman-tui"; 15 + version = "0.4.0"; 16 17 src = fetchFromGitHub { 18 owner = "containers"; 19 repo = "podman-tui"; 20 rev = "v${version}"; 21 + sha256 = "sha256-2WugN5JdTkz3OOt3ggzT7HwMXy1jxn85RwF7409D8m8="; 22 }; 23 24 vendorSha256 = null; 25 26 nativeBuildInputs = [ pkg-config ]; 27 28 + buildInputs = [ gpgme libassuan ] 29 + ++ lib.optionals stdenv.isLinux [ btrfs-progs lvm2 ]; 30 31 ldflags = [ "-s" "-w" ]; 32 ··· 41 description = "Podman Terminal UI"; 42 license = licenses.asl20; 43 maintainers = with maintainers; [ aaronjheng ]; 44 }; 45 }
+2 -2
pkgs/development/python-modules/adafruit-platformdetect/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "adafruit-platformdetect"; 10 - version = "3.23.0"; 11 format = "setuptools"; 12 13 disabled = pythonOlder "3.7"; ··· 15 src = fetchPypi { 16 pname = "Adafruit-PlatformDetect"; 17 inherit version; 18 - hash = "sha256-4OWDwvdQBtV+ZqpITr027z0jwfge5/yOof9Xm7QRtuM="; 19 }; 20 21 nativeBuildInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "adafruit-platformdetect"; 10 + version = "3.24.0"; 11 format = "setuptools"; 12 13 disabled = pythonOlder "3.7"; ··· 15 src = fetchPypi { 16 pname = "Adafruit-PlatformDetect"; 17 inherit version; 18 + hash = "sha256-XeaRtdw23mNJ+kgSthGRhq4PCGAwTjpjVyNlNRshoQg="; 19 }; 20 21 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/aiopyarr/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "aiopyarr"; 13 - version = "22.2.2"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.9"; ··· 19 owner = "tkdrob"; 20 repo = pname; 21 rev = version; 22 - hash = "sha256-gkiUPznAJ5nkrdbDKAvODsf6UStsxFugCfkZ0fCJkng="; 23 }; 24 25 propagatedBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "aiopyarr"; 13 + version = "22.6.0"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.9"; ··· 19 owner = "tkdrob"; 20 repo = pname; 21 rev = version; 22 + hash = "sha256-LfZEM1vPccQBrvNz9CGVlihg6YAB7FAvUZogu/ngZ4Y="; 23 }; 24 25 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/google-cloud-audit-log/default.nix
··· 2 3 buildPythonPackage rec { 4 pname = "google-cloud-audit-log"; 5 - version = "0.2.0"; 6 7 src = fetchPypi { 8 inherit pname version; 9 - sha256 = "d0852f525ad65705f9fbff6288be4493e1449a7906fb5e01bd71c8d1e424d1fc"; 10 }; 11 12 propagatedBuildInputs = [ googleapis-common-protos protobuf ];
··· 2 3 buildPythonPackage rec { 4 pname = "google-cloud-audit-log"; 5 + version = "0.2.2"; 6 7 src = fetchPypi { 8 inherit pname version; 9 + sha256 = "sha256-bYmQOEiu6YF0d+zjBlRIUbkDpexWHalmu7pajRJQmk0="; 10 }; 11 12 propagatedBuildInputs = [ googleapis-common-protos protobuf ];
+2 -2
pkgs/development/python-modules/google-cloud-core/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "google-cloud-core"; 11 - version = "2.2.3"; 12 13 src = fetchPypi { 14 inherit pname version; 15 - sha256 = "sha256-idL3GJvG3HTeEo1CPqUsyHGfCl28zZyoBDP2UEogJVw="; 16 }; 17 18 propagatedBuildInputs = [ google-api-core ];
··· 8 9 buildPythonPackage rec { 10 pname = "google-cloud-core"; 11 + version = "2.3.0"; 12 13 src = fetchPypi { 14 inherit pname version; 15 + sha256 = "sha256-/apinmF0tBd8LVbrirHd2HZhBk0KPpuwa2Lk1+I0Rmk="; 16 }; 17 18 propagatedBuildInputs = [ google-api-core ];
+2 -2
pkgs/development/python-modules/google-cloud-datacatalog/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "google-cloud-datacatalog"; 16 - version = "3.7.1"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.6"; 20 21 src = fetchPypi { 22 inherit pname version; 23 - hash = "sha256-99hJvY195iUjXOZEOwFQftDkfgtD5V8hSg5ZLWKyWZU="; 24 }; 25 26 propagatedBuildInputs = [
··· 13 14 buildPythonPackage rec { 15 pname = "google-cloud-datacatalog"; 16 + version = "3.8.0"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.6"; 20 21 src = fetchPypi { 22 inherit pname version; 23 + hash = "sha256-kGYfdvAnvdFm/1u0CS+n6rGKhV5GtGhW1zF7SVUu8PY="; 24 }; 25 26 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/google-cloud-storage/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "google-cloud-storage"; 17 - version = "2.2.1"; 18 format = "setuptools"; 19 20 disabled = pythonOlder "3.7"; 21 22 src = fetchPypi { 23 inherit pname version; 24 - hash = "sha256-AkT0YScQy17ERfxndDh1ZOI/mCM2P7QIsock4hAkAbc="; 25 }; 26 27 propagatedBuildInputs = [
··· 14 15 buildPythonPackage rec { 16 pname = "google-cloud-storage"; 17 + version = "2.3.0"; 18 format = "setuptools"; 19 20 disabled = pythonOlder "3.7"; 21 22 src = fetchPypi { 23 inherit pname version; 24 + hash = "sha256-9Muw3l4XIo6cCc3Il9geqnDiw5b1hRP3neDoJFhMj1s="; 25 }; 26 27 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/google-i18n-address/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "google-i18n-address"; 10 - version = "2.5.0"; 11 12 src = fetchFromGitHub { 13 owner = "mirumee"; 14 repo = "google-i18n-address"; 15 rev = version; 16 - sha256 = "0fn5sph6fq68zrjssgvnnvrkavs8arshjwgxng5dr5fsn6qii3mq"; 17 }; 18 19 propagatedBuildInputs = [ requests ];
··· 7 8 buildPythonPackage rec { 9 pname = "google-i18n-address"; 10 + version = "2.5.1"; 11 12 src = fetchFromGitHub { 13 owner = "mirumee"; 14 repo = "google-i18n-address"; 15 rev = version; 16 + sha256 = "sha256-VQEDZkGseZTKOsAMgNYyf6FcgnCjLPpWXijeUmtgyv0="; 17 }; 18 19 propagatedBuildInputs = [ requests ];
+2 -2
pkgs/development/python-modules/hahomematic/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "hahomematic"; 17 - version = "1.7.2"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.9"; ··· 23 owner = "danielperna84"; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 - sha256 = "sha256-lLv3DrBPxw5M903ehKMYqsbBicmXcVS2v7P7FgTNkSQ="; 27 }; 28 29 propagatedBuildInputs = [
··· 14 15 buildPythonPackage rec { 16 pname = "hahomematic"; 17 + version = "1.7.3"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.9"; ··· 23 owner = "danielperna84"; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 + sha256 = "sha256-p1eVlOJQok8Wh9mld6EB2mtAGv97jQ9nf46SqPK8zVs="; 27 }; 28 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/keystoneauth1/default.nix
··· 24 25 buildPythonPackage rec { 26 pname = "keystoneauth1"; 27 - version = "4.5.0"; 28 29 src = fetchPypi { 30 inherit pname version; 31 - sha256 = "sha256-SbNIiWakPusCAOpRG5l+ZAPCXVY6mExjMOgqDr/EVAw="; 32 }; 33 34 postPatch = ''
··· 24 25 buildPythonPackage rec { 26 pname = "keystoneauth1"; 27 + version = "4.6.0"; 28 29 src = fetchPypi { 30 inherit pname version; 31 + sha256 = "sha256-Bm8a3diRFM1qG5yzVVyOqn0BNnPuEDS9/lBgaIBKngU="; 32 }; 33 34 postPatch = ''
+2 -2
pkgs/development/python-modules/msal/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "msal"; 12 - version = "1.17.0"; 13 14 src = fetchPypi { 15 inherit pname version; 16 - sha256 = "sha256-BOPLe7dcUfVtKQOB8jBWIH3x8+tZTtA9OFUfOxbSo24="; 17 }; 18 19 propagatedBuildInputs = [
··· 9 10 buildPythonPackage rec { 11 pname = "msal"; 12 + version = "1.18.0"; 13 14 src = fetchPypi { 15 inherit pname version; 16 + sha256 = "sha256-V2r1WGYDi2DtvLMdgxMlob2CQe0nIYbigylo/UcX0gI="; 17 }; 18 19 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/oslo-concurrency/default.nix
··· 18 19 buildPythonPackage rec { 20 pname = "oslo-concurrency"; 21 - version = "4.5.0"; 22 23 src = fetchPypi { 24 pname = "oslo.concurrency"; 25 inherit version; 26 - sha256 = "1h76pq9p1bpwcs6jl9m2w4280wcp2w3is88qlaqknqkd3pdaixwr"; 27 }; 28 29 postPatch = ''
··· 18 19 buildPythonPackage rec { 20 pname = "oslo-concurrency"; 21 + version = "4.5.1"; 22 23 src = fetchPypi { 24 pname = "oslo.concurrency"; 25 inherit version; 26 + sha256 = "sha256-aGm5Rrk9lbq/IM0Wvgb8NaXsFNB+osHzFfSsbqXw2hc="; 27 }; 28 29 postPatch = ''
+2 -2
pkgs/development/python-modules/oslo-db/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "oslo-db"; 19 - version = "11.2.0"; 20 21 src = fetchPypi { 22 pname = "oslo.db"; 23 inherit version; 24 - sha256 = "sha256-ezppPrC1BEkUmiJWGMdQtvDhZWyEJoGEe0e4UK1FYL4="; 25 }; 26 27 nativeBuildInputs = [ pbr ];
··· 16 17 buildPythonPackage rec { 18 pname = "oslo-db"; 19 + version = "11.3.0"; 20 21 src = fetchPypi { 22 pname = "oslo.db"; 23 inherit version; 24 + sha256 = "sha256-CSlZI05V8p+lCgjPcG6LZi4y2nVNrFhjI95TDM/WJnM="; 25 }; 26 27 nativeBuildInputs = [ pbr ];
+2 -2
pkgs/development/python-modules/oslo-log/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "oslo-log"; 19 - version = "4.7.0"; 20 format = "setuptools"; 21 22 disabled = pythonOlder "3.6"; ··· 24 src = fetchPypi { 25 pname = "oslo.log"; 26 inherit version; 27 - hash = "sha256-ycLEyW098LLuuTG0djvbCpBbqvKbiVgW2Vd41p+hJwc="; 28 }; 29 30 propagatedBuildInputs = [
··· 16 17 buildPythonPackage rec { 18 pname = "oslo-log"; 19 + version = "5.0.0"; 20 format = "setuptools"; 21 22 disabled = pythonOlder "3.6"; ··· 24 src = fetchPypi { 25 pname = "oslo.log"; 26 inherit version; 27 + hash = "sha256-c6tyNKii1QvfUmyHTfocsrEIO6+a2VvC64r1YkidTQE="; 28 }; 29 30 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/oslo-utils/default.nix
··· 23 24 buildPythonPackage rec { 25 pname = "oslo-utils"; 26 - version = "4.12.2"; 27 28 src = fetchPypi { 29 pname = "oslo.utils"; 30 inherit version; 31 - sha256 = "sha256-Qf0sT/bS6No4qttaW/JCWKhlDg4KaYprI51IuOQXfDs="; 32 }; 33 34 postPatch = ''
··· 23 24 buildPythonPackage rec { 25 pname = "oslo-utils"; 26 + version = "4.13.0"; 27 28 src = fetchPypi { 29 pname = "oslo.utils"; 30 inherit version; 31 + sha256 = "sha256-RbqKql7QVqjo5GBZ75PVwte5yZvHSA42HPV4Pkfyj7o="; 32 }; 33 34 postPatch = ''
+2 -2
pkgs/development/python-modules/pyaxmlparser/default.nix
··· 1 { buildPythonPackage, lib, lxml, click, fetchFromGitHub, pytestCheckHook, asn1crypto }: 2 3 buildPythonPackage rec { 4 - version = "0.3.26"; 5 pname = "pyaxmlparser"; 6 7 src = fetchFromGitHub { 8 owner = "appknox"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-wD0rN00q4ipKnKubptrgrjNwkBpqsA+ix2xedOOr8Yg="; 12 }; 13 14 propagatedBuildInputs = [ asn1crypto click lxml ];
··· 1 { buildPythonPackage, lib, lxml, click, fetchFromGitHub, pytestCheckHook, asn1crypto }: 2 3 buildPythonPackage rec { 4 + version = "0.3.27"; 5 pname = "pyaxmlparser"; 6 7 src = fetchFromGitHub { 8 owner = "appknox"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-NtAsO/I1jDEv676yhAgLguQnB/kHdAqPoLt2QFWbvmw="; 12 }; 13 14 propagatedBuildInputs = [ asn1crypto click lxml ];
+2 -2
pkgs/development/python-modules/pytest-testmon/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "pytest-testmon"; 11 - version = "1.3.1"; 12 disabled = pythonOlder "3.6"; 13 14 src = fetchPypi { 15 inherit pname version; 16 - sha256 = "sha256-6gWWCtm/GHknhjLyRdVf42koeaSKzk5/V0173DELmj0="; 17 }; 18 19 propagatedBuildInputs = [ pytest coverage ];
··· 8 9 buildPythonPackage rec { 10 pname = "pytest-testmon"; 11 + version = "1.3.3"; 12 disabled = pythonOlder "3.6"; 13 14 src = fetchPypi { 15 inherit pname version; 16 + sha256 = "sha256-Csg5wIm9+ZdAQYdZozlx09rMaVz3GazeS5Z/f4jRECw="; 17 }; 18 19 propagatedBuildInputs = [ pytest coverage ];
+9 -7
pkgs/development/python-modules/python-magic/default.nix
··· 5 , fetchFromGitHub 6 , substituteAll 7 , file 8 - , glibcLocales 9 }: 10 11 buildPythonPackage rec { 12 pname = "python-magic"; 13 - version = "0.4.25"; 14 15 src = fetchFromGitHub { 16 owner = "ahupp"; 17 repo = "python-magic"; 18 rev = version; 19 - sha256 = "sha256-h7YQVH5Z7zunT6AdLPBh3TWpxLpZ5unSHDhkVDFOWDI="; 20 }; 21 22 patches = [ ··· 26 }) 27 ]; 28 29 - checkInputs = [ glibcLocales ]; 30 - 31 - checkPhase = '' 32 - LC_ALL="en_US.UTF-8" ${python.interpreter} test/test.py 33 ''; 34 35 meta = with lib; { 36 description = "A python interface to the libmagic file type identification library";
··· 5 , fetchFromGitHub 6 , substituteAll 7 , file 8 + , pytestCheckHook 9 }: 10 11 buildPythonPackage rec { 12 pname = "python-magic"; 13 + version = "0.4.26"; 14 15 src = fetchFromGitHub { 16 owner = "ahupp"; 17 repo = "python-magic"; 18 rev = version; 19 + sha256 = "sha256-RcKldMwSRroNZNEl0jwuJG9C+3OIPBzk+CjqkxKK/eY="; 20 }; 21 22 patches = [ ··· 26 }) 27 ]; 28 29 + preCheck = '' 30 + export LC_ALL=en_US.UTF-8 31 ''; 32 + 33 + checkInputs = [ 34 + pytestCheckHook 35 + ]; 36 37 meta = with lib; { 38 description = "A python interface to the libmagic file type identification library";
+2 -2
pkgs/development/python-modules/scmrepo/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "scmrepo"; 17 - version = "0.0.23"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "iterative"; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-Yg08twcxXKtDlkOxmD5eafeaeij4zX/3XQQQN948xxs="; 27 }; 28 29 propagatedBuildInputs = [
··· 14 15 buildPythonPackage rec { 16 pname = "scmrepo"; 17 + version = "0.0.24"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "iterative"; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 + hash = "sha256-S1jeLls0do9sCqTWe8h8+8CO3oM160J97UmISUhTU/s="; 27 }; 28 29 propagatedBuildInputs = [
+24 -7
pkgs/development/python-modules/statmake/default.nix
··· 1 { lib 2 - , buildPythonPackage 3 - , fetchFromGitHub 4 - , poetry-core 5 , attrs 6 , cattrs 7 , fonttools 8 , fs 9 , pytestCheckHook 10 , ufo2ft 11 , ufoLib2 12 }: ··· 14 buildPythonPackage rec { 15 pname = "statmake"; 16 version = "0.4.1"; 17 - 18 format = "pyproject"; 19 20 src = fetchFromGitHub { 21 owner = "daltonmaag"; 22 - repo = "statmake"; 23 rev = "v${version}"; 24 - sha256 = "OXhoQAD4LEh80iRUZE2z8sCtWJDv/bSo0bwHbOOPVE0="; 25 }; 26 27 nativeBuildInputs = [ ··· 34 fonttools 35 # required by fonttools[ufo] 36 fs 37 ]; 38 39 checkInputs = [ ··· 46 # https://github.com/daltonmaag/statmake/pull/41 47 substituteInPlace pyproject.toml \ 48 --replace 'requires = ["poetry>=1.0.0"]' 'requires = ["poetry-core"]' \ 49 - --replace 'build-backend = "poetry.masonry.api"' 'build-backend = "poetry.core.masonry.api"' 50 ''; 51 52 meta = with lib; { 53 description = "Applies STAT information from a Stylespace to a variable font";
··· 1 { lib 2 , attrs 3 + , buildPythonPackage 4 , cattrs 5 + , fetchFromGitHub 6 , fonttools 7 , fs 8 + , importlib-metadata 9 + , poetry-core 10 , pytestCheckHook 11 + , pythonOlder 12 , ufo2ft 13 , ufoLib2 14 }: ··· 16 buildPythonPackage rec { 17 pname = "statmake"; 18 version = "0.4.1"; 19 format = "pyproject"; 20 21 + disabled = pythonOlder "3.7"; 22 + 23 src = fetchFromGitHub { 24 owner = "daltonmaag"; 25 + repo = pname; 26 rev = "v${version}"; 27 + sha256 = "sha256-OXhoQAD4LEh80iRUZE2z8sCtWJDv/bSo0bwHbOOPVE0="; 28 }; 29 30 nativeBuildInputs = [ ··· 37 fonttools 38 # required by fonttools[ufo] 39 fs 40 + ] ++ lib.optionals (pythonOlder "3.8") [ 41 + importlib-metadata 42 ]; 43 44 checkInputs = [ ··· 51 # https://github.com/daltonmaag/statmake/pull/41 52 substituteInPlace pyproject.toml \ 53 --replace 'requires = ["poetry>=1.0.0"]' 'requires = ["poetry-core"]' \ 54 + --replace 'build-backend = "poetry.masonry.api"' 'build-backend = "poetry.core.masonry.api"' \ 55 + --replace 'cattrs = "^1.1"' 'cattrs = ">= 1.1"' 56 ''; 57 + 58 + disabledTests = [ 59 + # cattrs.errors.IterableValidationError: While structuring typing.List[statmake.classes.Axis] 60 + # https://github.com/daltonmaag/statmake/issues/42 61 + "test_load_stylespace_broken_range" 62 + "test_load_stylespace_broken_multilingual_no_en" 63 + ]; 64 + 65 + pythonImportsCheck = [ 66 + "statmake" 67 + ]; 68 69 meta = with lib; { 70 description = "Applies STAT information from a Stylespace to a variable font";
+2 -2
pkgs/development/python-modules/twilio/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "twilio"; 14 - version = "7.9.1"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.6"; ··· 20 owner = "twilio"; 21 repo = "twilio-python"; 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-oi8LqyeqN8gn06B/m1wNI9iNu7hU3NrdkL7xTsImYPI="; 24 }; 25 26 propagatedBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "twilio"; 14 + version = "7.9.2"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.6"; ··· 20 owner = "twilio"; 21 repo = "twilio-python"; 22 rev = "refs/tags/${version}"; 23 + hash = "sha256-JFCYHiPvKYveHYf6SWkmovuvas5+9IGpsnQWqVIaTto="; 24 }; 25 26 propagatedBuildInputs = [
+3 -3
pkgs/development/tools/analysis/tflint/default.nix
··· 2 3 buildGoModule rec { 4 pname = "tflint"; 5 - version = "0.36.2"; 6 7 src = fetchFromGitHub { 8 owner = "terraform-linters"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-DPgYc0nUrRkidWqhv0X9v+2VSNPy1+0ZQ2gCe7T2gu0="; 12 }; 13 14 - vendorSha256 = "sha256-Is4dpBu/Nm34NZ3NftSGTZnSR8831kM56dvBjtfUTGU="; 15 16 doCheck = false; 17
··· 2 3 buildGoModule rec { 4 pname = "tflint"; 5 + version = "0.37.0"; 6 7 src = fetchFromGitHub { 8 owner = "terraform-linters"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-2fcrKwbYuCOZE++Sin0zNuGaBQQd0dNs1MRL/doOLOw="; 12 }; 13 14 + vendorSha256 = "sha256-2v070TwDWkN4HZ/EOu85lotA9qIKLgpwD9TrfH7pGY4="; 15 16 doCheck = false; 17
+5 -50
pkgs/development/tools/ocaml/ocamlformat/default.nix
··· 7 # https://gist.github.com/Julow/110dc94308d6078225e0665e3eccd433 8 9 rec { 10 - ocamlformat_0_11_0 = mkOCamlformat { 11 - version = "0.11.0"; 12 - }; 13 - 14 - ocamlformat_0_12 = mkOCamlformat { 15 - version = "0.12"; 16 - }; 17 - 18 - ocamlformat_0_13_0 = mkOCamlformat rec { 19 - version = "0.13.0"; 20 - tarballName = "ocamlformat-${version}-2.tbz"; 21 - }; 22 - 23 - ocamlformat_0_14_0 = mkOCamlformat { 24 - version = "0.14.0"; 25 - }; 26 - 27 - ocamlformat_0_14_1 = mkOCamlformat { 28 - version = "0.14.1"; 29 - }; 30 - 31 - ocamlformat_0_14_2 = mkOCamlformat { 32 - version = "0.14.2"; 33 - }; 34 - 35 - ocamlformat_0_14_3 = mkOCamlformat { 36 - version = "0.14.3"; 37 - }; 38 - 39 - ocamlformat_0_15_0 = mkOCamlformat { 40 - version = "0.15.0"; 41 - }; 42 - 43 - ocamlformat_0_15_1 = mkOCamlformat { 44 - version = "0.15.1"; 45 - }; 46 - 47 - ocamlformat_0_16_0 = mkOCamlformat { 48 - version = "0.16.0"; 49 - }; 50 - 51 - ocamlformat_0_17_0 = mkOCamlformat { 52 - version = "0.17.0"; 53 - }; 54 - 55 - ocamlformat_0_18_0 = mkOCamlformat { 56 - version = "0.18.0"; 57 - }; 58 - 59 ocamlformat_0_19_0 = mkOCamlformat { 60 version = "0.19.0"; 61 }; ··· 72 version = "0.21.0"; 73 }; 74 75 - ocamlformat = ocamlformat_0_21_0; 76 }
··· 7 # https://gist.github.com/Julow/110dc94308d6078225e0665e3eccd433 8 9 rec { 10 ocamlformat_0_19_0 = mkOCamlformat { 11 version = "0.19.0"; 12 }; ··· 23 version = "0.21.0"; 24 }; 25 26 + ocamlformat_0_22_4 = mkOCamlformat { 27 + version = "0.22.4"; 28 + }; 29 + 30 + ocamlformat = ocamlformat_0_22_4; 31 }
+26 -143
pkgs/development/tools/ocaml/ocamlformat/generic.nix
··· 4 }: 5 6 let src = 7 - if version == "0.11.0" 8 - then fetchzip { 9 - url = "https://github.com/ocaml-ppx/ocamlformat/archive/0.11.0.tar.gz"; 10 - sha256 = "0zvjn71jd4d3znnpgh0yphb2w8ggs457b6bl6cg1fmpdgxnds6yx"; 11 - } else fetchurl { 12 url = "https://github.com/ocaml-ppx/ocamlformat/releases/download/${version}/${tarballName}"; 13 sha256 = { 14 - "0.12" = "1zi8x597dhp2822j6j28s84yyiqppl7kykpwqqclx6ybypvlzdpj"; 15 - "0.13.0" = "0ki2flqi3xkhw9mfridivb6laxm7gml8rj9qz42vqmy9yx76jjxq"; 16 - "0.14.0" = "070c0x6z5y0lyls56zm34g8lyc093wkr0jfp50dvrkr9fk1sx2wi"; 17 - "0.14.1" = "03wn46xib63748157xchj7gflkw5000fcjw6n89h9g82q9slazaa"; 18 - "0.14.2" = "16phz1sg9b070p6fm8d42j0piizg05vghdjmw8aj7xm82b1pm7sz"; 19 - "0.14.3" = "13pfakdncddm41cp61p0l98scawbvhx1q4zdsglv7ph87l7zwqfl"; 20 - "0.15.0" = "0190vz59n6ma9ca1m3syl3mc8i1smj1m3d8x1jp21f710y4llfr6"; 21 - "0.15.1" = "1x6fha495sgk4z05g0p0q3zfqm5l6xzmf6vjm9g9g7c820ym2q9a"; 22 - "0.16.0" = "1vwjvvwha0ljc014v8jp8snki5zsqxlwd7x0dl0rg2i9kcmwc4mr"; 23 - "0.17.0" = "0f1lxp697yq61z8gqxjjaqd2ns8fd1vjfggn55x0gh9dx098p138"; 24 - "0.18.0" = "0571kzmb1h03qj74090n3mg8wfbh29qqrkdjkai6rnl5chll86lq"; 25 "0.19.0" = "0ihgwl7d489g938m1jvgx8azdgq9f5np5mzqwwya797hx2m4dz32"; 26 "0.20.0" = "sha256-JtmNCgwjbCyUE4bWqdH5Nc2YSit+rekwS43DcviIfgk="; 27 "0.20.1" = "sha256-fTpRZFQW+ngoc0T6A69reEUAZ6GmHkeQvxspd5zRAjU="; 28 "0.21.0" = "sha256-KhgX9rxYH/DM6fCqloe4l7AnJuKrdXSe6Y1XY3BXMy0="; 29 }."${version}"; 30 }; 31 - ocamlPackages = 32 - if lib.versionAtLeast version "0.19.0" 33 - then ocaml-ng.ocamlPackages 34 - else if lib.versionAtLeast version "0.17.0" 35 - then ocaml-ng.ocamlPackages_4_12 36 - else if lib.versionAtLeast version "0.14.3" 37 - then ocaml-ng.ocamlPackages_4_10 38 - else ocaml-ng.ocamlPackages_4_07 39 - ; in 40 41 with ocamlPackages; 42 ··· 44 pname = "ocamlformat"; 45 inherit src version; 46 47 - minimumOCamlVersion = 48 - if lib.versionAtLeast version "0.17.0" 49 - then "4.08" 50 - else "4.06"; 51 52 useDune2 = true; 53 ··· 57 menhir 58 ]; 59 60 - buildInputs = 61 - if lib.versionAtLeast version "0.20.0" 62 - then [ 63 - base 64 - (if lib.versionAtLeast version "0.21.0" then cmdliner_1_1 else cmdliner_1_0) 65 - dune-build-info 66 - either 67 - fix 68 - fpath 69 - menhirLib 70 - menhirSdk 71 - ocaml-version 72 - ocp-indent 73 - (if version == "0.20.0" then odoc-parser.override { version = "0.9.0"; } else odoc-parser) 74 - re 75 - stdio 76 - uuseg 77 - uutf 78 - ] 79 - else if lib.versionAtLeast version "0.19.0" 80 - then [ 81 - base 82 - cmdliner_1_0 83 - fpath 84 - re 85 - stdio 86 - uuseg 87 - uutf 88 - fix 89 - menhirLib 90 - menhirSdk 91 - ocp-indent 92 - dune-build-info 93 - (odoc-parser.override { version = "0.9.0"; }) 94 - ] 95 - else if lib.versionAtLeast version "0.18.0" 96 - then [ 97 - base 98 - cmdliner_1_0 99 - fpath 100 - odoc 101 - re 102 - stdio 103 - uuseg 104 - uutf 105 - fix 106 - menhirLib 107 - menhirSdk 108 - dune-build-info 109 - ocaml-version 110 - # Changed since 0.16.0: 111 - (ppxlib.override { version = "0.22.0"; }) 112 - ] 113 - else if lib.versionAtLeast version "0.17.0" 114 - then [ 115 - base 116 - cmdliner_1_0 117 - fpath 118 - odoc 119 - re 120 - stdio 121 - uuseg 122 - uutf 123 - fix 124 - menhirLib 125 - menhirSdk 126 - dune-build-info 127 - ocaml-version 128 - # Changed since 0.16.0: 129 - (ppxlib.override { version = "0.22.0"; }) 130 - ocaml-migrate-parsetree-2 131 - ] 132 - else if lib.versionAtLeast version "0.15.1" 133 - then [ 134 - base 135 - cmdliner_1_0 136 - fpath 137 - odoc 138 - re 139 - stdio 140 - uuseg 141 - uutf 142 - fix 143 - menhirLib 144 - menhirSdk 145 - (ppxlib.override { version = "0.18.0"; }) 146 - dune-build-info # lib.versionAtLeast version "0.16.0" 147 - ocaml-version # lib.versionAtLeast version "0.16.0" 148 - ] 149 - else if lib.versionAtLeast version "0.14" 150 - then [ 151 - base 152 - cmdliner_1_0 153 - fpath 154 - ocaml-migrate-parsetree 155 - odoc 156 - re 157 - stdio 158 - uuseg 159 - uutf 160 - fix 161 - menhirLib 162 - menhirSdk 163 - ] else [ 164 - base 165 - cmdliner_1_0 166 - fpath 167 - ocaml-migrate-parsetree 168 - odoc 169 - re 170 - stdio 171 - uuseg 172 - uutf 173 - ]; 174 175 meta = { 176 homepage = "https://github.com/ocaml-ppx/ocamlformat";
··· 4 }: 5 6 let src = 7 + fetchurl { 8 url = "https://github.com/ocaml-ppx/ocamlformat/releases/download/${version}/${tarballName}"; 9 sha256 = { 10 "0.19.0" = "0ihgwl7d489g938m1jvgx8azdgq9f5np5mzqwwya797hx2m4dz32"; 11 "0.20.0" = "sha256-JtmNCgwjbCyUE4bWqdH5Nc2YSit+rekwS43DcviIfgk="; 12 "0.20.1" = "sha256-fTpRZFQW+ngoc0T6A69reEUAZ6GmHkeQvxspd5zRAjU="; 13 "0.21.0" = "sha256-KhgX9rxYH/DM6fCqloe4l7AnJuKrdXSe6Y1XY3BXMy0="; 14 + "0.22.4" = "sha256-61TeK4GsfMLmjYGn3ICzkagbc3/Po++Wnqkb2tbJwGA="; 15 }."${version}"; 16 }; 17 + ocamlPackages = ocaml-ng.ocamlPackages; 18 + in 19 20 with ocamlPackages; 21 ··· 23 pname = "ocamlformat"; 24 inherit src version; 25 26 + minimumOCamlVersion = "4.08"; 27 28 useDune2 = true; 29 ··· 33 menhir 34 ]; 35 36 + buildInputs = [ 37 + base 38 + dune-build-info 39 + fix 40 + fpath 41 + menhirLib 42 + menhirSdk 43 + ocp-indent 44 + re 45 + stdio 46 + uuseg 47 + uutf 48 + ] 49 + ++ lib.optionals (lib.versionAtLeast version "0.20.0") [ ocaml-version either ] 50 + ++ (if lib.versionAtLeast version "0.20.1" 51 + then [ odoc-parser ] 52 + else [ (odoc-parser.override { version = "0.9.0"; }) ]) 53 + ++ (if lib.versionAtLeast version "0.21.0" 54 + then [ cmdliner_1_1 ] 55 + else [ cmdliner_1_0 ]) 56 + ++ lib.optionals (lib.versionAtLeast version "0.22.4") [ csexp ]; 57 58 meta = { 59 homepage = "https://github.com/ocaml-ppx/ocamlformat";
-1
pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
··· 78 tree-sitter-supercollider = lib.importJSON ./tree-sitter-supercollider.json; 79 tree-sitter-surface = lib.importJSON ./tree-sitter-surface.json; 80 tree-sitter-svelte = lib.importJSON ./tree-sitter-svelte.json; 81 - tree-sitter-swift = lib.importJSON ./tree-sitter-swift.json; 82 tree-sitter-tlaplus = lib.importJSON ./tree-sitter-tlaplus.json; 83 tree-sitter-toml = lib.importJSON ./tree-sitter-toml.json; 84 tree-sitter-tsq = lib.importJSON ./tree-sitter-tsq.json;
··· 78 tree-sitter-supercollider = lib.importJSON ./tree-sitter-supercollider.json; 79 tree-sitter-surface = lib.importJSON ./tree-sitter-surface.json; 80 tree-sitter-svelte = lib.importJSON ./tree-sitter-svelte.json; 81 tree-sitter-tlaplus = lib.importJSON ./tree-sitter-tlaplus.json; 82 tree-sitter-toml = lib.importJSON ./tree-sitter-toml.json; 83 tree-sitter-tsq = lib.importJSON ./tree-sitter-tsq.json;
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-c-sharp.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-c-sharp", 3 - "rev": "fcb2b6f7cb8ab8584d390aa266b0d2df7cbd1fd5", 4 - "date": "2022-05-01T16:44:38+01:00", 5 - "path": "/nix/store/5kwbva55mi975kqkjrw3jya98cb8i07d-tree-sitter-c-sharp", 6 - "sha256": "0xdbh1n1mnglfxn16can69c3sr4ibc37v85vh7ckljcjgqhikfi9", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-c-sharp", 3 + "rev": "9c494a503c8e2044bfffce57f70b480c01a82f03", 4 + "date": "2022-05-30T17:23:01+01:00", 5 + "path": "/nix/store/h7jans0061yvwj7sph9bzp9ygx7nnqfa-tree-sitter-c-sharp", 6 + "sha256": "1pjapli5a70a9308zlb3vfqamh7xybb06vqhljz4xkaagijs91yv", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-c.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-c", 3 - "rev": "e348e8ec5efd3aac020020e4af53d2ff18f393a9", 4 - "date": "2021-09-20T10:21:48-07:00", 5 - "path": "/nix/store/bnc2zml2igbpprx4i0h053inv023z6nj-tree-sitter-c", 6 - "sha256": "0fmh8b94ra5fi0j9by9yqbc1pf9sh9pjwc3symrslg855w8a0yx7", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-c", 3 + "rev": "3ced8d6cd212a6f576cd4ef3d533bcb9c09eface", 4 + "date": "2022-05-30T15:48:31+02:00", 5 + "path": "/nix/store/hh79856h2fw1i3i4g75a78rbzgi8qk3s-tree-sitter-c", 6 + "sha256": "0g43xn98i01cgqzv0ck1inj267y7qjwpxzy5l245kdmxgfg4czm8", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-cpp.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-cpp", 3 - "rev": "a832195eb3685a279856bb480ce19cff19554b6d", 4 - "date": "2022-03-14T15:34:21-05:00", 5 - "path": "/nix/store/ixca3nass3hkf0pycf7zhz15h2yq11sk-tree-sitter-cpp", 6 - "sha256": "1y0i3w21zg8khns97wy5wpw57bhni4c8faszaz9qb0nrgarbf3i6", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-cpp", 3 + "rev": "38d8b495bd43977498f0eb122e0f9cfef8526d18", 4 + "date": "2022-05-30T11:35:53-07:00", 5 + "path": "/nix/store/4ndwshhwzcj9xrj8g0qnvqz7gwpd64z2-tree-sitter-cpp", 6 + "sha256": "0lck8s0z0ay9aw6zljaq892xxmgx8wn3kgsin3sjf5ysyjdva3qn", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-cuda.json
··· 1 { 2 "url": "https://github.com/thehamsta/tree-sitter-cuda", 3 - "rev": "5178a7a5b25dc7ee4a69bf72f31bd6d3ff0a0795", 4 - "date": "2022-03-16T21:48:20+01:00", 5 - "path": "/nix/store/gd5s063qfyas370a9rd8mn9wc9d68s15-tree-sitter-cuda", 6 - "sha256": "17zqpd27b09izpp9lvkgc1hcnq5nc58i98pak0qi46z85r6zgp6g", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/thehamsta/tree-sitter-cuda", 3 + "rev": "791d9f9e30958a5f951875342ec8b6f737b39533", 4 + "date": "2022-05-14T13:37:18+02:00", 5 + "path": "/nix/store/mwrqmqrvysf0dpb2lq6gv7d6798s90gi-tree-sitter-cuda", 6 + "sha256": "0zixq97pm4rzhl14m2nb9ynndl2bf1jvkzjs25bh99qcikmdvw0i", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-dart.json
··· 1 { 2 "url": "https://github.com/usernobody14/tree-sitter-dart", 3 - "rev": "f95876f0ed3ef207bbd3c5c41987bc2e9cecfc97", 4 - "date": "2022-05-07T10:16:06-07:00", 5 - "path": "/nix/store/aad6q85ni1rp22jkc0n8mhlhjq7pm794-tree-sitter-dart", 6 - "sha256": "0iaa37g5z927dvlxla0nidl9n2hvpsw97b5ffi7w1hq9d4m6rc7i", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/usernobody14/tree-sitter-dart", 3 + "rev": "6fc75e0478e89a6adef4903069b0035247378665", 4 + "date": "2022-05-21T14:45:10-07:00", 5 + "path": "/nix/store/jma7070d07rgksa29ziavrj4ian9p2h3-tree-sitter-dart", 6 + "sha256": "1k2877kia3i8df368z6ynig476yr051k60zijahmd7drm740aavb", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-glsl.json
··· 1 { 2 "url": "https://github.com/thehamsta/tree-sitter-glsl", 3 - "rev": "ffb93961426926554a0ba4a389ea6e9d6fafdea9", 4 - "date": "2022-01-24T11:15:06+01:00", 5 - "path": "/nix/store/x508b69xq0y2ly4hspkgyq5g0v29xvjz-tree-sitter-glsl", 6 - "sha256": "1b91wamhdzqq76l9k3vkmrdb1j98w5slzw8d4piqlgp70j396813", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/thehamsta/tree-sitter-glsl", 3 + "rev": "a480a02033f8d5c67e798a6f7584ec0d2be568b0", 4 + "date": "2022-05-22T00:37:43+02:00", 5 + "path": "/nix/store/jw1wnz2wfgibdz9pz0zlxyvs9p3pcayg-tree-sitter-glsl", 6 + "sha256": "04yd7s26z4lmjrw325sn68nwma3mj1pl1kj1xvvwzxb9cxb91657", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-go.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-go", 3 - "rev": "372d3241b099e189406475a9445cbb29dac2e054", 4 - "date": "2022-04-28T20:49:46+02:00", 5 - "path": "/nix/store/ylm4blh7lw1ac3ym9i69gbbs1cc5vmcs-tree-sitter-go", 6 - "sha256": "0cmw37lgpfrw82kg9mcx7kgxnnvdydagbwckqv418zbh2xv881jf", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-go", 3 + "rev": "aeb2f33b366fd78d5789ff104956ce23508b85db", 4 + "date": "2022-05-30T11:35:02-07:00", 5 + "path": "/nix/store/iww8iz50gqp58p89f2rk3y9ck5hannaj-tree-sitter-go", 6 + "sha256": "1008r5y8h2vpjjcx4cvi9qa02cmfaskc97y2zahjfrv3lm1gkqp7", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-gomod.json
··· 1 { 2 "url": "https://github.com/camdencheek/tree-sitter-go-mod", 3 - "rev": "e8f51f8e4363a3d9a427e8f63f4c1bbc5ef5d8d0", 4 - "date": "2022-04-05T11:00:59-06:00", 5 - "path": "/nix/store/4a0idwqi76n4g809inrkv88nv68dgc0i-tree-sitter-go-mod", 6 - "sha256": "09rkqwdwhsm41nrz73rqbajap4bc0spjcld9k9fr8xmlmqa67j2b", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/camdencheek/tree-sitter-go-mod", 3 + "rev": "4a65743dbc2bb3094114dd2b43da03c820aa5234", 4 + "date": "2022-05-16T16:12:37-04:00", 5 + "path": "/nix/store/1aj3kwndjrimfijq0fxx6khn5r6ics3a-tree-sitter-go-mod", 6 + "sha256": "1hblbi2bs4hlil703myqhvvq2y1x41rc3w903hg2bhbazh7x8yyf", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-haskell.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-haskell", 3 - "rev": "ff5c879d9b75f4e6930d7f687d458f707945ad78", 4 - "date": "2022-05-07T17:45:16+02:00", 5 - "path": "/nix/store/2pnp7kazxg1sp0anf4by99f27d7z0p64-tree-sitter-haskell", 6 - "sha256": "0aa960150wli4hnv64jrl4gqvlgchc3y44bx4d7i53ygn9cdkl12", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-haskell", 3 + "rev": "1b54c3f39436bbded6593ac9e0103f9115bbbd2e", 4 + "date": "2022-05-19T19:09:09+02:00", 5 + "path": "/nix/store/d9825wx3mjjj76pcbbz4pd6fz5h0c2ag-tree-sitter-haskell", 6 + "sha256": "11brbizaw5m77hrmg6i5s437y4f1xgvfvjddfy1n39zpyf5x6nad", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-java.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-java", 3 - "rev": "39a11c8330d0b2ad75310456c378396785f79a4e", 4 - "date": "2022-04-28T20:50:54+02:00", 5 - "path": "/nix/store/w2hi6yvm3z4cy3bignphb9c2gf6fpnnq-tree-sitter-java", 6 - "sha256": "0im81m2wb35n7rgmraf7p5ql6lvr7m9y4krgmkvgqkxnbkw7zcr0", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-java", 3 + "rev": "ac14b4b1884102839455d32543ab6d53ae089ab7", 4 + "date": "2022-05-30T15:48:08+02:00", 5 + "path": "/nix/store/plcr9wxxfhsfgwb9xfj3xwns2sh53xsa-tree-sitter-java", 6 + "sha256": "1i9zfgqibinz3rkx6yws1wk49iys32x901dki65qihbxcmcfh341", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-javascript.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-javascript", 3 - "rev": "fdeb68ac8d2bd5a78b943528bb68ceda3aade2eb", 4 - "date": "2021-10-04T13:07:24-04:00", 5 - "path": "/nix/store/psmsgqhg4di7mkkd6sgyvcs41jvvq2c3-tree-sitter-javascript", 6 - "sha256": "175yrk382n2di0c2xn4gpv8y4n83x1lg4hqn04vabf0yqynlkq67", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-javascript", 3 + "rev": "785831303ce3d36f5dd8ada7c4c7d63518d4d2f5", 4 + "date": "2022-05-30T15:49:16+02:00", 5 + "path": "/nix/store/jjxv4pcbnnvsbiplhjk91lxyx5mz8l0z-tree-sitter-javascript", 6 + "sha256": "0hk9zy7jykq86x0k10060f2b7xrfai551avfz0qssq3b0j2h1m3g", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-json.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-json", 3 - "rev": "67d33d619e4fb729432a6d9aff1f7b08bb563728", 4 - "date": "2022-05-12T23:07:45-07:00", 5 - "path": "/nix/store/k42yw134pyyxwf5zca5ycagsnin7k967-tree-sitter-json", 6 - "sha256": "1rbrb87gsy2l27vn0zmncrqpjnsp6k6yd2b0gwhl0l4flqas7qb4", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-json", 3 + "rev": "368736a6137770f785e1e7479a6be29417eb13aa", 4 + "date": "2022-05-22T14:37:14-07:00", 5 + "path": "/nix/store/1hgawfjnlijb9vj0bl4ry05p9cnyhpqq-tree-sitter-json", 6 + "sha256": "06gvjpg5z8l9vm8a5di5ziv4z1wx3cah1ng14wa9f8r6zi9gn6an", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-julia.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-julia", 3 - "rev": "1e8fe0b3988e7cf56530837fd3a870089ddc7684", 4 - "date": "2022-04-15T13:59:51-07:00", 5 - "path": "/nix/store/9li8yqbvf95jksbv6myzha9bpmwq6xsg-tree-sitter-julia", 6 - "sha256": "0jwwx7ipdw7lq53zn5j72w5n4schjnmfv5fb3lii1nj60fqahrp7", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-julia", 3 + "rev": "fc60b7cce87da7a1b7f8cb0f9371c3dc8b684500", 4 + "date": "2022-05-31T14:11:51-07:00", 5 + "path": "/nix/store/mmcw5by2scxv3k085qbi0m5qfm7qldmz-tree-sitter-julia", 6 + "sha256": "1mkbp0913xi0mccdp4lb3rvcf9h1xljr5mgavs2kmajcabygv46w", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-latex.json
··· 1 { 2 "url": "https://github.com/latex-lsp/tree-sitter-latex", 3 - "rev": "3b370b5ca3948312738b4f27b2a12e4bb58907a2", 4 - "date": "2022-05-11T20:22:05+02:00", 5 - "path": "/nix/store/l1nja32pv92awd5jnksi3wfd29mqxvkd-tree-sitter-latex", 6 - "sha256": "0a4ks4ng02qivxr7h1izhc55791czba2r82ngi7a9l0smdxa9yv7", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/latex-lsp/tree-sitter-latex", 3 + "rev": "104a5dea952d5f00150afd6a8436e6cad95ef718", 4 + "date": "2022-06-01T18:13:32+00:00", 5 + "path": "/nix/store/7y5r30ylv51rqn3d8wk088ni7k58nzpm-tree-sitter-latex", 6 + "sha256": "0b78hpp76hkpjd38zjfc2z98ipnazk2aza83k4r754gj8yshhsqx", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-nix.json
··· 1 { 2 "url": "https://github.com/cstrahan/tree-sitter-nix", 3 - "rev": "6d6aaa50793b8265b6a8b6628577a0083d3b923d", 4 - "date": "2021-11-29T00:27:21-06:00", 5 - "path": "/nix/store/6cjadxvqbrh205lsqnk2rnzq3badxdxv-tree-sitter-nix", 6 - "sha256": "0cbk6dqppasrvnm87pwfgm718z6b0xmy9m7zj8ysil0h8bklz1w9", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/cstrahan/tree-sitter-nix", 3 + "rev": "6b71a810c0acd49b980c50fc79092561f7cee307", 4 + "date": "2022-05-19T13:37:55-05:00", 5 + "path": "/nix/store/9x9ffq6k7mxpclpfw8g5ynl30a446mnh-tree-sitter-nix", 6 + "sha256": "1v1g49g1jg56nifjp3m3ak6ng3hpzkp51ywaq3rnpwgkij7i4f5r", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-org-nvim.json
··· 1 { 2 "url": "https://github.com/milisims/tree-sitter-org", 3 - "rev": "aeacac619457a187bb202b9dfc58541232ed4a25", 4 - "date": "2022-05-02T16:54:48-04:00", 5 - "path": "/nix/store/y06b3jf6mfgbx4ar9l8crd7r5vljln92-tree-sitter-org", 6 - "sha256": "03g52pbnv859wy3sdbr0i440il98idj6zg0q12g7ccxxmwblwxig", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/milisims/tree-sitter-org", 3 + "rev": "7ab140276cff85bf6dd08914e04188f4da1ff0ab", 4 + "date": "2022-06-01T13:56:57-04:00", 5 + "path": "/nix/store/ig79jii0vihy6vjq5j35ymgpbppjcsgd-tree-sitter-org", 6 + "sha256": "0j3520h0bvxn6sm8fg1a400y2rnp0l9jrf31n8rbkq9ri34bzi5x", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-php.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-php", 3 - "rev": "6be89d517d550a47b067b23d0f89a364091b41ca", 4 - "date": "2022-05-04T13:05:38-04:00", 5 - "path": "/nix/store/pd19zya0sng7dahwgkamk51s1mprg9hf-tree-sitter-php", 6 - "sha256": "18yrmvxajcg7m8xqpdkdllm9grs4m9pp4y058ky6q3drq7cx0v1m", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-php", 3 + "rev": "fdbef3621b62e098d7c9a34669cbe8a8bd807bf2", 4 + "date": "2022-06-01T15:02:43+02:00", 5 + "path": "/nix/store/rq8rljxmmnii1w2bw3n7224vmwnm0j1n-tree-sitter-php", 6 + "sha256": "1bsdls8icmh6wnyhdibmxxignmdx3wh0bkcrwcwc7mc0xac5r4z2", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-python.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-python", 3 - "rev": "78c4e9b6b2f08e1be23b541ffced47b15e2972ad", 4 - "date": "2022-02-07T12:53:14-08:00", 5 - "path": "/nix/store/9i5fh21cwa6w2zq9fkcn46207pbk2fzn-tree-sitter-python", 6 - "sha256": "09xq6ymwa2ap4432yln5qs0y41iaxbrpp4m07pvydgcmyk3blxvv", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-python", 3 + "rev": "dafcef7943229ec9d530b36ed67d758e659f4c6c", 4 + "date": "2022-05-31T14:13:03-07:00", 5 + "path": "/nix/store/9f82z98jx9jlpb96niav0zd173lxmlla-tree-sitter-python", 6 + "sha256": "07dkwp46wp8fnh94qy4rlvn8yq0wzawnmbrz7z1jk14ymr6s5hkh", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-r.json
··· 1 { 2 "url": "https://github.com/r-lib/tree-sitter-r", 3 - "rev": "cc04302e1bff76fa02e129f332f44636813b0c3c", 4 - "date": "2022-03-28T10:31:51-04:00", 5 - "path": "/nix/store/0s6513shwiiqq26ma0alx16f9w0sg2yp-tree-sitter-r", 6 - "sha256": "0adq1qng3ghb4wvglplj73q8c95hzpfiqb2q8bqnms81i7p2xma7", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/r-lib/tree-sitter-r", 3 + "rev": "205c2877af33a814386ff275031f88400a011397", 4 + "date": "2022-05-25T11:21:11-04:00", 5 + "path": "/nix/store/5sh3nzb04ldqw9kap7la897jfp3m19ai-tree-sitter-r", 6 + "sha256": "0xy6w5zybcb4gl38xz1y0s08x7an1ql57i63gmq3awn2hr6w7380", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-rust.json
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-rust", 3 - "rev": "9a6d980afbb9864405426f1b3905fbcd459871ca", 4 - "date": "2022-05-09T16:14:09-07:00", 5 - "path": "/nix/store/h5zks31j4xj7vw5ygqhbml0ydsly7l6z-tree-sitter-rust", 6 - "sha256": "0hmamkb2hqrp67b756ckifbwdbr0yw7qr2m8farh0bg7rbi5c6z1", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/tree-sitter/tree-sitter-rust", 3 + "rev": "36ae187ed6dd3803a8a89dbb54f3124c8ee74662", 4 + "date": "2022-05-30T15:48:43+02:00", 5 + "path": "/nix/store/h3abmx5hwki3lnymgk1awmkrc070733m-tree-sitter-rust", 6 + "sha256": "1x1k4cn8x3my2rp735byn0z1sjiw17vkzaqnm10jr8jg5nxigl7a", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
+4 -4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-scheme.json
··· 1 { 2 "url": "https://github.com/6cdh/tree-sitter-scheme", 3 - "rev": "27fb77db05f890c2823b4bd751c6420378df146b", 4 - "date": "2022-05-12T23:43:19+08:00", 5 - "path": "/nix/store/8h41l86z17msbbdsqrdr45lcys6r9a83-tree-sitter-scheme", 6 - "sha256": "15ziav4gas038442yl8f4yz3a2r7grccwyfcyydxw0xpsjnsn5c2", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
··· 1 { 2 "url": "https://github.com/6cdh/tree-sitter-scheme", 3 + "rev": "1448396b310486e7d15e5e056713457cb0413bc2", 4 + "date": "2022-05-17T11:34:51+08:00", 5 + "path": "/nix/store/bhwsjp4salwmfq5cyvr0dd3al5s9xhsl-tree-sitter-scheme", 6 + "sha256": "1m9pzlzrmphx6162dq2nxry30wpjbsi1zhl4asjvmc0zy4r3427f", 7 "fetchLFS": false, 8 "fetchSubmodules": false, 9 "deepClone": false,
-11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-swift.json
··· 1 - { 2 - "url": "https://github.com/tree-sitter/tree-sitter-swift", 3 - "rev": "db675450dcc1478ee128c96ecc61c13272431aab", 4 - "date": "2022-01-13T10:47:55-08:00", 5 - "path": "/nix/store/l3535ndrmi24v5nidxppi1rqccj4s17v-tree-sitter-swift", 6 - "sha256": "06mq1an55p75ajwn6pvcy9vlcmzrj8qmbri3mn4bxq53icnj4fya", 7 - "fetchLFS": false, 8 - "fetchSubmodules": false, 9 - "deepClone": false, 10 - "leaveDotGit": false 11 - }
···
+2 -1
pkgs/development/tools/parsing/tree-sitter/update.nix
··· 16 knownTreeSitterOrgGrammarRepos = [ 17 "tree-sitter-javascript" 18 "tree-sitter-c" 19 - "tree-sitter-swift" 20 "tree-sitter-json" 21 "tree-sitter-cpp" 22 "tree-sitter-ruby" ··· 70 "tree-sitter-razor" 71 # rust library for constructing arbitrary graph structures from source code 72 "tree-sitter-graph" 73 ]; 74 ignoredTreeSitterOrgReposJson = jsonFile "ignored-tree-sitter-org-repos" ignoredTreeSitterOrgRepos; 75
··· 16 knownTreeSitterOrgGrammarRepos = [ 17 "tree-sitter-javascript" 18 "tree-sitter-c" 19 "tree-sitter-json" 20 "tree-sitter-cpp" 21 "tree-sitter-ruby" ··· 69 "tree-sitter-razor" 70 # rust library for constructing arbitrary graph structures from source code 71 "tree-sitter-graph" 72 + # abandoned 73 + "tree-sitter-swift" 74 ]; 75 ignoredTreeSitterOrgReposJson = jsonFile "ignored-tree-sitter-org-repos" ignoredTreeSitterOrgRepos; 76
+2 -2
pkgs/development/web/nodejs/v16.nix
··· 8 in 9 buildNodejs { 10 inherit enableNpm; 11 - version = "16.15.0"; 12 - sha256 = "sha256-oPgS78Q/eDIeygiVeWCkj15r+XAE1QWMjdOwPGRupPc="; 13 patches = [ 14 ./disable-darwin-v8-system-instrumentation.patch 15 ];
··· 8 in 9 buildNodejs { 10 inherit enableNpm; 11 + version = "16.15.1"; 12 + sha256 = "sha256-1OmdPB9pcREJpnUlVxBY5gCc3bwijn1yO4+0pFQWm30="; 13 patches = [ 14 ./disable-darwin-v8-system-instrumentation.patch 15 ];
+2 -2
pkgs/development/web/nodejs/v18.nix
··· 7 in 8 buildNodejs { 9 inherit enableNpm; 10 - version = "18.2.0"; 11 - sha256 = "sha256-IwWxXr9VR0dOkFtQAvm6mcfu7wHXOU3+bzhGzGvK1m0="; 12 patches = [ 13 ./disable-darwin-v8-system-instrumentation.patch 14 ];
··· 7 in 8 buildNodejs { 9 inherit enableNpm; 10 + version = "18.3.0"; 11 + sha256 = "sha256-P2lKgWJuUFfNpXiY53HSE8/FpkmFX0zxxvbNFQxTBiU="; 12 patches = [ 13 ./disable-darwin-v8-system-instrumentation.patch 14 ];
+6
pkgs/servers/mail/mlmmj/default.nix
··· 10 sha256 = "1sghqvwizvm1a9w56r34qy5njaq1c26bagj85r60h32gh3fx02bn"; 11 }; 12 13 postInstall = '' 14 # grab all documentation files 15 docfiles=$(find -maxdepth 1 -name "[[:upper:]][[:upper:]]*")
··· 10 sha256 = "1sghqvwizvm1a9w56r34qy5njaq1c26bagj85r60h32gh3fx02bn"; 11 }; 12 13 + # Workaround build failure on -fno-common toolchains like upstream 14 + # gcc-10. Otherwise build fails as: 15 + # ld: getlistdelim.o:/build/mlmmj-1.3.0/src/../include/mlmmj.h:84: multiple definition of 16 + # `subtype_strs'; mlmmj-send.o:/build/mlmmj-1.3.0/src/../include/mlmmj.h:84: first defined here 17 + NIX_CFLAGS_COMPILE = "-fcommon"; 18 + 19 postInstall = '' 20 # grab all documentation files 21 docfiles=$(find -maxdepth 1 -name "[[:upper:]][[:upper:]]*")
+3 -3
pkgs/tools/misc/fclones/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "fclones"; 11 - version = "0.24.0"; 12 13 src = fetchFromGitHub { 14 owner = "pkolaczk"; 15 repo = pname; 16 rev = "v${version}"; 17 - sha256 = "sha256-yiOoknhKGRGUgZShz9gGOsaX1+IOr23UFviIx/Uva6M="; 18 }; 19 20 - cargoSha256 = "sha256-CEfFCYUmFv1cG2DEAfgK+wr3UTgFMZlEQVqUaWnqzdk="; 21 22 buildInputs = lib.optionals stdenv.isDarwin [ 23 AppKit
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "fclones"; 11 + version = "0.25.0"; 12 13 src = fetchFromGitHub { 14 owner = "pkolaczk"; 15 repo = pname; 16 rev = "v${version}"; 17 + sha256 = "sha256-7MNVLfBH6hWoNy+UQzK6gwZuPbBPMfG660my+E6FT5Q="; 18 }; 19 20 + cargoSha256 = "sha256-8Ur3KwGuIY8QAGNTcyTpFg2C1CBcIpZJp6EO9g8XuE8="; 21 22 buildInputs = lib.optionals stdenv.isDarwin [ 23 AppKit
+32
pkgs/tools/misc/gh-eco/default.nix
···
··· 1 + { lib 2 + , fetchFromGitHub 3 + , buildGoModule 4 + }: 5 + 6 + buildGoModule rec { 7 + pname = "gh-eco"; 8 + version = "0.1.0"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "coloradocolby"; 12 + repo = "gh-eco"; 13 + rev = "v${version}"; 14 + sha256 = "sha256-rJG1k8lOyXQSP3FgyyHZvVrQkn2yEtAcgg9CpbPvCwY="; 15 + }; 16 + 17 + vendorSha256 = "sha256-Qx/QGIurjKGFcIdCot1MFPatbGHfum48JOoHlvqA64c="; 18 + 19 + ldflags = [ 20 + "-s" 21 + "-w" 22 + "-X main.Version=${version}" 23 + ]; 24 + 25 + meta = with lib; { 26 + homepage = "https://github.com/coloradocolby/gh-eco"; 27 + description = "gh extension to explore the ecosystem"; 28 + license = licenses.mit; 29 + maintainers = with maintainers; [ helium ]; 30 + }; 31 + } 32 +
+2 -2
pkgs/tools/security/cfripper/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "cfripper"; 8 - version = "1.11.0"; 9 10 src = fetchFromGitHub { 11 owner = "Skyscanner"; 12 repo = pname; 13 rev = "refs/tags/${version}"; 14 - hash = "sha256-f/oZ7ZN2WT0a290Cq1w8O4Yggo1YV5k1tiTAm5ulVdI="; 15 }; 16 17 propagatedBuildInputs = with python3.pkgs; [
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "cfripper"; 8 + version = "1.12.0"; 9 10 src = fetchFromGitHub { 11 owner = "Skyscanner"; 12 repo = pname; 13 rev = "refs/tags/${version}"; 14 + hash = "sha256-qrZlCxNLO+q5n/FS/5b51QZVg4ZDwrgWpcKVp/JLTws="; 15 }; 16 17 propagatedBuildInputs = with python3.pkgs; [
+7
pkgs/tools/system/netdata/default.nix
··· 55 ./skip-CONFIGURE_COMMAND.patch 56 ]; 57 58 NIX_CFLAGS_COMPILE = optionalString withDebug "-O1 -ggdb -DNETDATA_INTERNAL_CHECKS=1"; 59 60 postInstall = ''
··· 55 ./skip-CONFIGURE_COMMAND.patch 56 ]; 57 58 + # Guard against unused buld-time development inputs in closure. Without 59 + # the ./skip-CONFIGURE_COMMAND.patch patch the closure retains inputs up 60 + # to bootstrap tools: 61 + # https://github.com/NixOS/nixpkgs/pull/175719 62 + # We pick zlib.dev as a simple canary package with pkg-config input. 63 + disallowedReferences = [ zlib.dev ]; 64 + 65 NIX_CFLAGS_COMPILE = optionalString withDebug "-O1 -ggdb -DNETDATA_INTERNAL_CHECKS=1"; 66 67 postInstall = ''
+13
pkgs/top-level/aliases.nix
··· 1493 ocaml_4_02 = throw "'ocamlPackages_4_02.ocaml' has been renamed to/replaced by 'ocaml-ng.ocamlPackages_4_02.ocaml'"; # Converted to throw 2022-02-22 1494 ocaml_4_03 = throw "'ocamlPackages_4_03.ocaml' has been renamed to/replaced by 'ocaml-ng.ocamlPackages_4_03.ocaml'"; # Converted to throw 2022-02-22 1495 1496 zabbix44 = throw '' 1497 Zabbix 4.4 is end of life. For details on upgrading to Zabbix 5.0 look at 1498 https://www.zabbix.com/documentation/current/manual/installation/upgrade_notes_500
··· 1493 ocaml_4_02 = throw "'ocamlPackages_4_02.ocaml' has been renamed to/replaced by 'ocaml-ng.ocamlPackages_4_02.ocaml'"; # Converted to throw 2022-02-22 1494 ocaml_4_03 = throw "'ocamlPackages_4_03.ocaml' has been renamed to/replaced by 'ocaml-ng.ocamlPackages_4_03.ocaml'"; # Converted to throw 2022-02-22 1495 1496 + ocamlformat_0_11_0 = throw "ocamlformat_0_11_0 has been removed in favor of newer versions"; # Added 2022-06-01 1497 + ocamlformat_0_12 = throw "ocamlformat_0_12 has been removed in favor of newer versions"; # Added 2022-06-01 1498 + ocamlformat_0_13_0 = throw "ocamlformat_0_13_0 has been removed in favor of newer versions"; # Added 2022-06-01 1499 + ocamlformat_0_14_0 = throw "ocamlformat_0_14_0 has been removed in favor of newer versions"; # Added 2022-06-01 1500 + ocamlformat_0_14_1 = throw "ocamlformat_0_14_1 has been removed in favor of newer versions"; # Added 2022-06-01 1501 + ocamlformat_0_14_2 = throw "ocamlformat_0_14_2 has been removed in favor of newer versions"; # Added 2022-06-01 1502 + ocamlformat_0_14_3 = throw "ocamlformat_0_14_3 has been removed in favor of newer versions"; # Added 2022-06-01 1503 + ocamlformat_0_15_0 = throw "ocamlformat_0_15_0 has been removed in favor of newer versions"; # Added 2022-06-01 1504 + ocamlformat_0_15_1 = throw "ocamlformat_0_15_1 has been removed in favor of newer versions"; # Added 2022-06-01 1505 + ocamlformat_0_16_0 = throw "ocamlformat_0_16_0 has been removed in favor of newer versions"; # Added 2022-06-01 1506 + ocamlformat_0_17_0 = throw "ocamlformat_0_17_0 has been removed in favor of newer versions"; # Added 2022-06-01 1507 + ocamlformat_0_18_0 = throw "ocamlformat_0_18_0 has been removed in favor of newer versions"; # Added 2022-06-01 1508 + 1509 zabbix44 = throw '' 1510 Zabbix 4.4 is end of life. For details on upgrading to Zabbix 5.0 look at 1511 https://www.zabbix.com/documentation/current/manual/installation/upgrade_notes_500
+4 -8
pkgs/top-level/all-packages.nix
··· 1136 inherit (darwin.apple_sdk.frameworks) Security; 1137 }; 1138 1139 glooctl = callPackage ../applications/networking/cluster/glooctl { }; 1140 1141 gobgp = callPackage ../tools/networking/gobgp { }; ··· 13600 13601 inherit (callPackage ../development/tools/ocaml/ocamlformat { }) 13602 ocamlformat # latest version 13603 - ocamlformat_0_11_0 ocamlformat_0_12 ocamlformat_0_13_0 ocamlformat_0_14_0 13604 - ocamlformat_0_14_1 ocamlformat_0_14_2 ocamlformat_0_14_3 ocamlformat_0_15_0 13605 - ocamlformat_0_15_1 ocamlformat_0_16_0 ocamlformat_0_17_0 ocamlformat_0_18_0 13606 - ocamlformat_0_19_0 ocamlformat_0_20_0 ocamlformat_0_20_1 ocamlformat_0_21_0; 13607 13608 orc = callPackage ../development/compilers/orc { }; 13609 ··· 23095 23096 btop = callPackage ../tools/system/btop { 23097 stdenv = gcc11Stdenv; 23098 - }; 23099 - 23100 - new-lg4ff = callPackage ../os-specific/linux/new-lg4ff { 23101 - inherit (linuxPackages) kernel; 23102 }; 23103 23104 nmon = callPackage ../os-specific/linux/nmon { };
··· 1136 inherit (darwin.apple_sdk.frameworks) Security; 1137 }; 1138 1139 + gh-eco = callPackage ../tools/misc/gh-eco { }; 1140 + 1141 glooctl = callPackage ../applications/networking/cluster/glooctl { }; 1142 1143 gobgp = callPackage ../tools/networking/gobgp { }; ··· 13602 13603 inherit (callPackage ../development/tools/ocaml/ocamlformat { }) 13604 ocamlformat # latest version 13605 + ocamlformat_0_19_0 ocamlformat_0_20_0 ocamlformat_0_20_1 ocamlformat_0_21_0 13606 + ocamlformat_0_22_4; 13607 13608 orc = callPackage ../development/compilers/orc { }; 13609 ··· 23095 23096 btop = callPackage ../tools/system/btop { 23097 stdenv = gcc11Stdenv; 23098 }; 23099 23100 nmon = callPackage ../os-specific/linux/nmon { };
+2
pkgs/top-level/linux-kernels.nix
··· 343 344 mbp2018-bridge-drv = callPackage ../os-specific/linux/mbp-modules/mbp2018-bridge-drv { }; 345 346 nvidiabl = callPackage ../os-specific/linux/nvidiabl { }; 347 348 nvidiaPackages = dontRecurseIntoAttrs (lib.makeExtensible (_: callPackage ../os-specific/linux/nvidia-x11 { }));
··· 343 344 mbp2018-bridge-drv = callPackage ../os-specific/linux/mbp-modules/mbp2018-bridge-drv { }; 345 346 + new-lg4ff = callPackage ../os-specific/linux/new-lg4ff { }; 347 + 348 nvidiabl = callPackage ../os-specific/linux/nvidiabl { }; 349 350 nvidiaPackages = dontRecurseIntoAttrs (lib.makeExtensible (_: callPackage ../os-specific/linux/nvidia-x11 { }));