Merge master into staging-next

+2769 -836
+11
maintainers/maintainer-list.nix
··· 1067 1067 githubId = 1342360; 1068 1068 name = "Andrew Morgan"; 1069 1069 }; 1070 + anomalocaris = { 1071 + email = "duncan@anomalocaris.xyz"; 1072 + github = "Anomalocaridid"; 1073 + githubId = 29845794; 1074 + name = "Duncan Russell"; 1075 + }; 1070 1076 anpin = { 1071 1077 email = "pavel@anpin.fyi"; 1072 1078 github = "anpin"; ··· 11280 11286 email = "nickcao@nichi.co"; 11281 11287 github = "NickCao"; 11282 11288 githubId = 15247171; 11289 + }; 11290 + nickgerace = { 11291 + name = "Nick Gerace"; 11292 + github = "nickgerace"; 11293 + githubId = 39320683; 11283 11294 }; 11284 11295 nickhu = { 11285 11296 email = "me@nickhu.co.uk";
+3 -3
pkgs/applications/audio/cider/default.nix
··· 2 2 3 3 appimageTools.wrapType2 rec { 4 4 pname = "cider"; 5 - version = "1.6.0"; 5 + version = "1.6.1"; 6 6 7 7 src = fetchurl { 8 - url = "https://github.com/ciderapp/cider-releases/releases/download/v${version}/Cider-${version}.AppImage"; 9 - sha256 = "sha256-fbeUl+vQpEdP17m3koblKv9z4CRpLNYtVQf7bs8ZP1M="; 8 + url = "https://github.com/ciderapp/Cider/releases/download/v${version}/Cider-${version}.AppImage"; 9 + sha256 = "sha256-t3kslhb6STPemdBN6fXc8jcPgNrlnGzcAUQ3HAUB7Yw="; 10 10 }; 11 11 12 12 extraInstallCommands =
+10 -4
pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix
··· 41 41 ]; 42 42 in 43 43 44 - runCommand "nvim-treesitter-grammar-${name}" { } '' 45 - mkdir -p $out/parser 46 - ln -s ${grammar}/parser $out/parser/${name}.so 47 - ''; 44 + runCommand "nvim-treesitter-grammar-${name}" 45 + { 46 + meta = { 47 + platforms = lib.platforms.all; 48 + } // grammar.meta; 49 + } 50 + '' 51 + mkdir -p $out/parser 52 + ln -s ${grammar}/parser $out/parser/${name}.so 53 + ''; 48 54 49 55 allGrammars = lib.attrValues generatedDerivations; 50 56
+1
pkgs/applications/editors/vim/plugins/overrides.nix
··· 756 756 nvim-treesitter = super.nvim-treesitter.overrideAttrs (old: 757 757 callPackage ./nvim-treesitter/overrides.nix { } self super 758 758 ); 759 + nvim-treesitter-parsers = lib.recurseIntoAttrs self.nvim-treesitter.grammarPlugins; 759 760 760 761 nvim-ufo = super.nvim-ufo.overrideAttrs (old: { 761 762 dependencies = with self; [ promise-async ];
+10 -10
pkgs/applications/emulators/citra/default.nix
··· 1 1 { branch 2 - , libsForQt5 2 + , qt6Packages 3 3 , fetchFromGitHub 4 4 , fetchurl 5 5 }: 6 6 7 7 let 8 - # Fetched from https://api.citra-emu.org/gamedb, last updated 2022-05-02 8 + # Fetched from https://api.citra-emu.org/gamedb 9 9 # Please make sure to update this when updating citra! 10 10 compat-list = fetchurl { 11 11 name = "citra-compat-list"; 12 - url = "https://web.archive.org/web/20220502114622/https://api.citra-emu.org/gamedb/"; 13 - sha256 = "sha256-blIlaYaUQjw7Azgg+Dd7ZPEQf+ddZMO++Yxinwe+VG0="; 12 + url = "https://web.archive.org/web/20230512234055/https://api.citra-emu.org/gamedb/"; 13 + hash = "sha256-J+zqtWde5NgK2QROvGewtXGRAWUTNSKHNMG6iu9m1fU="; 14 14 }; 15 15 in { 16 - nightly = libsForQt5.callPackage ./generic.nix rec { 16 + nightly = qt6Packages.callPackage ./generic.nix rec { 17 17 pname = "citra-nightly"; 18 - version = "1873"; 18 + version = "1907"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "citra-emu"; 22 22 repo = "citra-nightly"; 23 23 rev = "nightly-${version}"; 24 - sha256 = "1csn9n1s2mvxwk2mahwm8mc4zgn40im374hcsqgz8gaxjkmnx288"; 24 + sha256 = "l4pqok42/ybnRX90Qwhcgm2JR4/9C5bbCTk3j4QuWtw="; 25 25 fetchSubmodules = true; 26 26 }; 27 27 28 28 inherit branch compat-list; 29 29 }; 30 30 31 - canary = libsForQt5.callPackage ./generic.nix rec { 31 + canary = qt6Packages.callPackage ./generic.nix rec { 32 32 pname = "citra-canary"; 33 - version = "2440"; 33 + version = "2484"; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "citra-emu"; 37 37 repo = "citra-canary"; 38 38 rev = "canary-${version}"; 39 - sha256 = "06f2qnvywyaf8jc43jrzjhfshj3k21ggk8wdrvd9wjsmrryvqgbz"; 39 + sha256 = "IgCpqt3rKV9IqNstF4QwnJlE3hPH+BkIhaOvEmshh0U="; 40 40 fetchSubmodules = true; 41 41 }; 42 42
+2
pkgs/applications/emulators/citra/generic.nix
··· 50 50 "-DCITRA_USE_BUNDLED_FFMPEG=OFF" 51 51 "-DCITRA_USE_BUNDLED_QT=OFF" 52 52 "-DUSE_SYSTEM_SDL2=ON" 53 + "-DCMAKE_INSTALL_INCLUDEDIR=include" 54 + "-DCMAKE_INSTALL_LIBDIR=lib" 53 55 54 56 # We dont want to bother upstream with potentially outdated compat reports 55 57 "-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON"
+1 -1
pkgs/applications/file-managers/felix-fm/Cargo.lock
··· 371 371 372 372 [[package]] 373 373 name = "felix" 374 - version = "2.2.7" 374 + version = "2.2.8" 375 375 dependencies = [ 376 376 "chrono", 377 377 "content_inspector",
+2 -2
pkgs/applications/file-managers/felix-fm/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "felix"; 12 - version = "2.2.7"; 12 + version = "2.2.8"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "kyoheiu"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-ShC6V3NAD5Gv5nLG5e6inoOEEpZn4EuQkaRoGn94Z1g="; 18 + sha256 = "sha256-CSmp3dPNbYgL/CKJTVYIfPbKphblK1j6xr4Lr5RZRqk="; 19 19 }; 20 20 21 21 cargoLock = {
+2 -4
pkgs/applications/misc/pattypan/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 - , unzip 5 - , jre 6 4 , jdk 7 5 , ant 8 6 , makeWrapper ··· 24 22 }; 25 23 26 24 nativeBuildInputs = [ copyDesktopItems jdk ant makeWrapper wrapGAppsHook ]; 27 - buildInputs = [ glib jre ]; 25 + buildInputs = [ glib jdk ]; 28 26 29 27 buildPhase = '' 30 28 runHook preBuild ··· 37 35 runHook preInstall 38 36 mkdir -p $out/bin $out/share/java 39 37 cp pattypan.jar $out/share/java/pattypan.jar 40 - makeWrapper ${jre}/bin/java $out/bin/pattypan \ 38 + makeWrapper ${jdk}/bin/java $out/bin/pattypan \ 41 39 --add-flags "-cp $out/share/java/pattypan.jar pattypan.Launcher" 42 40 runHook postInstall 43 41 '';
+2 -2
pkgs/applications/misc/shell-genie/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "shell-genie"; 10 - version = "0.2.8"; 10 + version = "0.2.10"; 11 11 format = "pyproject"; 12 12 13 13 src = fetchPypi { 14 14 pname = "shell_genie"; 15 15 inherit version; 16 - hash = "sha256-6miqTjiGLK7r6evfchwuAXTHj+JwoH/CqgRoa5+jDJI="; 16 + hash = "sha256-z7LiAq2jLzqjg4Q/r9o7M6VbedeT34NyPpgctfqBp+8="; 17 17 }; 18 18 19 19 nativeBuildInputs = [
+2 -2
pkgs/applications/networking/dnscontrol/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "dnscontrol"; 5 - version = "3.31.4"; 5 + version = "4.0.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "StackExchange"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-BHsvw4X8HWxAACq+4/rR/XHjVVt0qmAxYETDyp1Z/cg="; 11 + sha256 = "sha256-fAfbnz8HK/CzA9VcWyXcTxIll1w70P9wVtG73fqn1Fc="; 12 12 }; 13 13 14 14 vendorHash = "sha256-N7KS48Kr9SipliZ9JhMo2u9pRoE8+pxhC8B/YcZlNyg=";
+3 -3
pkgs/applications/networking/sniffnet/default.nix
··· 15 15 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "sniffnet"; 18 - version = "1.1.4"; 18 + version = "1.2.0"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "gyulyvgc"; 22 22 repo = "sniffnet"; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-8G6cfp5/eXjwyNBk2SvE2XmUt7Y42E76IjDU5QHUK7s="; 24 + hash = "sha256-hZK+lLH9fCEvujLuvAqkVVmRCRM9DfhCUv7JbirTIu4="; 25 25 }; 26 26 27 - cargoHash = "sha256-KN7jlB6PzRGpHBk5UvqPLhxRG7QAzOXLmEuFYNhdZJU="; 27 + cargoHash = "sha256-hAxIS9gc5EBDy00U1JSnLZYifCzJAEcwhaalzrUjT9M="; 28 28 29 29 nativeBuildInputs = [ pkg-config ]; 30 30
-15
pkgs/applications/science/engineering/strictdoc/conftest.py.patch
··· 1 - diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py 2 - index 932747c..9b3d6ac 100644 3 - --- a/tests/unit/conftest.py 4 - +++ b/tests/unit/conftest.py 5 - @@ -1,9 +1,7 @@ 6 - import os 7 - import sys 8 - 9 - -STRICTDOC_ROOT_PATH = os.path.abspath( 10 - - os.path.join(__file__, "../../../../strictdoc") 11 - -) 12 - +STRICTDOC_ROOT_PATH = "@strictdoc_root_path@" 13 - assert os.path.exists(STRICTDOC_ROOT_PATH), "does not exist: {}".format( 14 - STRICTDOC_ROOT_PATH 15 - )
+32 -46
pkgs/applications/science/engineering/strictdoc/default.nix
··· 1 1 { lib 2 - , stdenv 3 - , buildPythonApplication 4 2 , fetchFromGitHub 5 3 , python3 6 - , html5lib 7 - , invoke 8 - , openpyxl 9 - , poetry-core 10 - , tidylib 11 - , beautifulsoup4 12 - , datauri 13 - , docutils 14 - , jinja2 15 - , lxml 16 - , markupsafe 17 - , pygments 18 - , reqif 19 - , setuptools 20 - , textx 21 - , xlrd 22 - , xlsxwriter 23 - , pytestCheckHook 24 4 }: 25 5 26 - buildPythonApplication rec { 6 + python3.pkgs.buildPythonApplication rec { 27 7 pname = "strictdoc"; 28 - version = "0.0.26"; 8 + version = "0.0.40"; 29 9 format = "pyproject"; 30 10 31 11 src = fetchFromGitHub { 32 12 owner = "strictdoc-project"; 33 13 repo = pname; 34 - rev = version; 35 - sha256 = "sha256-SMAwji75AjW8CzXRKBDF+fR/a5++GhgIvkcuD+a/vp4="; 14 + rev = "refs/tags/${version}"; 15 + hash = "sha256-kZ8qVhroSPSGAcgUFZb1vRI6JoFyjeg/0qYosbRnwyc="; 36 16 }; 37 17 38 - patches = [ 39 - ./conftest.py.patch 40 - ]; 41 - 42 18 postPatch = '' 43 - substituteInPlace ./tests/unit/conftest.py \ 44 - --replace @strictdoc_root_path@ "${placeholder "out"}/${python3.sitePackages}/strictdoc" 45 - 46 - substituteInPlace requirements.txt \ 47 - --replace "jinja2 >= 2.11.2, <3.0" "jinja2 >= 2.11.2" \ 48 - --replace "reqif >= 0.0.18, == 0.*" "reqif>=0.0.8" \ 49 - --replace "==" ">=" \ 50 - --replace "~=" ">=" 19 + substituteInPlace pyproject.toml \ 20 + --replace '"textx >= 3.0.0, == 3.*"' '"textx"' \ 21 + --replace '"docutils >= 0.16, == 0.*"' '"docutils"' \ 22 + --replace '"pygments >= 2.10.0, == 2.*"' '"pygments"' \ 23 + --replace '"lxml >= 4.6.2, == 4.*"' '"lxml"' \ 24 + --replace '"beautifulsoup4 >= 4.12.0, == 4.*"' '"beautifulsoup4"' \ 25 + --replace '"python-datauri >= 0.2.9, == 0.*"' '"python-datauri"' \ 26 + --replace '"XlsxWriter >= 1.3.7, == 1.*"' '"XlsxWriter"' \ 27 + --replace '"xlrd >= 2.0.1, == 2.*"' '"xlrd"' \ 28 + --replace '"reqif >= 0.0.33, == 0.*"' '"reqif"' \ 29 + --replace '"pybtex >= 0.23.0, == 0.*"' '"pybtex"' 51 30 ''; 52 31 53 - nativeBuildInputs = [ 54 - html5lib 55 - invoke 56 - openpyxl 57 - poetry-core 58 - tidylib 32 + nativeBuildInputs = with python3.pkgs; [ 33 + hatchling 59 34 ]; 60 35 61 - propagatedBuildInputs = [ 36 + propagatedBuildInputs = with python3.pkgs; [ 62 37 beautifulsoup4 63 38 datauri 64 39 docutils 40 + fastapi 41 + html5lib 65 42 jinja2 66 43 lxml 67 44 markupsafe 45 + pybtex 68 46 pygments 47 + python-multipart 69 48 reqif 70 49 setuptools 71 50 textx 51 + toml 52 + uvicorn 53 + websockets 72 54 xlrd 73 55 xlsxwriter 74 - ]; 56 + ] ++ uvicorn.optional-dependencies.standard; 75 57 76 - nativeCheckInputs = [ 58 + nativeCheckInputs = with python3.pkgs; [ 77 59 pytestCheckHook 78 60 ]; 79 61 ··· 86 68 "test_001_load_from_files" 87 69 ]; 88 70 71 + disabledTestPaths = [ 72 + "tests/end2end/" 73 + ]; 74 + 89 75 meta = with lib; { 90 76 description = "Software requirements specification tool"; 91 77 homepage = "https://github.com/strictdoc-project/strictdoc"; 92 - changelog = "https://github.com/strictdoc-project/strictdoc/releases"; 78 + changelog = "https://github.com/strictdoc-project/strictdoc/releases/tag/${version}"; 93 79 license = licenses.asl20; 94 80 maintainers = with maintainers; [ yuu ]; 95 81 };
+2 -2
pkgs/applications/science/misc/cytoscape/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "cytoscape"; 5 - version = "3.9.1"; 5 + version = "3.10.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/cytoscape/cytoscape/releases/download/${version}/${pname}-unix-${version}.tar.gz"; 9 - sha256 = "sha256-I4C2yGiIygnFUkRBC4LBSQFgjZlVKCoQGRphynVpscw="; 9 + sha256 = "sha256-xfEVNOXptMpcrisr+a62JruXki1V0YjA/j4US7X8mXA="; 10 10 }; 11 11 12 12 patches = [
+2 -2
pkgs/applications/virtualization/driver/win-spice/default.nix
··· 60 60 # SPICE needs vioserial 61 61 # TODO: Link windows version in win-spice (here) to version used in win-virtio. 62 62 # That way it would never matter whether vioserial is installed from win-virtio or win-spice. 63 - copy_vioserial = arch: "mkdir -p $out/${arch}/vioserial; cp ${win-virtio}/${arch}/vioserial/* $out/${arch}/vioserial/. \n"; 64 - copy = arch: version: (copy_qxl arch version) + (copy_usbdk arch) + (copy_vdagent arch) + (copy_vioserial arch); 63 + copy_vioserial = arch: version: "mkdir -p $out/${arch}/vioserial; cp ${win-virtio}/vioserial/${version}/${arch}/* $out/${arch}/vioserial/. \n"; 64 + copy = arch: version: (copy_qxl arch version) + (copy_usbdk arch) + (copy_vdagent arch) + (copy_vioserial arch version); 65 65 in '' 66 66 runHook preInstall 67 67 ${(copy "amd64" "w10") + (copy "x86" "w10")}
+3 -3
pkgs/applications/window-managers/i3/status-rust.nix
··· 15 15 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "i3status-rust"; 18 - version = "0.31.4"; 18 + version = "0.31.5"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "greshake"; 22 22 repo = pname; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-+Xd+2MsthH16o0NsB2m5qTfmxIjkVAFdQbqnwm4FRnk="; 24 + hash = "sha256-4oYj88km7EWxz1DSQt96qcISwZmsNbQMFlxGIJI4FvA="; 25 25 }; 26 26 27 - cargoHash = "sha256-qBUPhAcxl8m+uIrMcuggxlhrD8+JIIauj4vJ/P0yxjc="; 27 + cargoHash = "sha256-5k95wApVKd0KwQ/LTcqRn12Qx4mL7NialQ6Ne9/pm6I="; 28 28 29 29 nativeBuildInputs = [ pkg-config makeWrapper ]; 30 30
+17 -2
pkgs/development/libraries/libmongocrypt/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, fetchpatch, cmake, pkg-config, mongoc, openssl }: 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , fetchpatch 5 + , cmake 6 + , pkg-config 7 + , mongoc 8 + , openssl 9 + , darwin 10 + }: 11 + 2 12 stdenv.mkDerivation rec { 3 13 pname = "libmongocrypt"; 4 14 version = "1.7.4"; ··· 20 30 ]; 21 31 22 32 nativeBuildInputs = [ cmake pkg-config ]; 23 - buildInputs = [ mongoc openssl ]; 33 + buildInputs = [ 34 + mongoc 35 + openssl 36 + ] ++ lib.optionals stdenv.isDarwin [ 37 + darwin.apple_sdk.frameworks.Security 38 + ]; 24 39 25 40 cmakeFlags = [ 26 41 # all three of these are required to use system libbson
+6 -21
pkgs/development/libraries/log4cxx/default.nix
··· 1 - { lib, stdenv, fetchurl, libtool, libxml2, cppunit, boost 1 + { lib, stdenv, fetchurl, libtool, cmake, libxml2, cppunit, boost 2 2 , apr, aprutil, db, expat 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "log4cxx"; 7 - version = "0.10.0"; 7 + version = "1.1.0"; 8 8 9 9 src = fetchurl { 10 - url = "http://apache.mirrors.hoobly.com/logging/log4cxx/${version}/apache-${pname}-${version}.tar.gz"; 11 - sha256 = "130cjafck1jlqv92mxbn47yhxd2ccwwnprk605c6lmm941i3kq0d"; 10 + url = "mirror://apache/logging/log4cxx/${version}/apache-${pname}-${version}.tar.gz"; 11 + hash = "sha256-H8fYJpdTQYS8D3VzSNlp0khSuUj2PWsXKD/R7inCwoo="; 12 12 }; 13 13 14 - patches = [ 15 - # adapted from upstream commit; will be fixed in next version 16 - ./narrowing-fixes.patch 17 - ]; 18 - 19 14 postPatch = '' 20 - sed -i -e '1,/^#include/ { 21 - /^#include/i \ 22 - #include <cstdio> \ 23 - #include <cstdlib> \ 24 - #include <cstring> 25 - }' src/examples/cpp/console.cpp \ 26 - src/main/cpp/inputstreamreader.cpp \ 27 - src/main/cpp/socketoutputstream.cpp 28 - '' + lib.optionalString stdenv.isDarwin '' 29 - sed -i 's/namespace std { class locale; }/#include <locale>/' src/main/include/log4cxx/helpers/simpledateformat.h 30 - sed -i 's/\(#include <cctype>\)/\1\n#include <cstdlib>/' src/main/cpp/stringhelper.cpp 15 + substituteInPlace CMakeLists.txt --replace "\\\''${prefix}/" "" 31 16 ''; 32 17 33 18 buildInputs = [ libxml2 cppunit boost apr aprutil db expat ]; 34 - nativeBuildInputs = [ libtool ]; 19 + nativeBuildInputs = [ libtool cmake ]; 35 20 36 21 meta = { 37 22 homepage = "https://logging.apache.org/log4cxx/index.html";
-117
pkgs/development/libraries/log4cxx/narrowing-fixes.patch
··· 1 - diff --git a/src/main/cpp/locationinfo.cpp b/src/main/cpp/locationinfo.cpp 2 - index e76ea29..bd22a1d 100644 3 - --- a/src/main/cpp/locationinfo.cpp 4 - +++ b/src/main/cpp/locationinfo.cpp 5 - @@ -149,18 +149,21 @@ void LocationInfo::write(ObjectOutputStream& os, Pool& p) const { 6 - os.writeNull(p); 7 - } else { 8 - char prolog[] = { 9 - - 0x72, 0x00, 0x21, 0x6F, 0x72, 0x67, 0x2E, 10 - - 0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2E, 0x6C, 11 - - 0x6F, 0x67, 0x34, 0x6A, 0x2E, 0x73, 0x70, 0x69, 12 - - 0x2E, 0x4C, 0x6F, 0x63, 0x61, 0x74, 0x69, 0x6F, 13 - - 0x6E, 0x49, 0x6E, 0x66, 0x6F, 0xED, 0x99, 0xBB, 14 - - 0xE1, 0x4A, 0x91, 0xA5, 0x7C, 0x02, 0x00, 0x01, 15 - - 0x4C, 0x00, 0x08, 0x66, 0x75, 0x6C, 0x6C, 0x49, 16 - - 0x6E, 0x66, 0x6F, 17 - - 0x74, 0x00, 0x12, 0x4C, 0x6A, 18 - - 0x61, 0x76, 0x61, 0x2F, 0x6C, 0x61, 0x6E, 0x67, 19 - - 0x2F, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x3B, 20 - - 0x78, 0x70 }; 21 - + 0x72, 22 - + 0x00, 23 - + 0x21, 0x6F, 0x72, 0x67, 0x2E, 0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2E, 24 - + 0x6C, 0x6F, 0x67, 0x34, 0x6A, 0x2E, 0x73, 0x70, 0x69, 0x2E, 0x4C, 0x6F, 25 - + 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x49, 0x6E, 0x66, 0x6F, static_cast<char>(0xED), 26 - + static_cast<char>(0x99), static_cast<char>(0xBB), static_cast<char>(0xE1), 27 - + 0x4A, static_cast<char>(0x91), static_cast<char>(0xA5), 0x7C, 0x02, 28 - + 0x00, 29 - + 0x01, 0x4C, 30 - + 0x00, 31 - + 0x08, 0x66, 0x75, 0x6C, 0x6C, 0x49, 0x6E, 0x66, 0x6F, 0x74, 32 - + 0x00, 33 - + 0x12, 0x4C, 0x6A, 0x61, 0x76, 0x61, 0x2F, 0x6C, 0x61, 0x6E, 0x67, 0x2F, 34 - + 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x3B, 0x78, 0x70 35 - + }; 36 - os.writeProlog("org.apache.log4j.spi.LocationInfo", 2, prolog, sizeof(prolog), p); 37 - char* line = p.itoa(lineNumber); 38 - // 39 - diff --git a/src/main/cpp/loggingevent.cpp b/src/main/cpp/loggingevent.cpp 40 - index 1c0d4be..edbf40b 100644 41 - --- a/src/main/cpp/loggingevent.cpp 42 - +++ b/src/main/cpp/loggingevent.cpp 43 - @@ -242,7 +242,7 @@ void LoggingEvent::writeProlog(ObjectOutputStream& os, Pool& p) { 44 - 0x68, 0x65, 0x2E, 0x6C, 0x6F, 0x67, 0x34, 0x6A, 45 - 0x2E, 0x73, 0x70, 0x69, 0x2E, 0x4C, 0x6F, 0x67, 46 - 0x67, 0x69, 0x6E, 0x67, 0x45, 0x76, 0x65, 0x6E, 47 - - 0x74, 0xF3, 0xF2, 0xB9, 0x23, 0x74, 0x0B, 0xB5, 48 - + 0x74, static_cast<char>(0xF3), static_cast<char>(0xF2), static_cast<char>(0xB9), 0x23, 0x74, 0x0B, static_cast<char>(0xB5), 49 - 0x3F, 0x03, 0x00, 0x0A, 0x5A, 0x00, 0x15, 0x6D, 50 - 0x64, 0x63, 0x43, 0x6F, 0x70, 0x79, 0x4C, 0x6F, 51 - 0x6F, 0x6B, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 52 - diff --git a/src/main/cpp/objectoutputstream.cpp b/src/main/cpp/objectoutputstream.cpp 53 - index 7cd696b..5442420 100644 54 - --- a/src/main/cpp/objectoutputstream.cpp 55 - +++ b/src/main/cpp/objectoutputstream.cpp 56 - @@ -36,7 +36,7 @@ ObjectOutputStream::ObjectOutputStream(OutputStreamPtr outputStream, Pool& p) 57 - objectHandle(0x7E0000), 58 - classDescriptions(new ClassDescriptionMap()) 59 - { 60 - - char start[] = { 0xAC, 0xED, 0x00, 0x05 }; 61 - + char start[] = { static_cast<char>(0xAC), static_cast<char>(0xED), 0x00, 0x05 }; 62 - ByteBuffer buf(start, sizeof(start)); 63 - os->write(buf, p); 64 - } 65 - @@ -81,15 +81,15 @@ void ObjectOutputStream::writeObject(const MDC::Map& val, Pool& p) { 66 - // 67 - // TC_OBJECT and the classDesc for java.util.Hashtable 68 - // 69 - - char prolog[] = { 70 - - 0x72, 0x00, 0x13, 0x6A, 0x61, 0x76, 0x61, 71 - - 0x2E, 0x75, 0x74, 0x69, 0x6C, 0x2E, 0x48, 0x61, 72 - - 0x73, 0x68, 0x74, 0x61, 0x62, 0x6C, 0x65, 0x13, 73 - - 0xBB, 0x0F, 0x25, 0x21, 0x4A, 0xE4, 0xB8, 0x03, 74 - - 0x00, 0x02, 0x46, 0x00, 0x0A, 0x6C, 0x6F, 0x61, 75 - - 0x64, 0x46, 0x61, 0x63, 0x74, 0x6F, 0x72, 0x49, 76 - - 0x00, 0x09, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 77 - - 0x6F, 0x6C, 0x64, 0x78, 0x70 }; 78 - + char prolog[] = { 79 - + 0x72, 0x00, 0x13, 0x6A, 0x61, 0x76, 0x61, 80 - + 0x2E, 0x75, 0x74, 0x69, 0x6C, 0x2E, 0x48, 0x61, 81 - + 0x73, 0x68, 0x74, 0x61, 0x62, 0x6C, 0x65, 0x13, 82 - + static_cast<char>(0xBB), 0x0F, 0x25, 0x21, 0x4A, static_cast<char>(0xE4), static_cast<char>(0xB8), 0x03, 83 - + 0x00, 0x02, 0x46, 0x00, 0x0A, 0x6C, 0x6F, 0x61, 84 - + 0x64, 0x46, 0x61, 0x63, 0x74, 0x6F, 0x72, 0x49, 85 - + 0x00, 0x09, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 86 - + 0x6F, 0x6C, 0x64, 0x78, 0x70 }; 87 - writeProlog("java.util.Hashtable", 1, prolog, sizeof(prolog), p); 88 - // 89 - // loadFactor = 0.75, threshold = 5, blockdata start, buckets.size = 7 90 - diff --git a/src/test/cpp/xml/domtestcase.cpp b/src/test/cpp/xml/domtestcase.cpp 91 - index a500628..29d67dd 100644 92 - --- a/src/test/cpp/xml/domtestcase.cpp 93 - +++ b/src/test/cpp/xml/domtestcase.cpp 94 - @@ -190,9 +190,9 @@ public: 95 - DOMConfigurator::configure(LOG4CXX_TEST_STR("input/xml/DOMTestCase3.xml")); 96 - LOG4CXX_INFO(logger, "File name is expected to end with a superscript 3"); 97 - #if LOG4CXX_LOGCHAR_IS_UTF8 98 - - const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2F, 0x64, 0x6F, 0x6D, 0xC2, 0xB3, 0 }; 99 - + const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2F, 0x64, 0x6F, 0x6D, static_cast<logchar>(0xC2), static_cast<logchar>(0xB3), 0 }; 100 - #else 101 - - const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2F, 0x64, 0x6F, 0x6D, 0xB3, 0 }; 102 - + const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2F, 0x64, 0x6F, 0x6D, static_cast<logchar>(0xB3), 0 }; 103 - #endif 104 - File file; 105 - file.setPath(fname); 106 - @@ -209,9 +209,9 @@ public: 107 - DOMConfigurator::configure(LOG4CXX_TEST_STR("input/xml/DOMTestCase4.xml")); 108 - LOG4CXX_INFO(logger, "File name is expected to end with an ideographic 4"); 109 - #if LOG4CXX_LOGCHAR_IS_UTF8 110 - - const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2F, 0x64, 0x6F, 0x6D, 0xE3, 0x86, 0x95, 0 }; 111 - + const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2F, 0x64, 0x6F, 0x6D, static_cast<logchar>(0xE3), static_cast<logchar>(0x86), static_cast<logchar>(0x95), 0 }; 112 - #else 113 - - const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2F, 0x64, 0x6F, 0x6D, 0x3195, 0 }; 114 - + const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2F, 0x64, 0x6F, 0x6D, static_cast<logchar>(0x3195), 0 }; 115 - #endif 116 - File file; 117 - file.setPath(fname);
+2 -2
pkgs/development/python-modules/accuweather/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "accuweather"; 15 - version = "0.5.1"; 15 + version = "0.5.2"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.9"; ··· 21 21 owner = "bieniu"; 22 22 repo = pname; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-kWhb9tDp7/p5iCXTpf4/fjSo1ceuA9I2eqSprt50rWU="; 24 + hash = "sha256-rXA5A80PWn08VPeimJeMNWMGvzaE/gWrRuJseHiDkRg="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/aggdraw/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aggdraw"; 12 - version = "1.3.15"; 12 + version = "1.3.16"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "pytroll"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - hash = "sha256-w3HlnsHYB0R+HZOXtzygC2RST3gllPI7SYtwSCVXhTU="; 18 + hash = "sha256-2yajhuRyQ7BqghbSgPClW3inpw4TW2DhgQbomcRFx94="; 19 19 }; 20 20 21 21 nativeCheckInputs = [
+11 -11
pkgs/development/python-modules/azure-datalake-store/default.nix
··· 1 1 { lib 2 + , adal 3 + , azure-common 2 4 , buildPythonPackage 3 5 , fetchPypi 6 + , msal 7 + , pythonOlder 4 8 , requests 5 - , adal 6 - , azure-common 7 - , futures ? null 8 - , pathlib2 9 - , isPy3k 10 9 }: 11 10 12 11 buildPythonPackage rec { 13 12 pname = "azure-datalake-store"; 14 - version = "0.0.52"; 13 + version = "0.0.53"; 14 + format = "setuptools"; 15 + 16 + disabled = pythonOlder "3.8"; 15 17 16 18 src = fetchPypi { 17 19 inherit pname version; 18 - sha256 = "4198ddb32614d16d4502b43d5c9739f81432b7e0e4d75d30e05149fe6007fea2"; 20 + sha256 = "sha256-BbbeYu4/KgpuaUHmkzt5K4AMPn9v/OL8MkvBmHV1c5M="; 19 21 }; 20 22 21 23 propagatedBuildInputs = [ 22 - requests 23 24 adal 24 25 azure-common 25 - ] ++ lib.optionals (!isPy3k) [ 26 - futures 27 - pathlib2 26 + msal 27 + requests 28 28 ]; 29 29 30 30 # has no tests
+2 -2
pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-mgmt-containerservice"; 14 - version = "22.1.0"; 14 + version = "23.0.0"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 19 19 src = fetchPypi { 20 20 inherit pname version; 21 21 extension = "zip"; 22 - hash = "sha256-GTfFj2XJe01RaHKUTdRm/ZRfNIvsxxmflxTcfQfaY04="; 22 + hash = "sha256-V8IUTQvbUSOpsqkGfBqLo4DVIB7fryYMVx6WpfWzOnc="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "azure-mgmt-recoveryservicesbackup"; 13 - version = "5.1.0"; 13 + version = "6.0.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.6"; ··· 18 18 src = fetchPypi { 19 19 inherit pname version; 20 20 extension = "zip"; 21 - hash = "sha256-xl+KbNGceJWFvJKH8Aw02Ho+wMAxvxPZ4T09Qimn7OU="; 21 + hash = "sha256-lIEYi/jvF9pYbnH+clUzfU0fExlY+dZojIyZRtTLQh8="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/azure-mgmt-resource/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "azure-mgmt-resource"; 12 - version = "23.0.0"; 12 + version = "23.0.1"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 17 17 src = fetchPypi { 18 18 inherit pname version; 19 19 extension = "zip"; 20 - hash = "sha256-5hN6vDJE797Mcw/u0FsXVCzNr4c1pmuRQa0KN42HKSI="; 20 + hash = "sha256-wrps/ZnflfVfNurcQkXj3HEyVzAqH9And1bZS9jLKOA="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/azure-multiapi-storage/default.nix
··· 7 7 }: 8 8 9 9 buildPythonPackage rec { 10 - version = "1.0.0"; 10 + version = "1.1.0"; 11 11 pname = "azure-multiapi-storage"; 12 12 disabled = isPy27; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-x5v3e3/poSm+JMt0SWI1lcM6YAUcP+o2Sn8TluXOyIg="; 16 + hash = "sha256-VvNI+mhi2nCFBAXUEL5ph3xj/cBRMf2Mo2uXIgKC+oc="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/azure-storage-blob/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "azure-storage-blob"; 16 - version = "12.15.0"; 16 + version = "12.16.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 21 21 src = fetchPypi { 22 22 inherit pname version; 23 23 extension = "zip"; 24 - hash = "sha256-+LjVgkknQKsWdERVQINC+45MiJe2Soo/wxdDhEciwvI="; 24 + hash = "sha256-Q7RfGaUYpcaJVjLyY7OCXrwjV08lzIS2bhYwphYORm8="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/azure-synapse-artifacts/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "azure-synapse-artifacts"; 9 - version = "0.15.0"; 9 + version = "0.16.0"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 13 extension = "zip"; 14 - hash = "sha256-XxryuN5HVuY9h6ioSEv9nwzkK6wYLupvFOCJqX82eWE="; 14 + hash = "sha256-J96cBqCCajK34M7v+2h6t2ptm7QwmfQt25674Q4Nr94="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/bimmer-connected/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "bimmer-connected"; 17 - version = "0.13.3"; 17 + version = "0.13.5"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.6"; ··· 23 23 owner = "bimmerconnected"; 24 24 repo = "bimmer_connected"; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-Cl1TxIwR90dJPe86lbULU2fYeM/KGCqQIqbQqjfAPtk="; 26 + hash = "sha256-73wFWaOcf9/CQ7FgTmtg2ZiQ94W2wTDYZxWIRer2qWk="; 27 27 }; 28 28 29 29 nativeBuildInputs = [
+13 -10
pkgs/development/python-modules/colout/default.nix
··· 3 3 , buildPythonPackage 4 4 , fetchFromGitHub 5 5 , pygments 6 - , python3Packages 6 + , pythonOlder 7 7 , setuptools-scm 8 8 }: 9 9 10 10 buildPythonPackage rec { 11 11 pname = "colout"; 12 - version = "0.12.0"; 12 + version = "1.1"; 13 + format = "setuptools"; 14 + 15 + disabled = pythonOlder "3.7"; 13 16 14 17 src = fetchFromGitHub { 15 18 owner = "nojhan"; 16 19 repo = pname; 17 - rev = "v${version}"; 18 - sha256 = "sha256-5ETKNo3KfncnnLTClA6BnQA7SN5KwwsLdQoozI9li7I="; 20 + rev = "refs/tags/v${version}"; 21 + hash = "sha256-7Dtf87erBElqVgqRx8BYHYOWv1uI84JJ0LHrcneczCI="; 19 22 }; 20 23 24 + SETUPTOOLS_SCM_PRETEND_VERSION = version; 25 + 21 26 nativeBuildInputs = [ 22 - babel 23 - pygments 24 27 setuptools-scm 25 28 ]; 26 29 27 - SETUPTOOLS_SCM_PRETEND_VERSION = version; 28 - 29 30 propagatedBuildInputs = [ 30 31 babel 31 32 pygments 32 33 ]; 33 34 34 - pythonImportsCheck = [ "colout" ]; 35 + pythonImportsCheck = [ 36 + "colout" 37 + ]; 35 38 36 39 # This project does not have a unit test 37 40 doCheck = false; ··· 39 42 meta = with lib; { 40 43 description = "Color Up Arbitrary Command Output"; 41 44 homepage = "https://github.com/nojhan/colout"; 42 - license = licenses.gpl3; 45 + license = licenses.gpl3Only; 43 46 maintainers = with maintainers; [ badele ]; 44 47 }; 45 48 }
+2 -2
pkgs/development/python-modules/exchangelib/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "exchangelib"; 30 - version = "5.0.2"; 30 + version = "5.0.3"; 31 31 format = "setuptools"; 32 32 33 33 disabled = pythonOlder "3.7"; ··· 36 36 owner = "ecederstrand"; 37 37 repo = pname; 38 38 rev = "refs/tags/v${version}"; 39 - hash = "sha256-DaTe6MI3dfBswa0DcICtbjM44MeEhJpucFy0ME08Iv4="; 39 + hash = "sha256-oQ09/CvHIA4PAVqK6DeY3slHvQ1aPRqCC6ZuhubTN94="; 40 40 }; 41 41 42 42 patches = [
+27 -10
pkgs/development/python-modules/exif/default.nix
··· 1 - { lib, buildPythonPackage, fetchFromGitLab, isPy3k, plum-py, pytestCheckHook, baseline }: 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitLab 4 + , pythonOlder 5 + , plum-py 6 + , pytestCheckHook 7 + , baseline 8 + }: 2 9 3 10 buildPythonPackage rec { 4 11 pname = "exif"; 5 - version = "1.3.5"; 6 - disabled = !isPy3k; 12 + version = "1.6.0"; 13 + format = "setuptools"; 14 + 15 + disabled = pythonOlder "3.7"; 7 16 8 17 src = fetchFromGitLab { 9 18 owner = "TNThieding"; 10 19 repo = "exif"; 11 - rev = "v${version}"; 12 - hash = "sha256-XSORawioXo8oPVZ3Jnxqa6GFIxnQZMT0vJitdmpBj0E="; 20 + rev = "refs/tags/v${version}"; 21 + hash = "sha256-uiHL3m0C6+YnAHRLwzMCSzffrQsSyVcuem6FBtTLxek="; 13 22 }; 14 23 15 - propagatedBuildInputs = [ plum-py ]; 24 + propagatedBuildInputs = [ 25 + plum-py 26 + ]; 16 27 17 - nativeCheckInputs = [ pytestCheckHook baseline ]; 28 + nativeCheckInputs = [ 29 + pytestCheckHook 30 + baseline 31 + ]; 18 32 19 - pythonImportsCheck = [ "exif" ]; 33 + pythonImportsCheck = [ 34 + "exif" 35 + ]; 20 36 21 37 meta = with lib; { 22 38 description = "Read and modify image EXIF metadata using Python"; 23 - homepage = "https://gitlab.com/TNThieding/exif"; 24 - license = licenses.mit; 39 + homepage = "https://gitlab.com/TNThieding/exif"; 40 + changelog = "https://gitlab.com/TNThieding/exif/-/blob/v${version}/docs/release_notes.rst"; 41 + license = licenses.mit; 25 42 maintainers = with maintainers; [ dnr ]; 26 43 }; 27 44 }
+2 -2
pkgs/development/python-modules/funcparserlib/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "funcparserlib"; 13 - version = "1.0.0"; 13 + version = "1.0.1"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.6"; ··· 19 19 owner = "vlasovskikh"; 20 20 repo = pname; 21 21 rev = version; 22 - hash = "sha256-moWaOzyF/yhDQCLEp7bc0j8wNv7FM7cvvpCwon3j+gI="; 22 + hash = "sha256-LE9ItCaEzEGeahpM3M3sSnDBXEr6uX5ogEkO5x2Jgzc="; 23 23 }; 24 24 25 25 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/holidays/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "holidays"; 14 - version = "0.24"; 14 + version = "0.25"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "dr-prodigy"; 21 21 repo = "python-holidays"; 22 22 rev = "refs/tags/v.${version}"; 23 - hash = "sha256-1/rphnbzDlbay+yez/erF+WC+2aqeBEgdcHo2YR+ugc="; 23 + hash = "sha256-D6MCLbuNnafWMDyEc/jeyfOs0VVV92AndtNsjyFDgEg="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/invocations/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "invocations"; 16 - version = "3.1.0"; 16 + version = "3.3.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.6"; ··· 22 22 owner = "pyinvoke"; 23 23 repo = pname; 24 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-NlYoikv43oD5+Iz2CeeCGG3Fm648UgA3YZQFOfWSy58="; 25 + hash = "sha256-JnhdcxhBNsYgDMcljtGKjOT1agujlao/66QifGuh6I0="; 26 26 }; 27 27 28 28 postPatch = ''
+2 -2
pkgs/development/python-modules/numpy-stl/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "numpy-stl"; 14 - version = "3.0.0"; 14 + version = "3.0.1"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-V4t46ssFKayaui8X3MNj1Yx8PFcIcQwY+MHpll8ugaw="; 18 + hash = "sha256-3U2ho3nSYy8WhRi+jc2c3dftxsMjgJT9jSFHazWGoLw="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/pex/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pex"; 10 - version = "2.1.135"; 10 + version = "2.1.137"; 11 11 format = "flit"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-h6nv91IkI+6+cLHS8CYwm9tddbjiOOWsdk1+17PutvU="; 17 + hash = "sha256-ywzmz2R1fdW6TzTEYHq0hfeQnmwkzUecoozlIgXw7es="; 18 18 }; 19 19 20 20 nativeBuildInputs = [
+14 -9
pkgs/development/python-modules/plum-py/default.nix
··· 1 1 { lib 2 + , baseline 2 3 , buildPythonPackage 3 4 , fetchFromGitLab 4 - , isPy3k 5 5 , pytestCheckHook 6 - , baseline 6 + , pythonOlder 7 7 }: 8 8 9 9 buildPythonPackage rec { 10 10 pname = "plum-py"; 11 - version = "0.8.5"; 12 - disabled = !isPy3k; 11 + version = "0.8.6"; 12 + format = "setuptools"; 13 + 14 + disabled = pythonOlder "3.8"; 13 15 14 16 src = fetchFromGitLab { 15 17 owner = "dangass"; 16 18 repo = "plum"; 17 - rev = version; 18 - hash = "sha256-jCZUNT1HpSr0khHsjnxEzN2LCzcDV6W27PjVkwFJHUg="; 19 + rev = "refs/tags/${version}"; 20 + hash = "sha256-gZSRqijKdjqOZe1+4aeycpCPsh6HC5sRbyVjgK+g4wM="; 19 21 }; 20 22 21 23 postPatch = '' ··· 23 25 sed -i "/python_requires =/d" setup.cfg 24 26 ''; 25 27 26 - pythonImportsCheck = [ "plum" ]; 27 - 28 28 nativeCheckInputs = [ 29 29 baseline 30 30 pytestCheckHook 31 31 ]; 32 32 33 + pythonImportsCheck = [ 34 + "plum" 35 + ]; 36 + 33 37 pytestFlagsArray = [ 34 38 "tests" 35 39 ]; 36 40 37 41 meta = with lib; { 38 42 description = "Classes and utilities for packing/unpacking bytes"; 39 - homepage = "https://plum-py.readthedocs.io/en/latest/index.html"; 43 + homepage = "https://plum-py.readthedocs.io/"; 44 + changelog = "https://gitlab.com/dangass/plum/-/blob/${version}/docs/release_notes.rst"; 40 45 license = licenses.mit; 41 46 maintainers = with maintainers; [ dnr ]; 42 47 };
+2 -2
pkgs/development/python-modules/rapt-ble/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "rapt-ble"; 15 - version = "0.1.0"; 15 + version = "0.1.1"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.9"; ··· 21 21 owner = "sairon"; 22 22 repo = pname; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-upTtVqxVHrqLSGTSGCiCVlDa2NEuuqe+0W2DM+UhTnc="; 24 + hash = "sha256-BLpe4AxxvFeOfcBSPtLwPIJZnNIBEdd6JpuQb9upO34="; 25 25 }; 26 26 27 27 postPatch = ''
+2 -2
pkgs/development/python-modules/simplisafe-python/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "simplisafe-python"; 22 - version = "2023.04.0"; 22 + version = "2023.05.0"; 23 23 format = "pyproject"; 24 24 25 25 disabled = pythonOlder "3.9"; ··· 28 28 owner = "bachya"; 29 29 repo = pname; 30 30 rev = "refs/tags/${version}"; 31 - hash = "sha256-ExiwaVSSpXfnLCMKRQ7iXLzxO81kV6I5Nj/ZSUyZAMg="; 31 + hash = "sha256-dcWDB9tpKrFbnWf35HLDmgy2zNTzKNeJQrdtRXbSMvs="; 32 32 }; 33 33 34 34 nativeBuildInputs = [
+3 -3
pkgs/development/tools/jql/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "jql"; 8 - version = "6.0.7"; 8 + version = "6.0.8"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "yamafaktory"; 12 12 repo = pname; 13 13 rev = "jql-v${version}"; 14 - hash = "sha256-/H4FkrwJ8xB5qiiewEmTwCwgbJRMdfHZ6ppn5+370Kk="; 14 + hash = "sha256-7z77QSYoCyVkvAApfxEXhsHo8NTK+OemLWwGgtqOqD8="; 15 15 }; 16 16 17 - cargoHash = "sha256-2TKwy983Ys9aSm8+jsUKv0nE3mV1h+uE4Xrch08dPMc="; 17 + cargoHash = "sha256-7WSUnBISuBlwJIuQVIOAU1p8dM2i78uwdLHt5ebh4h4="; 18 18 19 19 meta = with lib; { 20 20 description = "A JSON Query Language CLI tool built with Rust";
+1963
pkgs/development/tools/reindeer/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "aho-corasick" 7 + version = "0.7.20" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 10 + dependencies = [ 11 + "memchr", 12 + ] 13 + 14 + [[package]] 15 + name = "aho-corasick" 16 + version = "1.0.1" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 19 + dependencies = [ 20 + "memchr", 21 + ] 22 + 23 + [[package]] 24 + name = "ansi_term" 25 + version = "0.12.1" 26 + source = "registry+https://github.com/rust-lang/crates.io-index" 27 + checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 28 + dependencies = [ 29 + "winapi", 30 + ] 31 + 32 + [[package]] 33 + name = "anyhow" 34 + version = "1.0.71" 35 + source = "registry+https://github.com/rust-lang/crates.io-index" 36 + checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 37 + 38 + [[package]] 39 + name = "arbitrary" 40 + version = "1.3.0" 41 + source = "registry+https://github.com/rust-lang/crates.io-index" 42 + checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e" 43 + 44 + [[package]] 45 + name = "atty" 46 + version = "0.2.14" 47 + source = "registry+https://github.com/rust-lang/crates.io-index" 48 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 49 + dependencies = [ 50 + "hermit-abi 0.1.19", 51 + "libc", 52 + "winapi", 53 + ] 54 + 55 + [[package]] 56 + name = "autocfg" 57 + version = "1.1.0" 58 + source = "registry+https://github.com/rust-lang/crates.io-index" 59 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 60 + 61 + [[package]] 62 + name = "base64" 63 + version = "0.13.1" 64 + source = "registry+https://github.com/rust-lang/crates.io-index" 65 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 66 + 67 + [[package]] 68 + name = "bitflags" 69 + version = "1.3.2" 70 + source = "registry+https://github.com/rust-lang/crates.io-index" 71 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 72 + 73 + [[package]] 74 + name = "bstr" 75 + version = "1.4.0" 76 + source = "registry+https://github.com/rust-lang/crates.io-index" 77 + checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 78 + dependencies = [ 79 + "memchr", 80 + "serde", 81 + ] 82 + 83 + [[package]] 84 + name = "bumpalo" 85 + version = "3.12.2" 86 + source = "registry+https://github.com/rust-lang/crates.io-index" 87 + checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 88 + 89 + [[package]] 90 + name = "byteorder" 91 + version = "1.4.3" 92 + source = "registry+https://github.com/rust-lang/crates.io-index" 93 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 94 + 95 + [[package]] 96 + name = "bytes" 97 + version = "1.4.0" 98 + source = "registry+https://github.com/rust-lang/crates.io-index" 99 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 100 + 101 + [[package]] 102 + name = "camino" 103 + version = "1.1.4" 104 + source = "registry+https://github.com/rust-lang/crates.io-index" 105 + checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" 106 + dependencies = [ 107 + "serde", 108 + ] 109 + 110 + [[package]] 111 + name = "cargo-edit-9" 112 + version = "0.9.3" 113 + source = "registry+https://github.com/rust-lang/crates.io-index" 114 + checksum = "01376e3919650540a7a8d58d280e358d0db5a041b225ef4556c95cba58b091bb" 115 + dependencies = [ 116 + "anyhow", 117 + "cargo_metadata", 118 + "clap 3.2.25", 119 + "concolor-control", 120 + "crates-index", 121 + "dirs-next", 122 + "dunce", 123 + "env_proxy", 124 + "git2", 125 + "hex", 126 + "indexmap", 127 + "native-tls", 128 + "pathdiff", 129 + "regex", 130 + "semver", 131 + "serde", 132 + "serde_derive", 133 + "serde_json", 134 + "subprocess", 135 + "termcolor", 136 + "toml_edit 0.13.4", 137 + "ureq", 138 + "url", 139 + ] 140 + 141 + [[package]] 142 + name = "cargo-lock" 143 + version = "8.0.3" 144 + source = "registry+https://github.com/rust-lang/crates.io-index" 145 + checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996" 146 + dependencies = [ 147 + "semver", 148 + "serde", 149 + "toml 0.5.11", 150 + "url", 151 + ] 152 + 153 + [[package]] 154 + name = "cargo-platform" 155 + version = "0.1.2" 156 + source = "registry+https://github.com/rust-lang/crates.io-index" 157 + checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 158 + dependencies = [ 159 + "serde", 160 + ] 161 + 162 + [[package]] 163 + name = "cargo_metadata" 164 + version = "0.14.2" 165 + source = "registry+https://github.com/rust-lang/crates.io-index" 166 + checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" 167 + dependencies = [ 168 + "camino", 169 + "cargo-platform", 170 + "semver", 171 + "serde", 172 + "serde_json", 173 + ] 174 + 175 + [[package]] 176 + name = "cc" 177 + version = "1.0.79" 178 + source = "registry+https://github.com/rust-lang/crates.io-index" 179 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 180 + dependencies = [ 181 + "jobserver", 182 + ] 183 + 184 + [[package]] 185 + name = "cfg-if" 186 + version = "1.0.0" 187 + source = "registry+https://github.com/rust-lang/crates.io-index" 188 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 189 + 190 + [[package]] 191 + name = "clap" 192 + version = "2.34.0" 193 + source = "registry+https://github.com/rust-lang/crates.io-index" 194 + checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 195 + dependencies = [ 196 + "ansi_term", 197 + "atty", 198 + "bitflags", 199 + "strsim 0.8.0", 200 + "textwrap 0.11.0", 201 + "unicode-width", 202 + "vec_map", 203 + ] 204 + 205 + [[package]] 206 + name = "clap" 207 + version = "3.2.25" 208 + source = "registry+https://github.com/rust-lang/crates.io-index" 209 + checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 210 + dependencies = [ 211 + "atty", 212 + "bitflags", 213 + "clap_derive", 214 + "clap_lex", 215 + "indexmap", 216 + "once_cell", 217 + "strsim 0.10.0", 218 + "termcolor", 219 + "terminal_size", 220 + "textwrap 0.16.0", 221 + ] 222 + 223 + [[package]] 224 + name = "clap_derive" 225 + version = "3.2.25" 226 + source = "registry+https://github.com/rust-lang/crates.io-index" 227 + checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" 228 + dependencies = [ 229 + "heck 0.4.1", 230 + "proc-macro-error", 231 + "proc-macro2", 232 + "quote", 233 + "syn 1.0.109", 234 + ] 235 + 236 + [[package]] 237 + name = "clap_lex" 238 + version = "0.2.4" 239 + source = "registry+https://github.com/rust-lang/crates.io-index" 240 + checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 241 + dependencies = [ 242 + "os_str_bytes", 243 + ] 244 + 245 + [[package]] 246 + name = "combine" 247 + version = "4.6.6" 248 + source = "registry+https://github.com/rust-lang/crates.io-index" 249 + checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 250 + dependencies = [ 251 + "bytes", 252 + "memchr", 253 + ] 254 + 255 + [[package]] 256 + name = "concolor-control" 257 + version = "0.0.7" 258 + source = "registry+https://github.com/rust-lang/crates.io-index" 259 + checksum = "7104119c2f80d887239879d0c50e033cd40eac9a3f3561e0684ba7d5d654f4da" 260 + dependencies = [ 261 + "atty", 262 + "bitflags", 263 + "concolor-query", 264 + ] 265 + 266 + [[package]] 267 + name = "concolor-query" 268 + version = "0.0.4" 269 + source = "registry+https://github.com/rust-lang/crates.io-index" 270 + checksum = "ad159cc964ac8f9d407cbc0aa44b02436c054b541f2b4b5f06972e1efdc54bc7" 271 + 272 + [[package]] 273 + name = "core-foundation" 274 + version = "0.9.3" 275 + source = "registry+https://github.com/rust-lang/crates.io-index" 276 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 277 + dependencies = [ 278 + "core-foundation-sys", 279 + "libc", 280 + ] 281 + 282 + [[package]] 283 + name = "core-foundation-sys" 284 + version = "0.8.4" 285 + source = "registry+https://github.com/rust-lang/crates.io-index" 286 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 287 + 288 + [[package]] 289 + name = "crates-index" 290 + version = "0.19.10" 291 + source = "registry+https://github.com/rust-lang/crates.io-index" 292 + checksum = "65aa5fcd68f892b56202f15a18a53308b2d489b728958dbce48d2d1f3bbaa685" 293 + dependencies = [ 294 + "git2", 295 + "hex", 296 + "home", 297 + "memchr", 298 + "num_cpus", 299 + "rayon", 300 + "rustc-hash", 301 + "semver", 302 + "serde", 303 + "serde_derive", 304 + "serde_json", 305 + "smol_str", 306 + "toml 0.7.4", 307 + ] 308 + 309 + [[package]] 310 + name = "crossbeam-channel" 311 + version = "0.5.8" 312 + source = "registry+https://github.com/rust-lang/crates.io-index" 313 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 314 + dependencies = [ 315 + "cfg-if", 316 + "crossbeam-utils", 317 + ] 318 + 319 + [[package]] 320 + name = "crossbeam-deque" 321 + version = "0.8.3" 322 + source = "registry+https://github.com/rust-lang/crates.io-index" 323 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 324 + dependencies = [ 325 + "cfg-if", 326 + "crossbeam-epoch", 327 + "crossbeam-utils", 328 + ] 329 + 330 + [[package]] 331 + name = "crossbeam-epoch" 332 + version = "0.9.14" 333 + source = "registry+https://github.com/rust-lang/crates.io-index" 334 + checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 335 + dependencies = [ 336 + "autocfg", 337 + "cfg-if", 338 + "crossbeam-utils", 339 + "memoffset", 340 + "scopeguard", 341 + ] 342 + 343 + [[package]] 344 + name = "crossbeam-utils" 345 + version = "0.8.15" 346 + source = "registry+https://github.com/rust-lang/crates.io-index" 347 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 348 + dependencies = [ 349 + "cfg-if", 350 + ] 351 + 352 + [[package]] 353 + name = "ctor" 354 + version = "0.1.26" 355 + source = "registry+https://github.com/rust-lang/crates.io-index" 356 + checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 357 + dependencies = [ 358 + "quote", 359 + "syn 1.0.109", 360 + ] 361 + 362 + [[package]] 363 + name = "cvss" 364 + version = "2.0.0" 365 + source = "registry+https://github.com/rust-lang/crates.io-index" 366 + checksum = "7ec6a2f799b0e3103192800872de17ee1d39fe0c598628277b9b012f09b4010f" 367 + dependencies = [ 368 + "serde", 369 + ] 370 + 371 + [[package]] 372 + name = "dirs-next" 373 + version = "2.0.0" 374 + source = "registry+https://github.com/rust-lang/crates.io-index" 375 + checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 376 + dependencies = [ 377 + "cfg-if", 378 + "dirs-sys-next", 379 + ] 380 + 381 + [[package]] 382 + name = "dirs-sys-next" 383 + version = "0.1.2" 384 + source = "registry+https://github.com/rust-lang/crates.io-index" 385 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 386 + dependencies = [ 387 + "libc", 388 + "redox_users", 389 + "winapi", 390 + ] 391 + 392 + [[package]] 393 + name = "dunce" 394 + version = "1.0.4" 395 + source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 397 + 398 + [[package]] 399 + name = "either" 400 + version = "1.8.1" 401 + source = "registry+https://github.com/rust-lang/crates.io-index" 402 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 403 + 404 + [[package]] 405 + name = "env_logger" 406 + version = "0.10.0" 407 + source = "registry+https://github.com/rust-lang/crates.io-index" 408 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 409 + dependencies = [ 410 + "humantime", 411 + "is-terminal", 412 + "log", 413 + "regex", 414 + "termcolor", 415 + ] 416 + 417 + [[package]] 418 + name = "env_proxy" 419 + version = "0.4.1" 420 + source = "registry+https://github.com/rust-lang/crates.io-index" 421 + checksum = "3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1" 422 + dependencies = [ 423 + "log", 424 + "url", 425 + ] 426 + 427 + [[package]] 428 + name = "errno" 429 + version = "0.3.1" 430 + source = "registry+https://github.com/rust-lang/crates.io-index" 431 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 432 + dependencies = [ 433 + "errno-dragonfly", 434 + "libc", 435 + "windows-sys 0.48.0", 436 + ] 437 + 438 + [[package]] 439 + name = "errno-dragonfly" 440 + version = "0.1.2" 441 + source = "registry+https://github.com/rust-lang/crates.io-index" 442 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 443 + dependencies = [ 444 + "cc", 445 + "libc", 446 + ] 447 + 448 + [[package]] 449 + name = "fastrand" 450 + version = "1.9.0" 451 + source = "registry+https://github.com/rust-lang/crates.io-index" 452 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 453 + dependencies = [ 454 + "instant", 455 + ] 456 + 457 + [[package]] 458 + name = "fnv" 459 + version = "1.0.7" 460 + source = "registry+https://github.com/rust-lang/crates.io-index" 461 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 462 + 463 + [[package]] 464 + name = "foreign-types" 465 + version = "0.3.2" 466 + source = "registry+https://github.com/rust-lang/crates.io-index" 467 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 468 + dependencies = [ 469 + "foreign-types-shared", 470 + ] 471 + 472 + [[package]] 473 + name = "foreign-types-shared" 474 + version = "0.1.1" 475 + source = "registry+https://github.com/rust-lang/crates.io-index" 476 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 477 + 478 + [[package]] 479 + name = "form_urlencoded" 480 + version = "1.1.0" 481 + source = "registry+https://github.com/rust-lang/crates.io-index" 482 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 483 + dependencies = [ 484 + "percent-encoding", 485 + ] 486 + 487 + [[package]] 488 + name = "fs-err" 489 + version = "2.9.0" 490 + source = "registry+https://github.com/rust-lang/crates.io-index" 491 + checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541" 492 + 493 + [[package]] 494 + name = "getrandom" 495 + version = "0.2.9" 496 + source = "registry+https://github.com/rust-lang/crates.io-index" 497 + checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 498 + dependencies = [ 499 + "cfg-if", 500 + "libc", 501 + "wasi", 502 + ] 503 + 504 + [[package]] 505 + name = "git2" 506 + version = "0.16.1" 507 + source = "registry+https://github.com/rust-lang/crates.io-index" 508 + checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" 509 + dependencies = [ 510 + "bitflags", 511 + "libc", 512 + "libgit2-sys", 513 + "log", 514 + "openssl-probe", 515 + "openssl-sys", 516 + "url", 517 + ] 518 + 519 + [[package]] 520 + name = "globset" 521 + version = "0.4.10" 522 + source = "registry+https://github.com/rust-lang/crates.io-index" 523 + checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 524 + dependencies = [ 525 + "aho-corasick 0.7.20", 526 + "bstr", 527 + "fnv", 528 + "log", 529 + "regex", 530 + ] 531 + 532 + [[package]] 533 + name = "hashbrown" 534 + version = "0.12.3" 535 + source = "registry+https://github.com/rust-lang/crates.io-index" 536 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 537 + 538 + [[package]] 539 + name = "heck" 540 + version = "0.3.3" 541 + source = "registry+https://github.com/rust-lang/crates.io-index" 542 + checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 543 + dependencies = [ 544 + "unicode-segmentation", 545 + ] 546 + 547 + [[package]] 548 + name = "heck" 549 + version = "0.4.1" 550 + source = "registry+https://github.com/rust-lang/crates.io-index" 551 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 552 + 553 + [[package]] 554 + name = "hermit-abi" 555 + version = "0.1.19" 556 + source = "registry+https://github.com/rust-lang/crates.io-index" 557 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 558 + dependencies = [ 559 + "libc", 560 + ] 561 + 562 + [[package]] 563 + name = "hermit-abi" 564 + version = "0.2.6" 565 + source = "registry+https://github.com/rust-lang/crates.io-index" 566 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 567 + dependencies = [ 568 + "libc", 569 + ] 570 + 571 + [[package]] 572 + name = "hermit-abi" 573 + version = "0.3.1" 574 + source = "registry+https://github.com/rust-lang/crates.io-index" 575 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 576 + 577 + [[package]] 578 + name = "hex" 579 + version = "0.4.3" 580 + source = "registry+https://github.com/rust-lang/crates.io-index" 581 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 582 + dependencies = [ 583 + "serde", 584 + ] 585 + 586 + [[package]] 587 + name = "home" 588 + version = "0.5.5" 589 + source = "registry+https://github.com/rust-lang/crates.io-index" 590 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 591 + dependencies = [ 592 + "windows-sys 0.48.0", 593 + ] 594 + 595 + [[package]] 596 + name = "humantime" 597 + version = "2.1.0" 598 + source = "registry+https://github.com/rust-lang/crates.io-index" 599 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 600 + 601 + [[package]] 602 + name = "humantime-serde" 603 + version = "1.1.1" 604 + source = "registry+https://github.com/rust-lang/crates.io-index" 605 + checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 606 + dependencies = [ 607 + "humantime", 608 + "serde", 609 + ] 610 + 611 + [[package]] 612 + name = "idna" 613 + version = "0.3.0" 614 + source = "registry+https://github.com/rust-lang/crates.io-index" 615 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 616 + dependencies = [ 617 + "unicode-bidi", 618 + "unicode-normalization", 619 + ] 620 + 621 + [[package]] 622 + name = "ignore" 623 + version = "0.4.20" 624 + source = "registry+https://github.com/rust-lang/crates.io-index" 625 + checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 626 + dependencies = [ 627 + "globset", 628 + "lazy_static", 629 + "log", 630 + "memchr", 631 + "regex", 632 + "same-file", 633 + "thread_local", 634 + "walkdir", 635 + "winapi-util", 636 + ] 637 + 638 + [[package]] 639 + name = "indexmap" 640 + version = "1.9.3" 641 + source = "registry+https://github.com/rust-lang/crates.io-index" 642 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 643 + dependencies = [ 644 + "arbitrary", 645 + "autocfg", 646 + "hashbrown", 647 + "rayon", 648 + "serde", 649 + ] 650 + 651 + [[package]] 652 + name = "instant" 653 + version = "0.1.12" 654 + source = "registry+https://github.com/rust-lang/crates.io-index" 655 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 656 + dependencies = [ 657 + "cfg-if", 658 + "js-sys", 659 + "wasm-bindgen", 660 + "web-sys", 661 + ] 662 + 663 + [[package]] 664 + name = "io-lifetimes" 665 + version = "1.0.10" 666 + source = "registry+https://github.com/rust-lang/crates.io-index" 667 + checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 668 + dependencies = [ 669 + "hermit-abi 0.3.1", 670 + "libc", 671 + "windows-sys 0.48.0", 672 + ] 673 + 674 + [[package]] 675 + name = "is-terminal" 676 + version = "0.4.7" 677 + source = "registry+https://github.com/rust-lang/crates.io-index" 678 + checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 679 + dependencies = [ 680 + "hermit-abi 0.3.1", 681 + "io-lifetimes", 682 + "rustix", 683 + "windows-sys 0.48.0", 684 + ] 685 + 686 + [[package]] 687 + name = "itertools" 688 + version = "0.10.5" 689 + source = "registry+https://github.com/rust-lang/crates.io-index" 690 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 691 + dependencies = [ 692 + "either", 693 + ] 694 + 695 + [[package]] 696 + name = "itoa" 697 + version = "1.0.6" 698 + source = "registry+https://github.com/rust-lang/crates.io-index" 699 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 700 + 701 + [[package]] 702 + name = "jobserver" 703 + version = "0.1.26" 704 + source = "registry+https://github.com/rust-lang/crates.io-index" 705 + checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 706 + dependencies = [ 707 + "libc", 708 + ] 709 + 710 + [[package]] 711 + name = "js-sys" 712 + version = "0.3.63" 713 + source = "registry+https://github.com/rust-lang/crates.io-index" 714 + checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 715 + dependencies = [ 716 + "wasm-bindgen", 717 + ] 718 + 719 + [[package]] 720 + name = "kstring" 721 + version = "1.0.6" 722 + source = "registry+https://github.com/rust-lang/crates.io-index" 723 + checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526" 724 + dependencies = [ 725 + "serde", 726 + ] 727 + 728 + [[package]] 729 + name = "lazy_static" 730 + version = "1.4.0" 731 + source = "registry+https://github.com/rust-lang/crates.io-index" 732 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 733 + 734 + [[package]] 735 + name = "libc" 736 + version = "0.2.144" 737 + source = "registry+https://github.com/rust-lang/crates.io-index" 738 + checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 739 + 740 + [[package]] 741 + name = "libgit2-sys" 742 + version = "0.14.2+1.5.1" 743 + source = "registry+https://github.com/rust-lang/crates.io-index" 744 + checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" 745 + dependencies = [ 746 + "cc", 747 + "libc", 748 + "libssh2-sys", 749 + "libz-sys", 750 + "openssl-sys", 751 + "pkg-config", 752 + ] 753 + 754 + [[package]] 755 + name = "libssh2-sys" 756 + version = "0.2.23" 757 + source = "registry+https://github.com/rust-lang/crates.io-index" 758 + checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca" 759 + dependencies = [ 760 + "cc", 761 + "libc", 762 + "libz-sys", 763 + "openssl-sys", 764 + "pkg-config", 765 + "vcpkg", 766 + ] 767 + 768 + [[package]] 769 + name = "libz-sys" 770 + version = "1.1.9" 771 + source = "registry+https://github.com/rust-lang/crates.io-index" 772 + checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" 773 + dependencies = [ 774 + "cc", 775 + "libc", 776 + "pkg-config", 777 + "vcpkg", 778 + ] 779 + 780 + [[package]] 781 + name = "linux-raw-sys" 782 + version = "0.3.7" 783 + source = "registry+https://github.com/rust-lang/crates.io-index" 784 + checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 785 + 786 + [[package]] 787 + name = "log" 788 + version = "0.4.17" 789 + source = "registry+https://github.com/rust-lang/crates.io-index" 790 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 791 + dependencies = [ 792 + "cfg-if", 793 + "value-bag", 794 + ] 795 + 796 + [[package]] 797 + name = "measure_time" 798 + version = "0.8.2" 799 + source = "registry+https://github.com/rust-lang/crates.io-index" 800 + checksum = "56220900f1a0923789ecd6bf25fbae8af3b2f1ff3e9e297fc9b6b8674dd4d852" 801 + dependencies = [ 802 + "instant", 803 + "log", 804 + ] 805 + 806 + [[package]] 807 + name = "memchr" 808 + version = "2.5.0" 809 + source = "registry+https://github.com/rust-lang/crates.io-index" 810 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 811 + 812 + [[package]] 813 + name = "memoffset" 814 + version = "0.8.0" 815 + source = "registry+https://github.com/rust-lang/crates.io-index" 816 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 817 + dependencies = [ 818 + "autocfg", 819 + ] 820 + 821 + [[package]] 822 + name = "minimal-lexical" 823 + version = "0.2.1" 824 + source = "registry+https://github.com/rust-lang/crates.io-index" 825 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 826 + 827 + [[package]] 828 + name = "monostate" 829 + version = "0.1.6" 830 + source = "registry+https://github.com/rust-lang/crates.io-index" 831 + checksum = "0230b703f1ac35df1e24f6d0d2255472bcccaf657ecdfa4f1fcbcad1ad5bb98a" 832 + dependencies = [ 833 + "monostate-impl", 834 + "serde", 835 + ] 836 + 837 + [[package]] 838 + name = "monostate-impl" 839 + version = "0.1.6" 840 + source = "registry+https://github.com/rust-lang/crates.io-index" 841 + checksum = "8795add3e14028f11f8e848bd3294898a8294767b3776b6f733560d33bd2530b" 842 + dependencies = [ 843 + "proc-macro2", 844 + "quote", 845 + "syn 2.0.16", 846 + ] 847 + 848 + [[package]] 849 + name = "native-tls" 850 + version = "0.2.11" 851 + source = "registry+https://github.com/rust-lang/crates.io-index" 852 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 853 + dependencies = [ 854 + "lazy_static", 855 + "libc", 856 + "log", 857 + "openssl", 858 + "openssl-probe", 859 + "openssl-sys", 860 + "schannel", 861 + "security-framework", 862 + "security-framework-sys", 863 + "tempfile", 864 + ] 865 + 866 + [[package]] 867 + name = "nom" 868 + version = "7.1.3" 869 + source = "registry+https://github.com/rust-lang/crates.io-index" 870 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 871 + dependencies = [ 872 + "memchr", 873 + "minimal-lexical", 874 + ] 875 + 876 + [[package]] 877 + name = "num_cpus" 878 + version = "1.15.0" 879 + source = "registry+https://github.com/rust-lang/crates.io-index" 880 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 881 + dependencies = [ 882 + "hermit-abi 0.2.6", 883 + "libc", 884 + ] 885 + 886 + [[package]] 887 + name = "once_cell" 888 + version = "1.17.1" 889 + source = "registry+https://github.com/rust-lang/crates.io-index" 890 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 891 + 892 + [[package]] 893 + name = "openssl" 894 + version = "0.10.52" 895 + source = "registry+https://github.com/rust-lang/crates.io-index" 896 + checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 897 + dependencies = [ 898 + "bitflags", 899 + "cfg-if", 900 + "foreign-types", 901 + "libc", 902 + "once_cell", 903 + "openssl-macros", 904 + "openssl-sys", 905 + ] 906 + 907 + [[package]] 908 + name = "openssl-macros" 909 + version = "0.1.1" 910 + source = "registry+https://github.com/rust-lang/crates.io-index" 911 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 912 + dependencies = [ 913 + "proc-macro2", 914 + "quote", 915 + "syn 2.0.16", 916 + ] 917 + 918 + [[package]] 919 + name = "openssl-probe" 920 + version = "0.1.5" 921 + source = "registry+https://github.com/rust-lang/crates.io-index" 922 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 923 + 924 + [[package]] 925 + name = "openssl-src" 926 + version = "111.25.3+1.1.1t" 927 + source = "registry+https://github.com/rust-lang/crates.io-index" 928 + checksum = "924757a6a226bf60da5f7dd0311a34d2b52283dd82ddeb103208ddc66362f80c" 929 + dependencies = [ 930 + "cc", 931 + ] 932 + 933 + [[package]] 934 + name = "openssl-sys" 935 + version = "0.9.87" 936 + source = "registry+https://github.com/rust-lang/crates.io-index" 937 + checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 938 + dependencies = [ 939 + "cc", 940 + "libc", 941 + "openssl-src", 942 + "pkg-config", 943 + "vcpkg", 944 + ] 945 + 946 + [[package]] 947 + name = "os_str_bytes" 948 + version = "6.5.0" 949 + source = "registry+https://github.com/rust-lang/crates.io-index" 950 + checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" 951 + 952 + [[package]] 953 + name = "pathdiff" 954 + version = "0.2.1" 955 + source = "registry+https://github.com/rust-lang/crates.io-index" 956 + checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 957 + 958 + [[package]] 959 + name = "percent-encoding" 960 + version = "2.2.0" 961 + source = "registry+https://github.com/rust-lang/crates.io-index" 962 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 963 + 964 + [[package]] 965 + name = "pkg-config" 966 + version = "0.3.27" 967 + source = "registry+https://github.com/rust-lang/crates.io-index" 968 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 969 + 970 + [[package]] 971 + name = "platforms" 972 + version = "3.0.2" 973 + source = "registry+https://github.com/rust-lang/crates.io-index" 974 + checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" 975 + dependencies = [ 976 + "serde", 977 + ] 978 + 979 + [[package]] 980 + name = "proc-macro-error" 981 + version = "1.0.4" 982 + source = "registry+https://github.com/rust-lang/crates.io-index" 983 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 984 + dependencies = [ 985 + "proc-macro-error-attr", 986 + "proc-macro2", 987 + "quote", 988 + "syn 1.0.109", 989 + "version_check", 990 + ] 991 + 992 + [[package]] 993 + name = "proc-macro-error-attr" 994 + version = "1.0.4" 995 + source = "registry+https://github.com/rust-lang/crates.io-index" 996 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 997 + dependencies = [ 998 + "proc-macro2", 999 + "quote", 1000 + "version_check", 1001 + ] 1002 + 1003 + [[package]] 1004 + name = "proc-macro2" 1005 + version = "1.0.58" 1006 + source = "registry+https://github.com/rust-lang/crates.io-index" 1007 + checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8" 1008 + dependencies = [ 1009 + "unicode-ident", 1010 + ] 1011 + 1012 + [[package]] 1013 + name = "quote" 1014 + version = "1.0.27" 1015 + source = "registry+https://github.com/rust-lang/crates.io-index" 1016 + checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1017 + dependencies = [ 1018 + "proc-macro2", 1019 + ] 1020 + 1021 + [[package]] 1022 + name = "rayon" 1023 + version = "1.7.0" 1024 + source = "registry+https://github.com/rust-lang/crates.io-index" 1025 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1026 + dependencies = [ 1027 + "either", 1028 + "rayon-core", 1029 + ] 1030 + 1031 + [[package]] 1032 + name = "rayon-core" 1033 + version = "1.11.0" 1034 + source = "registry+https://github.com/rust-lang/crates.io-index" 1035 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1036 + dependencies = [ 1037 + "crossbeam-channel", 1038 + "crossbeam-deque", 1039 + "crossbeam-utils", 1040 + "num_cpus", 1041 + ] 1042 + 1043 + [[package]] 1044 + name = "redox_syscall" 1045 + version = "0.2.16" 1046 + source = "registry+https://github.com/rust-lang/crates.io-index" 1047 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1048 + dependencies = [ 1049 + "bitflags", 1050 + ] 1051 + 1052 + [[package]] 1053 + name = "redox_syscall" 1054 + version = "0.3.5" 1055 + source = "registry+https://github.com/rust-lang/crates.io-index" 1056 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1057 + dependencies = [ 1058 + "bitflags", 1059 + ] 1060 + 1061 + [[package]] 1062 + name = "redox_users" 1063 + version = "0.4.3" 1064 + source = "registry+https://github.com/rust-lang/crates.io-index" 1065 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1066 + dependencies = [ 1067 + "getrandom", 1068 + "redox_syscall 0.2.16", 1069 + "thiserror", 1070 + ] 1071 + 1072 + [[package]] 1073 + name = "regex" 1074 + version = "1.8.1" 1075 + source = "registry+https://github.com/rust-lang/crates.io-index" 1076 + checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 1077 + dependencies = [ 1078 + "aho-corasick 1.0.1", 1079 + "memchr", 1080 + "regex-syntax", 1081 + ] 1082 + 1083 + [[package]] 1084 + name = "regex-syntax" 1085 + version = "0.7.1" 1086 + source = "registry+https://github.com/rust-lang/crates.io-index" 1087 + checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 1088 + 1089 + [[package]] 1090 + name = "reindeer" 1091 + version = "0.0.0" 1092 + dependencies = [ 1093 + "anyhow", 1094 + "dunce", 1095 + "env_logger", 1096 + "globset", 1097 + "ignore", 1098 + "indexmap", 1099 + "itertools", 1100 + "log", 1101 + "measure_time", 1102 + "monostate", 1103 + "nom", 1104 + "proc-macro2", 1105 + "rayon", 1106 + "rustsec", 1107 + "semver", 1108 + "serde", 1109 + "serde_json", 1110 + "serde_starlark", 1111 + "spdx", 1112 + "structopt", 1113 + "syn 2.0.16", 1114 + "tempfile", 1115 + "termcolor", 1116 + "toml 0.7.4", 1117 + "unicode-ident", 1118 + "walkdir", 1119 + ] 1120 + 1121 + [[package]] 1122 + name = "ring" 1123 + version = "0.16.20" 1124 + source = "registry+https://github.com/rust-lang/crates.io-index" 1125 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1126 + dependencies = [ 1127 + "cc", 1128 + "libc", 1129 + "once_cell", 1130 + "spin", 1131 + "untrusted", 1132 + "web-sys", 1133 + "winapi", 1134 + ] 1135 + 1136 + [[package]] 1137 + name = "rustc-hash" 1138 + version = "1.1.0" 1139 + source = "registry+https://github.com/rust-lang/crates.io-index" 1140 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1141 + 1142 + [[package]] 1143 + name = "rustix" 1144 + version = "0.37.19" 1145 + source = "registry+https://github.com/rust-lang/crates.io-index" 1146 + checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1147 + dependencies = [ 1148 + "bitflags", 1149 + "errno", 1150 + "io-lifetimes", 1151 + "libc", 1152 + "linux-raw-sys", 1153 + "windows-sys 0.48.0", 1154 + ] 1155 + 1156 + [[package]] 1157 + name = "rustls" 1158 + version = "0.20.8" 1159 + source = "registry+https://github.com/rust-lang/crates.io-index" 1160 + checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 1161 + dependencies = [ 1162 + "log", 1163 + "ring", 1164 + "sct", 1165 + "webpki", 1166 + ] 1167 + 1168 + [[package]] 1169 + name = "rustsec" 1170 + version = "0.26.5" 1171 + source = "registry+https://github.com/rust-lang/crates.io-index" 1172 + checksum = "252facd5756861013b3dbad84b0568036a4310014311f064e56b214ccc4364db" 1173 + dependencies = [ 1174 + "cargo-edit-9", 1175 + "cargo-lock", 1176 + "crates-index", 1177 + "cvss", 1178 + "fs-err", 1179 + "git2", 1180 + "home", 1181 + "humantime", 1182 + "humantime-serde", 1183 + "platforms", 1184 + "semver", 1185 + "serde", 1186 + "thiserror", 1187 + "toml 0.7.4", 1188 + "url", 1189 + ] 1190 + 1191 + [[package]] 1192 + name = "ryu" 1193 + version = "1.0.13" 1194 + source = "registry+https://github.com/rust-lang/crates.io-index" 1195 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1196 + 1197 + [[package]] 1198 + name = "same-file" 1199 + version = "1.0.6" 1200 + source = "registry+https://github.com/rust-lang/crates.io-index" 1201 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1202 + dependencies = [ 1203 + "winapi-util", 1204 + ] 1205 + 1206 + [[package]] 1207 + name = "schannel" 1208 + version = "0.1.21" 1209 + source = "registry+https://github.com/rust-lang/crates.io-index" 1210 + checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1211 + dependencies = [ 1212 + "windows-sys 0.42.0", 1213 + ] 1214 + 1215 + [[package]] 1216 + name = "scopeguard" 1217 + version = "1.1.0" 1218 + source = "registry+https://github.com/rust-lang/crates.io-index" 1219 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1220 + 1221 + [[package]] 1222 + name = "sct" 1223 + version = "0.7.0" 1224 + source = "registry+https://github.com/rust-lang/crates.io-index" 1225 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 1226 + dependencies = [ 1227 + "ring", 1228 + "untrusted", 1229 + ] 1230 + 1231 + [[package]] 1232 + name = "security-framework" 1233 + version = "2.9.0" 1234 + source = "registry+https://github.com/rust-lang/crates.io-index" 1235 + checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1" 1236 + dependencies = [ 1237 + "bitflags", 1238 + "core-foundation", 1239 + "core-foundation-sys", 1240 + "libc", 1241 + "security-framework-sys", 1242 + ] 1243 + 1244 + [[package]] 1245 + name = "security-framework-sys" 1246 + version = "2.9.0" 1247 + source = "registry+https://github.com/rust-lang/crates.io-index" 1248 + checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 1249 + dependencies = [ 1250 + "core-foundation-sys", 1251 + "libc", 1252 + ] 1253 + 1254 + [[package]] 1255 + name = "semver" 1256 + version = "1.0.17" 1257 + source = "registry+https://github.com/rust-lang/crates.io-index" 1258 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1259 + dependencies = [ 1260 + "serde", 1261 + ] 1262 + 1263 + [[package]] 1264 + name = "serde" 1265 + version = "1.0.163" 1266 + source = "registry+https://github.com/rust-lang/crates.io-index" 1267 + checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1268 + dependencies = [ 1269 + "serde_derive", 1270 + ] 1271 + 1272 + [[package]] 1273 + name = "serde_derive" 1274 + version = "1.0.163" 1275 + source = "registry+https://github.com/rust-lang/crates.io-index" 1276 + checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1277 + dependencies = [ 1278 + "proc-macro2", 1279 + "quote", 1280 + "syn 2.0.16", 1281 + ] 1282 + 1283 + [[package]] 1284 + name = "serde_json" 1285 + version = "1.0.96" 1286 + source = "registry+https://github.com/rust-lang/crates.io-index" 1287 + checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1288 + dependencies = [ 1289 + "itoa", 1290 + "ryu", 1291 + "serde", 1292 + ] 1293 + 1294 + [[package]] 1295 + name = "serde_spanned" 1296 + version = "0.6.2" 1297 + source = "registry+https://github.com/rust-lang/crates.io-index" 1298 + checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" 1299 + dependencies = [ 1300 + "serde", 1301 + ] 1302 + 1303 + [[package]] 1304 + name = "serde_starlark" 1305 + version = "0.1.12" 1306 + source = "registry+https://github.com/rust-lang/crates.io-index" 1307 + checksum = "2e1c5f27b92944e818dd8be599216dc24f8d83583be747a40e677355a001c4ce" 1308 + dependencies = [ 1309 + "serde", 1310 + ] 1311 + 1312 + [[package]] 1313 + name = "smallvec" 1314 + version = "1.10.0" 1315 + source = "registry+https://github.com/rust-lang/crates.io-index" 1316 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1317 + 1318 + [[package]] 1319 + name = "smol_str" 1320 + version = "0.2.0" 1321 + source = "registry+https://github.com/rust-lang/crates.io-index" 1322 + checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" 1323 + dependencies = [ 1324 + "serde", 1325 + ] 1326 + 1327 + [[package]] 1328 + name = "socks" 1329 + version = "0.3.4" 1330 + source = "registry+https://github.com/rust-lang/crates.io-index" 1331 + checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" 1332 + dependencies = [ 1333 + "byteorder", 1334 + "libc", 1335 + "winapi", 1336 + ] 1337 + 1338 + [[package]] 1339 + name = "spdx" 1340 + version = "0.3.6" 1341 + source = "registry+https://github.com/rust-lang/crates.io-index" 1342 + checksum = "4e6b6cc773b635ad64a05f00367c6f66d06a8708f7360f67c41d446dacdd0a0f" 1343 + dependencies = [ 1344 + "lazy_static", 1345 + "regex", 1346 + "smallvec", 1347 + ] 1348 + 1349 + [[package]] 1350 + name = "spin" 1351 + version = "0.5.2" 1352 + source = "registry+https://github.com/rust-lang/crates.io-index" 1353 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1354 + 1355 + [[package]] 1356 + name = "strsim" 1357 + version = "0.8.0" 1358 + source = "registry+https://github.com/rust-lang/crates.io-index" 1359 + checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1360 + 1361 + [[package]] 1362 + name = "strsim" 1363 + version = "0.10.0" 1364 + source = "registry+https://github.com/rust-lang/crates.io-index" 1365 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1366 + 1367 + [[package]] 1368 + name = "structopt" 1369 + version = "0.3.26" 1370 + source = "registry+https://github.com/rust-lang/crates.io-index" 1371 + checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 1372 + dependencies = [ 1373 + "clap 2.34.0", 1374 + "lazy_static", 1375 + "structopt-derive", 1376 + ] 1377 + 1378 + [[package]] 1379 + name = "structopt-derive" 1380 + version = "0.4.18" 1381 + source = "registry+https://github.com/rust-lang/crates.io-index" 1382 + checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 1383 + dependencies = [ 1384 + "heck 0.3.3", 1385 + "proc-macro-error", 1386 + "proc-macro2", 1387 + "quote", 1388 + "syn 1.0.109", 1389 + ] 1390 + 1391 + [[package]] 1392 + name = "subprocess" 1393 + version = "0.2.9" 1394 + source = "registry+https://github.com/rust-lang/crates.io-index" 1395 + checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" 1396 + dependencies = [ 1397 + "libc", 1398 + "winapi", 1399 + ] 1400 + 1401 + [[package]] 1402 + name = "sval" 1403 + version = "1.0.0-alpha.5" 1404 + source = "registry+https://github.com/rust-lang/crates.io-index" 1405 + checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08" 1406 + 1407 + [[package]] 1408 + name = "syn" 1409 + version = "1.0.109" 1410 + source = "registry+https://github.com/rust-lang/crates.io-index" 1411 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1412 + dependencies = [ 1413 + "proc-macro2", 1414 + "quote", 1415 + "unicode-ident", 1416 + ] 1417 + 1418 + [[package]] 1419 + name = "syn" 1420 + version = "2.0.16" 1421 + source = "registry+https://github.com/rust-lang/crates.io-index" 1422 + checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01" 1423 + dependencies = [ 1424 + "proc-macro2", 1425 + "quote", 1426 + "unicode-ident", 1427 + ] 1428 + 1429 + [[package]] 1430 + name = "tempfile" 1431 + version = "3.5.0" 1432 + source = "registry+https://github.com/rust-lang/crates.io-index" 1433 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1434 + dependencies = [ 1435 + "cfg-if", 1436 + "fastrand", 1437 + "redox_syscall 0.3.5", 1438 + "rustix", 1439 + "windows-sys 0.45.0", 1440 + ] 1441 + 1442 + [[package]] 1443 + name = "termcolor" 1444 + version = "1.2.0" 1445 + source = "registry+https://github.com/rust-lang/crates.io-index" 1446 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1447 + dependencies = [ 1448 + "winapi-util", 1449 + ] 1450 + 1451 + [[package]] 1452 + name = "terminal_size" 1453 + version = "0.2.6" 1454 + source = "registry+https://github.com/rust-lang/crates.io-index" 1455 + checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" 1456 + dependencies = [ 1457 + "rustix", 1458 + "windows-sys 0.48.0", 1459 + ] 1460 + 1461 + [[package]] 1462 + name = "textwrap" 1463 + version = "0.11.0" 1464 + source = "registry+https://github.com/rust-lang/crates.io-index" 1465 + checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1466 + dependencies = [ 1467 + "unicode-width", 1468 + ] 1469 + 1470 + [[package]] 1471 + name = "textwrap" 1472 + version = "0.16.0" 1473 + source = "registry+https://github.com/rust-lang/crates.io-index" 1474 + checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 1475 + dependencies = [ 1476 + "terminal_size", 1477 + ] 1478 + 1479 + [[package]] 1480 + name = "thiserror" 1481 + version = "1.0.40" 1482 + source = "registry+https://github.com/rust-lang/crates.io-index" 1483 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1484 + dependencies = [ 1485 + "thiserror-impl", 1486 + ] 1487 + 1488 + [[package]] 1489 + name = "thiserror-impl" 1490 + version = "1.0.40" 1491 + source = "registry+https://github.com/rust-lang/crates.io-index" 1492 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1493 + dependencies = [ 1494 + "proc-macro2", 1495 + "quote", 1496 + "syn 2.0.16", 1497 + ] 1498 + 1499 + [[package]] 1500 + name = "thread_local" 1501 + version = "1.1.7" 1502 + source = "registry+https://github.com/rust-lang/crates.io-index" 1503 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 1504 + dependencies = [ 1505 + "cfg-if", 1506 + "once_cell", 1507 + ] 1508 + 1509 + [[package]] 1510 + name = "tinyvec" 1511 + version = "1.6.0" 1512 + source = "registry+https://github.com/rust-lang/crates.io-index" 1513 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1514 + dependencies = [ 1515 + "tinyvec_macros", 1516 + ] 1517 + 1518 + [[package]] 1519 + name = "tinyvec_macros" 1520 + version = "0.1.1" 1521 + source = "registry+https://github.com/rust-lang/crates.io-index" 1522 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1523 + 1524 + [[package]] 1525 + name = "toml" 1526 + version = "0.5.11" 1527 + source = "registry+https://github.com/rust-lang/crates.io-index" 1528 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1529 + dependencies = [ 1530 + "serde", 1531 + ] 1532 + 1533 + [[package]] 1534 + name = "toml" 1535 + version = "0.7.4" 1536 + source = "registry+https://github.com/rust-lang/crates.io-index" 1537 + checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" 1538 + dependencies = [ 1539 + "serde", 1540 + "serde_spanned", 1541 + "toml_datetime", 1542 + "toml_edit 0.19.9", 1543 + ] 1544 + 1545 + [[package]] 1546 + name = "toml_datetime" 1547 + version = "0.6.2" 1548 + source = "registry+https://github.com/rust-lang/crates.io-index" 1549 + checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" 1550 + dependencies = [ 1551 + "serde", 1552 + ] 1553 + 1554 + [[package]] 1555 + name = "toml_edit" 1556 + version = "0.13.4" 1557 + source = "registry+https://github.com/rust-lang/crates.io-index" 1558 + checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b" 1559 + dependencies = [ 1560 + "combine", 1561 + "indexmap", 1562 + "itertools", 1563 + "kstring", 1564 + "serde", 1565 + ] 1566 + 1567 + [[package]] 1568 + name = "toml_edit" 1569 + version = "0.19.9" 1570 + source = "registry+https://github.com/rust-lang/crates.io-index" 1571 + checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f" 1572 + dependencies = [ 1573 + "indexmap", 1574 + "serde", 1575 + "serde_spanned", 1576 + "toml_datetime", 1577 + "winnow", 1578 + ] 1579 + 1580 + [[package]] 1581 + name = "unicode-bidi" 1582 + version = "0.3.13" 1583 + source = "registry+https://github.com/rust-lang/crates.io-index" 1584 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1585 + 1586 + [[package]] 1587 + name = "unicode-ident" 1588 + version = "1.0.8" 1589 + source = "registry+https://github.com/rust-lang/crates.io-index" 1590 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1591 + 1592 + [[package]] 1593 + name = "unicode-normalization" 1594 + version = "0.1.22" 1595 + source = "registry+https://github.com/rust-lang/crates.io-index" 1596 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1597 + dependencies = [ 1598 + "tinyvec", 1599 + ] 1600 + 1601 + [[package]] 1602 + name = "unicode-segmentation" 1603 + version = "1.10.1" 1604 + source = "registry+https://github.com/rust-lang/crates.io-index" 1605 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1606 + 1607 + [[package]] 1608 + name = "unicode-width" 1609 + version = "0.1.10" 1610 + source = "registry+https://github.com/rust-lang/crates.io-index" 1611 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1612 + 1613 + [[package]] 1614 + name = "untrusted" 1615 + version = "0.7.1" 1616 + source = "registry+https://github.com/rust-lang/crates.io-index" 1617 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1618 + 1619 + [[package]] 1620 + name = "ureq" 1621 + version = "2.6.2" 1622 + source = "registry+https://github.com/rust-lang/crates.io-index" 1623 + checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d" 1624 + dependencies = [ 1625 + "base64", 1626 + "log", 1627 + "native-tls", 1628 + "once_cell", 1629 + "rustls", 1630 + "serde", 1631 + "serde_json", 1632 + "socks", 1633 + "url", 1634 + "webpki", 1635 + "webpki-roots", 1636 + ] 1637 + 1638 + [[package]] 1639 + name = "url" 1640 + version = "2.3.1" 1641 + source = "registry+https://github.com/rust-lang/crates.io-index" 1642 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 1643 + dependencies = [ 1644 + "form_urlencoded", 1645 + "idna", 1646 + "percent-encoding", 1647 + "serde", 1648 + ] 1649 + 1650 + [[package]] 1651 + name = "value-bag" 1652 + version = "1.0.0-alpha.9" 1653 + source = "registry+https://github.com/rust-lang/crates.io-index" 1654 + checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 1655 + dependencies = [ 1656 + "ctor", 1657 + "sval", 1658 + "version_check", 1659 + ] 1660 + 1661 + [[package]] 1662 + name = "vcpkg" 1663 + version = "0.2.15" 1664 + source = "registry+https://github.com/rust-lang/crates.io-index" 1665 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1666 + 1667 + [[package]] 1668 + name = "vec_map" 1669 + version = "0.8.2" 1670 + source = "registry+https://github.com/rust-lang/crates.io-index" 1671 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1672 + 1673 + [[package]] 1674 + name = "version_check" 1675 + version = "0.9.4" 1676 + source = "registry+https://github.com/rust-lang/crates.io-index" 1677 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1678 + 1679 + [[package]] 1680 + name = "walkdir" 1681 + version = "2.3.3" 1682 + source = "registry+https://github.com/rust-lang/crates.io-index" 1683 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 1684 + dependencies = [ 1685 + "same-file", 1686 + "winapi-util", 1687 + ] 1688 + 1689 + [[package]] 1690 + name = "wasi" 1691 + version = "0.11.0+wasi-snapshot-preview1" 1692 + source = "registry+https://github.com/rust-lang/crates.io-index" 1693 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1694 + 1695 + [[package]] 1696 + name = "wasm-bindgen" 1697 + version = "0.2.86" 1698 + source = "registry+https://github.com/rust-lang/crates.io-index" 1699 + checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 1700 + dependencies = [ 1701 + "cfg-if", 1702 + "wasm-bindgen-macro", 1703 + ] 1704 + 1705 + [[package]] 1706 + name = "wasm-bindgen-backend" 1707 + version = "0.2.86" 1708 + source = "registry+https://github.com/rust-lang/crates.io-index" 1709 + checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 1710 + dependencies = [ 1711 + "bumpalo", 1712 + "log", 1713 + "once_cell", 1714 + "proc-macro2", 1715 + "quote", 1716 + "syn 2.0.16", 1717 + "wasm-bindgen-shared", 1718 + ] 1719 + 1720 + [[package]] 1721 + name = "wasm-bindgen-macro" 1722 + version = "0.2.86" 1723 + source = "registry+https://github.com/rust-lang/crates.io-index" 1724 + checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 1725 + dependencies = [ 1726 + "quote", 1727 + "wasm-bindgen-macro-support", 1728 + ] 1729 + 1730 + [[package]] 1731 + name = "wasm-bindgen-macro-support" 1732 + version = "0.2.86" 1733 + source = "registry+https://github.com/rust-lang/crates.io-index" 1734 + checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 1735 + dependencies = [ 1736 + "proc-macro2", 1737 + "quote", 1738 + "syn 2.0.16", 1739 + "wasm-bindgen-backend", 1740 + "wasm-bindgen-shared", 1741 + ] 1742 + 1743 + [[package]] 1744 + name = "wasm-bindgen-shared" 1745 + version = "0.2.86" 1746 + source = "registry+https://github.com/rust-lang/crates.io-index" 1747 + checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 1748 + 1749 + [[package]] 1750 + name = "web-sys" 1751 + version = "0.3.63" 1752 + source = "registry+https://github.com/rust-lang/crates.io-index" 1753 + checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 1754 + dependencies = [ 1755 + "js-sys", 1756 + "wasm-bindgen", 1757 + ] 1758 + 1759 + [[package]] 1760 + name = "webpki" 1761 + version = "0.22.0" 1762 + source = "registry+https://github.com/rust-lang/crates.io-index" 1763 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 1764 + dependencies = [ 1765 + "ring", 1766 + "untrusted", 1767 + ] 1768 + 1769 + [[package]] 1770 + name = "webpki-roots" 1771 + version = "0.22.6" 1772 + source = "registry+https://github.com/rust-lang/crates.io-index" 1773 + checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 1774 + dependencies = [ 1775 + "webpki", 1776 + ] 1777 + 1778 + [[package]] 1779 + name = "winapi" 1780 + version = "0.3.9" 1781 + source = "registry+https://github.com/rust-lang/crates.io-index" 1782 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1783 + dependencies = [ 1784 + "winapi-i686-pc-windows-gnu", 1785 + "winapi-x86_64-pc-windows-gnu", 1786 + ] 1787 + 1788 + [[package]] 1789 + name = "winapi-i686-pc-windows-gnu" 1790 + version = "0.4.0" 1791 + source = "registry+https://github.com/rust-lang/crates.io-index" 1792 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1793 + 1794 + [[package]] 1795 + name = "winapi-util" 1796 + version = "0.1.5" 1797 + source = "registry+https://github.com/rust-lang/crates.io-index" 1798 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1799 + dependencies = [ 1800 + "winapi", 1801 + ] 1802 + 1803 + [[package]] 1804 + name = "winapi-x86_64-pc-windows-gnu" 1805 + version = "0.4.0" 1806 + source = "registry+https://github.com/rust-lang/crates.io-index" 1807 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1808 + 1809 + [[package]] 1810 + name = "windows-sys" 1811 + version = "0.42.0" 1812 + source = "registry+https://github.com/rust-lang/crates.io-index" 1813 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1814 + dependencies = [ 1815 + "windows_aarch64_gnullvm 0.42.2", 1816 + "windows_aarch64_msvc 0.42.2", 1817 + "windows_i686_gnu 0.42.2", 1818 + "windows_i686_msvc 0.42.2", 1819 + "windows_x86_64_gnu 0.42.2", 1820 + "windows_x86_64_gnullvm 0.42.2", 1821 + "windows_x86_64_msvc 0.42.2", 1822 + ] 1823 + 1824 + [[package]] 1825 + name = "windows-sys" 1826 + version = "0.45.0" 1827 + source = "registry+https://github.com/rust-lang/crates.io-index" 1828 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1829 + dependencies = [ 1830 + "windows-targets 0.42.2", 1831 + ] 1832 + 1833 + [[package]] 1834 + name = "windows-sys" 1835 + version = "0.48.0" 1836 + source = "registry+https://github.com/rust-lang/crates.io-index" 1837 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1838 + dependencies = [ 1839 + "windows-targets 0.48.0", 1840 + ] 1841 + 1842 + [[package]] 1843 + name = "windows-targets" 1844 + version = "0.42.2" 1845 + source = "registry+https://github.com/rust-lang/crates.io-index" 1846 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1847 + dependencies = [ 1848 + "windows_aarch64_gnullvm 0.42.2", 1849 + "windows_aarch64_msvc 0.42.2", 1850 + "windows_i686_gnu 0.42.2", 1851 + "windows_i686_msvc 0.42.2", 1852 + "windows_x86_64_gnu 0.42.2", 1853 + "windows_x86_64_gnullvm 0.42.2", 1854 + "windows_x86_64_msvc 0.42.2", 1855 + ] 1856 + 1857 + [[package]] 1858 + name = "windows-targets" 1859 + version = "0.48.0" 1860 + source = "registry+https://github.com/rust-lang/crates.io-index" 1861 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1862 + dependencies = [ 1863 + "windows_aarch64_gnullvm 0.48.0", 1864 + "windows_aarch64_msvc 0.48.0", 1865 + "windows_i686_gnu 0.48.0", 1866 + "windows_i686_msvc 0.48.0", 1867 + "windows_x86_64_gnu 0.48.0", 1868 + "windows_x86_64_gnullvm 0.48.0", 1869 + "windows_x86_64_msvc 0.48.0", 1870 + ] 1871 + 1872 + [[package]] 1873 + name = "windows_aarch64_gnullvm" 1874 + version = "0.42.2" 1875 + source = "registry+https://github.com/rust-lang/crates.io-index" 1876 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1877 + 1878 + [[package]] 1879 + name = "windows_aarch64_gnullvm" 1880 + version = "0.48.0" 1881 + source = "registry+https://github.com/rust-lang/crates.io-index" 1882 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1883 + 1884 + [[package]] 1885 + name = "windows_aarch64_msvc" 1886 + version = "0.42.2" 1887 + source = "registry+https://github.com/rust-lang/crates.io-index" 1888 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1889 + 1890 + [[package]] 1891 + name = "windows_aarch64_msvc" 1892 + version = "0.48.0" 1893 + source = "registry+https://github.com/rust-lang/crates.io-index" 1894 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1895 + 1896 + [[package]] 1897 + name = "windows_i686_gnu" 1898 + version = "0.42.2" 1899 + source = "registry+https://github.com/rust-lang/crates.io-index" 1900 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1901 + 1902 + [[package]] 1903 + name = "windows_i686_gnu" 1904 + version = "0.48.0" 1905 + source = "registry+https://github.com/rust-lang/crates.io-index" 1906 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1907 + 1908 + [[package]] 1909 + name = "windows_i686_msvc" 1910 + version = "0.42.2" 1911 + source = "registry+https://github.com/rust-lang/crates.io-index" 1912 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1913 + 1914 + [[package]] 1915 + name = "windows_i686_msvc" 1916 + version = "0.48.0" 1917 + source = "registry+https://github.com/rust-lang/crates.io-index" 1918 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1919 + 1920 + [[package]] 1921 + name = "windows_x86_64_gnu" 1922 + version = "0.42.2" 1923 + source = "registry+https://github.com/rust-lang/crates.io-index" 1924 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1925 + 1926 + [[package]] 1927 + name = "windows_x86_64_gnu" 1928 + version = "0.48.0" 1929 + source = "registry+https://github.com/rust-lang/crates.io-index" 1930 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1931 + 1932 + [[package]] 1933 + name = "windows_x86_64_gnullvm" 1934 + version = "0.42.2" 1935 + source = "registry+https://github.com/rust-lang/crates.io-index" 1936 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1937 + 1938 + [[package]] 1939 + name = "windows_x86_64_gnullvm" 1940 + version = "0.48.0" 1941 + source = "registry+https://github.com/rust-lang/crates.io-index" 1942 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1943 + 1944 + [[package]] 1945 + name = "windows_x86_64_msvc" 1946 + version = "0.42.2" 1947 + source = "registry+https://github.com/rust-lang/crates.io-index" 1948 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1949 + 1950 + [[package]] 1951 + name = "windows_x86_64_msvc" 1952 + version = "0.48.0" 1953 + source = "registry+https://github.com/rust-lang/crates.io-index" 1954 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1955 + 1956 + [[package]] 1957 + name = "winnow" 1958 + version = "0.4.6" 1959 + source = "registry+https://github.com/rust-lang/crates.io-index" 1960 + checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 1961 + dependencies = [ 1962 + "memchr", 1963 + ]
+48
pkgs/development/tools/reindeer/default.nix
··· 1 + { lib 2 + , rustPlatform 3 + , fetchFromGitHub 4 + , pkg-config 5 + , openssl 6 + , stdenv 7 + , libiconv 8 + , darwin 9 + , nix-update-script 10 + }: 11 + 12 + rustPlatform.buildRustPackage rec { 13 + pname = "reindeer"; 14 + version = "unstable-2023-05-18"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "facebookincubator"; 18 + repo = pname; 19 + rev = "2d6d37dcddaa840b6cd99951176c972f4c3afddd"; 20 + sha256 = "sha256-31Kf6cVqAVFprTHEJp06E0p0y5YwdowhmPti8JBJw3g="; 21 + }; 22 + 23 + cargoLock = { 24 + lockFile = ./Cargo.lock; 25 + }; 26 + 27 + postPatch = '' 28 + ln -s ${./Cargo.lock} Cargo.lock 29 + ''; 30 + 31 + nativeBuildInputs = [ pkg-config ]; 32 + buildInputs = 33 + [ openssl ] ++ lib.optionals stdenv.isDarwin [ 34 + libiconv 35 + darwin.apple_sdk.frameworks.Security 36 + darwin.apple_sdk.frameworks.CoreServices 37 + ]; 38 + 39 + passthru.updateScript = ./update.sh; 40 + 41 + meta = with lib; { 42 + description = "Reindeer is a tool which takes Rust Cargo dependencies and generates Buck build rules"; 43 + homepage = "https://github.com/facebookincubator/reindeer"; 44 + license = with licenses; [ mit ]; 45 + maintainers = with maintainers; [ nickgerace ]; 46 + }; 47 + } 48 +
+37
pkgs/development/tools/reindeer/update.sh
··· 1 + #!/usr/bin/env nix-shell 2 + #!nix-shell -I nixpkgs=./. -i bash -p curl jq nix-prefetch common-updater-scripts mktemp nix coreutils 3 + 4 + # First, check that we only update once per day since the version tag is dependent on the date. 5 + NEW_VERSION="unstable-$(date +%F)" 6 + CURRENT_VERSION=$(nix-instantiate --eval -E "with import ./. {}; reindeer.version" | tr -d '"') 7 + if [[ "$NEW_VERSION" == "$CURRENT_VERSION" ]]; then 8 + echo "skipping reindeer update within same day (version: \"$CURRENT_VERSION\")" 9 + exit 0 10 + fi 11 + 12 + # Second, let's check if there's a new commit to main. 13 + NEW_REV=$(curl https://api.github.com/repos/facebookincubator/reindeer/branches/main | jq '.commit.sha') 14 + CURRENT_REV=$(nix-instantiate --eval -E "with import ./. {}; reindeer.src.rev") 15 + if [[ "$NEW_REV" == "$CURRENT_REV" ]]; then 16 + echo "reindeer is up-to-date (rev: $CURRENT_REV)" 17 + exit 0 18 + fi 19 + echo "updating reindeer (new: $NEW_REV) (old: $CURRENT_REV)" 20 + 21 + # Generate the new lockfile in a temporary directory. 22 + pushd $(mktemp -d) 23 + git clone https://github.com/facebookincubator/reindeer.git --depth=1 24 + pushd reindeer 25 + cargo generate-lockfile 26 + LOCKFILE=$(realpath ./Cargo.lock) 27 + popd 28 + popd 29 + cp $LOCKFILE pkgs/development/tools/reindeer/ 30 + 31 + # Get the new sha256 value. 32 + TRIMMED_REV=$(echo $NEW_REV | tr -d '"') 33 + HASH_RAW=$(nix-prefetch-url https://github.com/facebookincubator/reindeer/archive/${TRIMMED_REV}.tar.gz --unpack --type sha256) 34 + HASH_SRI=$(nix hash to-sri --type sha256 ${HASH_RAW}) 35 + 36 + # Update the file accordingly. 37 + update-source-version reindeer "$NEW_VERSION" ${HASH_SRI} --rev=${TRIMMED_REV}
+127 -195
pkgs/development/tools/ruff/Cargo.lock
··· 76 76 77 77 [[package]] 78 78 name = "anstream" 79 - version = "0.3.0" 79 + version = "0.3.2" 80 80 source = "registry+https://github.com/rust-lang/crates.io-index" 81 - checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371" 81 + checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 82 82 dependencies = [ 83 83 "anstyle", 84 84 "anstyle-parse", ··· 115 115 116 116 [[package]] 117 117 name = "anstyle-wincon" 118 - version = "1.0.0" 118 + version = "1.0.1" 119 119 source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd" 120 + checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 121 121 dependencies = [ 122 122 "anstyle", 123 123 "windows-sys 0.48.0", ··· 125 125 126 126 [[package]] 127 127 name = "anyhow" 128 - version = "1.0.70" 128 + version = "1.0.71" 129 129 source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 130 + checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 131 131 132 132 [[package]] 133 133 name = "argfile" ··· 193 193 194 194 [[package]] 195 195 name = "bitflags" 196 - version = "2.2.1" 196 + version = "2.3.1" 197 197 source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813" 198 + checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84" 199 199 200 200 [[package]] 201 201 name = "bstr" ··· 211 211 212 212 [[package]] 213 213 name = "bumpalo" 214 - version = "3.12.1" 214 + version = "3.12.2" 215 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 - checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8" 216 + checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 217 217 218 218 [[package]] 219 219 name = "cachedir" ··· 268 268 269 269 [[package]] 270 270 name = "ciborium" 271 - version = "0.2.0" 271 + version = "0.2.1" 272 272 source = "registry+https://github.com/rust-lang/crates.io-index" 273 - checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" 273 + checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" 274 274 dependencies = [ 275 275 "ciborium-io", 276 276 "ciborium-ll", ··· 279 279 280 280 [[package]] 281 281 name = "ciborium-io" 282 - version = "0.2.0" 282 + version = "0.2.1" 283 283 source = "registry+https://github.com/rust-lang/crates.io-index" 284 - checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" 284 + checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" 285 285 286 286 [[package]] 287 287 name = "ciborium-ll" 288 - version = "0.2.0" 288 + version = "0.2.1" 289 289 source = "registry+https://github.com/rust-lang/crates.io-index" 290 - checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" 290 + checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" 291 291 dependencies = [ 292 292 "ciborium-io", 293 293 "half", ··· 295 295 296 296 [[package]] 297 297 name = "clap" 298 - version = "3.2.23" 298 + version = "3.2.25" 299 299 source = "registry+https://github.com/rust-lang/crates.io-index" 300 - checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 300 + checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 301 301 dependencies = [ 302 302 "bitflags 1.3.2", 303 303 "clap_lex 0.2.4", ··· 307 307 308 308 [[package]] 309 309 name = "clap" 310 - version = "4.2.4" 310 + version = "4.2.7" 311 311 source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62" 312 + checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938" 313 313 dependencies = [ 314 314 "clap_builder", 315 315 "clap_derive", ··· 318 318 319 319 [[package]] 320 320 name = "clap_builder" 321 - version = "4.2.4" 321 + version = "4.2.7" 322 322 source = "registry+https://github.com/rust-lang/crates.io-index" 323 - checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749" 323 + checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd" 324 324 dependencies = [ 325 325 "anstream", 326 326 "anstyle", ··· 331 331 332 332 [[package]] 333 333 name = "clap_complete" 334 - version = "4.2.1" 334 + version = "4.2.3" 335 335 source = "registry+https://github.com/rust-lang/crates.io-index" 336 - checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473" 336 + checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8" 337 337 dependencies = [ 338 - "clap 4.2.4", 338 + "clap 4.2.7", 339 339 ] 340 340 341 341 [[package]] ··· 344 344 source = "registry+https://github.com/rust-lang/crates.io-index" 345 345 checksum = "183495371ea78d4c9ff638bfc6497d46fed2396e4f9c50aebc1278a4a9919a3d" 346 346 dependencies = [ 347 - "clap 4.2.4", 347 + "clap 4.2.7", 348 348 "clap_complete", 349 349 "clap_complete_fig", 350 350 "clap_complete_nushell", ··· 356 356 source = "registry+https://github.com/rust-lang/crates.io-index" 357 357 checksum = "f3af28956330989baa428ed4d3471b853715d445c62de21b67292e22cf8a41fa" 358 358 dependencies = [ 359 - "clap 4.2.4", 359 + "clap 4.2.7", 360 360 "clap_complete", 361 361 ] 362 362 ··· 366 366 source = "registry+https://github.com/rust-lang/crates.io-index" 367 367 checksum = "c7fa41f5e6aa83bd151b70fd0ceaee703d68cd669522795dc812df9edad1252c" 368 368 dependencies = [ 369 - "clap 4.2.4", 369 + "clap 4.2.7", 370 370 "clap_complete", 371 371 ] 372 372 ··· 411 411 ] 412 412 413 413 [[package]] 414 - name = "codespan-reporting" 415 - version = "0.11.1" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 418 - dependencies = [ 419 - "termcolor", 420 - "unicode-width", 421 - ] 422 - 423 - [[package]] 424 414 name = "colorchoice" 425 415 version = "1.0.0" 426 416 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 500 490 "atty", 501 491 "cast", 502 492 "ciborium", 503 - "clap 3.2.23", 493 + "clap 3.2.25", 504 494 "criterion-plot", 505 495 "itertools", 506 496 "lazy_static", ··· 586 576 ] 587 577 588 578 [[package]] 589 - name = "cxx" 590 - version = "1.0.94" 591 - source = "registry+https://github.com/rust-lang/crates.io-index" 592 - checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" 593 - dependencies = [ 594 - "cc", 595 - "cxxbridge-flags", 596 - "cxxbridge-macro", 597 - "link-cplusplus", 598 - ] 599 - 600 - [[package]] 601 - name = "cxx-build" 602 - version = "1.0.94" 603 - source = "registry+https://github.com/rust-lang/crates.io-index" 604 - checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" 605 - dependencies = [ 606 - "cc", 607 - "codespan-reporting", 608 - "once_cell", 609 - "proc-macro2", 610 - "quote", 611 - "scratch", 612 - "syn 2.0.15", 613 - ] 614 - 615 - [[package]] 616 - name = "cxxbridge-flags" 617 - version = "1.0.94" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" 620 - 621 - [[package]] 622 - name = "cxxbridge-macro" 623 - version = "1.0.94" 624 - source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" 626 - dependencies = [ 627 - "proc-macro2", 628 - "quote", 629 - "syn 2.0.15", 630 - ] 631 - 632 - [[package]] 633 579 name = "diff" 634 580 version = "0.1.13" 635 581 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 652 598 653 599 [[package]] 654 600 name = "dirs" 655 - version = "5.0.0" 601 + version = "5.0.1" 656 602 source = "registry+https://github.com/rust-lang/crates.io-index" 657 - checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd" 603 + checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 658 604 dependencies = [ 659 - "dirs-sys 0.4.0", 605 + "dirs-sys 0.4.1", 660 606 ] 661 607 662 608 [[package]] ··· 672 618 673 619 [[package]] 674 620 name = "dirs-sys" 675 - version = "0.4.0" 621 + version = "0.4.1" 676 622 source = "registry+https://github.com/rust-lang/crates.io-index" 677 - checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b" 623 + checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 678 624 dependencies = [ 679 625 "libc", 626 + "option-ext", 680 627 "redox_users", 681 - "windows-sys 0.45.0", 628 + "windows-sys 0.48.0", 682 629 ] 683 630 684 631 [[package]] ··· 764 711 765 712 [[package]] 766 713 name = "flake8-to-ruff" 767 - version = "0.0.267" 714 + version = "0.0.269" 768 715 dependencies = [ 769 716 "anyhow", 770 - "clap 4.2.4", 717 + "clap 4.2.7", 771 718 "colored", 772 719 "configparser", 773 720 "once_cell", ··· 783 730 784 731 [[package]] 785 732 name = "flate2" 786 - version = "1.0.25" 733 + version = "1.0.26" 787 734 source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 735 + checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 789 736 dependencies = [ 790 737 "crc32fast", 791 738 "miniz_oxide", ··· 914 861 915 862 [[package]] 916 863 name = "iana-time-zone-haiku" 917 - version = "0.1.1" 864 + version = "0.1.2" 918 865 source = "registry+https://github.com/rust-lang/crates.io-index" 919 - checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 866 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 920 867 dependencies = [ 921 - "cxx", 922 - "cxx-build", 868 + "cc", 923 869 ] 924 870 925 871 [[package]] ··· 1064 1010 1065 1011 [[package]] 1066 1012 name = "js-sys" 1067 - version = "0.3.61" 1013 + version = "0.3.62" 1068 1014 source = "registry+https://github.com/rust-lang/crates.io-index" 1069 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1015 + checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 1070 1016 dependencies = [ 1071 1017 "wasm-bindgen", 1072 1018 ] ··· 1135 1081 1136 1082 [[package]] 1137 1083 name = "libc" 1138 - version = "0.2.142" 1084 + version = "0.2.144" 1139 1085 source = "registry+https://github.com/rust-lang/crates.io-index" 1140 - checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" 1086 + checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 1141 1087 1142 1088 [[package]] 1143 1089 name = "libcst" ··· 1165 1111 1166 1112 [[package]] 1167 1113 name = "libmimalloc-sys" 1168 - version = "0.1.32" 1114 + version = "0.1.33" 1169 1115 source = "registry+https://github.com/rust-lang/crates.io-index" 1170 - checksum = "43a558e3d911bc3c7bfc8c78bc580b404d6e51c1cefbf656e176a94b49b0df40" 1116 + checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e" 1171 1117 dependencies = [ 1172 1118 "cc", 1173 1119 "libc", 1174 - ] 1175 - 1176 - [[package]] 1177 - name = "link-cplusplus" 1178 - version = "1.0.8" 1179 - source = "registry+https://github.com/rust-lang/crates.io-index" 1180 - checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 1181 - dependencies = [ 1182 - "cc", 1183 1120 ] 1184 1121 1185 1122 [[package]] ··· 1190 1127 1191 1128 [[package]] 1192 1129 name = "linux-raw-sys" 1193 - version = "0.3.3" 1130 + version = "0.3.7" 1194 1131 source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "9b085a4f2cde5781fc4b1717f2e86c62f5cda49de7ba99a7c2eae02b61c9064c" 1132 + checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 1196 1133 1197 1134 [[package]] 1198 1135 name = "log" ··· 1226 1163 1227 1164 [[package]] 1228 1165 name = "mimalloc" 1229 - version = "0.1.36" 1166 + version = "0.1.37" 1230 1167 source = "registry+https://github.com/rust-lang/crates.io-index" 1231 - checksum = "3d88dad3f985ec267a3fcb7a1726f5cb1a7e8cad8b646e70a84f967210df23da" 1168 + checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98" 1232 1169 dependencies = [ 1233 1170 "libmimalloc-sys", 1234 1171 ] ··· 1241 1178 1242 1179 [[package]] 1243 1180 name = "miniz_oxide" 1244 - version = "0.6.2" 1181 + version = "0.7.1" 1245 1182 source = "registry+https://github.com/rust-lang/crates.io-index" 1246 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1183 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1247 1184 dependencies = [ 1248 1185 "adler", 1249 1186 ] ··· 1371 1308 checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 1372 1309 1373 1310 [[package]] 1311 + name = "option-ext" 1312 + version = "0.2.0" 1313 + source = "registry+https://github.com/rust-lang/crates.io-index" 1314 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1315 + 1316 + [[package]] 1374 1317 name = "os_str_bytes" 1375 1318 version = "6.5.0" 1376 1319 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1396 1339 1397 1340 [[package]] 1398 1341 name = "path-absolutize" 1399 - version = "3.0.14" 1342 + version = "3.1.0" 1400 1343 source = "registry+https://github.com/rust-lang/crates.io-index" 1401 - checksum = "0f1d4993b16f7325d90c18c3c6a3327db7808752db8d208cea0acee0abd52c52" 1344 + checksum = "43eb3595c63a214e1b37b44f44b0a84900ef7ae0b4c5efce59e123d246d7a0de" 1402 1345 dependencies = [ 1403 1346 "path-dedot", 1404 1347 ] 1405 1348 1406 1349 [[package]] 1407 1350 name = "path-dedot" 1408 - version = "3.0.18" 1351 + version = "3.1.0" 1409 1352 source = "registry+https://github.com/rust-lang/crates.io-index" 1410 - checksum = "9a81540d94551664b72b72829b12bd167c73c9d25fbac0e04fafa8023f7e4901" 1353 + checksum = "9d55e486337acb9973cdea3ec5638c1b3bcb22e573b2b7b41969e0c744d5a15e" 1411 1354 dependencies = [ 1412 1355 "once_cell", 1413 1356 ] ··· 1447 1390 1448 1391 [[package]] 1449 1392 name = "pep440_rs" 1450 - version = "0.3.5" 1393 + version = "0.3.9" 1451 1394 source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "aac177a025c60a4dd25d638bf33e746d1ead5f7123f6650f35b4394c7ce1a104" 1395 + checksum = "fe1d15693a11422cfa7d401b00dc9ae9fb8edbfbcb711a77130663f4ddf67650" 1453 1396 dependencies = [ 1454 1397 "lazy_static", 1455 1398 "regex", ··· 1645 1588 1646 1589 [[package]] 1647 1590 name = "quote" 1648 - version = "1.0.26" 1591 + version = "1.0.27" 1649 1592 source = "registry+https://github.com/rust-lang/crates.io-index" 1650 - checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 1593 + checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1651 1594 dependencies = [ 1652 1595 "proc-macro2", 1653 1596 ] ··· 1780 1723 1781 1724 [[package]] 1782 1725 name = "ruff" 1783 - version = "0.0.267" 1726 + version = "0.0.269" 1784 1727 dependencies = [ 1785 1728 "annotate-snippets 0.9.1", 1786 1729 "anyhow", 1787 - "bitflags 2.2.1", 1730 + "bitflags 2.3.1", 1788 1731 "chrono", 1789 - "clap 4.2.4", 1732 + "clap 4.2.7", 1790 1733 "colored", 1791 - "dirs 5.0.0", 1734 + "dirs 5.0.1", 1792 1735 "fern", 1793 1736 "glob", 1794 1737 "globset", ··· 1869 1812 1870 1813 [[package]] 1871 1814 name = "ruff_cli" 1872 - version = "0.0.267" 1815 + version = "0.0.269" 1873 1816 dependencies = [ 1874 1817 "annotate-snippets 0.9.1", 1875 1818 "anyhow", ··· 1877 1820 "assert_cmd", 1878 1821 "atty", 1879 1822 "bincode", 1880 - "bitflags 2.2.1", 1823 + "bitflags 2.3.1", 1881 1824 "cachedir", 1882 1825 "chrono", 1883 - "clap 4.2.4", 1826 + "clap 4.2.7", 1884 1827 "clap_complete_command", 1885 1828 "clearscreen", 1886 1829 "colored", ··· 1918 1861 version = "0.0.0" 1919 1862 dependencies = [ 1920 1863 "anyhow", 1921 - "clap 4.2.4", 1864 + "clap 4.2.7", 1922 1865 "itertools", 1923 1866 "libcst", 1924 1867 "once_cell", ··· 1976 1919 version = "0.0.0" 1977 1920 dependencies = [ 1978 1921 "anyhow", 1979 - "bitflags 2.2.1", 1922 + "bitflags 2.3.1", 1980 1923 "is-macro", 1981 1924 "itertools", 1982 1925 "log", ··· 1998 1941 version = "0.0.0" 1999 1942 dependencies = [ 2000 1943 "anyhow", 2001 - "clap 4.2.4", 1944 + "clap 4.2.7", 2002 1945 "insta", 2003 1946 "is-macro", 2004 1947 "itertools", ··· 2018 1961 name = "ruff_python_semantic" 2019 1962 version = "0.0.0" 2020 1963 dependencies = [ 2021 - "bitflags 2.2.1", 1964 + "bitflags 2.3.1", 2022 1965 "is-macro", 2023 1966 "nohash-hasher", 2024 1967 "ruff_python_ast", ··· 2058 2001 [[package]] 2059 2002 name = "ruff_text_size" 2060 2003 version = "0.0.0" 2061 - source = "git+https://github.com/RustPython/Parser.git?rev=a983f4383fb1ad8c1c66acb1d5b0016e59f95a49#a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" 2004 + source = "git+https://github.com/RustPython/Parser.git?rev=3654cf0bdfc270df6b2b83e2df086843574ad082#3654cf0bdfc270df6b2b83e2df086843574ad082" 2062 2005 dependencies = [ 2063 2006 "schemars", 2064 2007 "serde", ··· 2102 2045 2103 2046 [[package]] 2104 2047 name = "rustix" 2105 - version = "0.37.13" 2048 + version = "0.37.19" 2106 2049 source = "registry+https://github.com/rust-lang/crates.io-index" 2107 - checksum = "f79bef90eb6d984c72722595b5b1348ab39275a5e5123faca6863bf07d75a4e0" 2050 + checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 2108 2051 dependencies = [ 2109 2052 "bitflags 1.3.2", 2110 2053 "errno", ··· 2129 2072 [[package]] 2130 2073 name = "rustpython-ast" 2131 2074 version = "0.2.0" 2132 - source = "git+https://github.com/RustPython/Parser.git?rev=a983f4383fb1ad8c1c66acb1d5b0016e59f95a49#a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" 2075 + source = "git+https://github.com/RustPython/Parser.git?rev=3654cf0bdfc270df6b2b83e2df086843574ad082#3654cf0bdfc270df6b2b83e2df086843574ad082" 2133 2076 dependencies = [ 2134 2077 "is-macro", 2135 2078 "num-bigint", 2136 2079 "rustpython-parser-core", 2080 + "static_assertions", 2137 2081 ] 2138 2082 2139 2083 [[package]] 2140 2084 name = "rustpython-format" 2141 2085 version = "0.2.0" 2142 - source = "git+https://github.com/RustPython/Parser.git?rev=a983f4383fb1ad8c1c66acb1d5b0016e59f95a49#a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" 2086 + source = "git+https://github.com/RustPython/Parser.git?rev=3654cf0bdfc270df6b2b83e2df086843574ad082#3654cf0bdfc270df6b2b83e2df086843574ad082" 2143 2087 dependencies = [ 2144 - "bitflags 2.2.1", 2088 + "bitflags 2.3.1", 2145 2089 "itertools", 2146 2090 "num-bigint", 2147 2091 "num-traits", ··· 2151 2095 [[package]] 2152 2096 name = "rustpython-literal" 2153 2097 version = "0.2.0" 2154 - source = "git+https://github.com/RustPython/Parser.git?rev=a983f4383fb1ad8c1c66acb1d5b0016e59f95a49#a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" 2098 + source = "git+https://github.com/RustPython/Parser.git?rev=3654cf0bdfc270df6b2b83e2df086843574ad082#3654cf0bdfc270df6b2b83e2df086843574ad082" 2155 2099 dependencies = [ 2156 2100 "hexf-parse", 2101 + "is-macro", 2157 2102 "lexical-parse-float", 2158 2103 "num-traits", 2159 2104 "unic-ucd-category", ··· 2162 2107 [[package]] 2163 2108 name = "rustpython-parser" 2164 2109 version = "0.2.0" 2165 - source = "git+https://github.com/RustPython/Parser.git?rev=a983f4383fb1ad8c1c66acb1d5b0016e59f95a49#a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" 2110 + source = "git+https://github.com/RustPython/Parser.git?rev=3654cf0bdfc270df6b2b83e2df086843574ad082#3654cf0bdfc270df6b2b83e2df086843574ad082" 2166 2111 dependencies = [ 2167 2112 "anyhow", 2113 + "is-macro", 2168 2114 "itertools", 2169 2115 "lalrpop-util", 2170 2116 "log", ··· 2184 2130 [[package]] 2185 2131 name = "rustpython-parser-core" 2186 2132 version = "0.2.0" 2187 - source = "git+https://github.com/RustPython/Parser.git?rev=a983f4383fb1ad8c1c66acb1d5b0016e59f95a49#a983f4383fb1ad8c1c66acb1d5b0016e59f95a49" 2133 + source = "git+https://github.com/RustPython/Parser.git?rev=3654cf0bdfc270df6b2b83e2df086843574ad082#3654cf0bdfc270df6b2b83e2df086843574ad082" 2188 2134 dependencies = [ 2135 + "is-macro", 2189 2136 "ruff_text_size", 2190 2137 ] 2191 2138 ··· 2247 2194 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2248 2195 2249 2196 [[package]] 2250 - name = "scratch" 2251 - version = "1.0.5" 2252 - source = "registry+https://github.com/rust-lang/crates.io-index" 2253 - checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 2254 - 2255 - [[package]] 2256 2197 name = "sct" 2257 2198 version = "0.7.0" 2258 2199 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2270 2211 2271 2212 [[package]] 2272 2213 name = "serde" 2273 - version = "1.0.160" 2214 + version = "1.0.163" 2274 2215 source = "registry+https://github.com/rust-lang/crates.io-index" 2275 - checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 2216 + checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 2276 2217 dependencies = [ 2277 2218 "serde_derive", 2278 2219 ] ··· 2290 2231 2291 2232 [[package]] 2292 2233 name = "serde_derive" 2293 - version = "1.0.160" 2234 + version = "1.0.163" 2294 2235 source = "registry+https://github.com/rust-lang/crates.io-index" 2295 - checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 2236 + checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 2296 2237 dependencies = [ 2297 2238 "proc-macro2", 2298 2239 "quote", ··· 2337 2278 source = "registry+https://github.com/rust-lang/crates.io-index" 2338 2279 checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" 2339 2280 dependencies = [ 2340 - "dirs 5.0.0", 2281 + "dirs 5.0.1", 2341 2282 ] 2342 2283 2343 2284 [[package]] ··· 2449 2390 ] 2450 2391 2451 2392 [[package]] 2452 - name = "termcolor" 2453 - version = "1.2.0" 2454 - source = "registry+https://github.com/rust-lang/crates.io-index" 2455 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2456 - dependencies = [ 2457 - "winapi-util", 2458 - ] 2459 - 2460 - [[package]] 2461 2393 name = "terminfo" 2462 2394 version = "0.8.0" 2463 2395 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2665 2597 2666 2598 [[package]] 2667 2599 name = "tracing-attributes" 2668 - version = "0.1.23" 2600 + version = "0.1.24" 2669 2601 source = "registry+https://github.com/rust-lang/crates.io-index" 2670 - checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 2602 + checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" 2671 2603 dependencies = [ 2672 2604 "proc-macro2", 2673 2605 "quote", 2674 - "syn 1.0.109", 2606 + "syn 2.0.15", 2675 2607 ] 2676 2608 2677 2609 [[package]] 2678 2610 name = "tracing-core" 2679 - version = "0.1.30" 2611 + version = "0.1.31" 2680 2612 source = "registry+https://github.com/rust-lang/crates.io-index" 2681 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 2613 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 2682 2614 dependencies = [ 2683 2615 "once_cell", 2684 2616 ] ··· 2839 2771 2840 2772 [[package]] 2841 2773 name = "uuid" 2842 - version = "1.3.1" 2774 + version = "1.3.2" 2843 2775 source = "registry+https://github.com/rust-lang/crates.io-index" 2844 - checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" 2776 + checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" 2845 2777 2846 2778 [[package]] 2847 2779 name = "version_check" ··· 2882 2814 2883 2815 [[package]] 2884 2816 name = "wasm-bindgen" 2885 - version = "0.2.84" 2817 + version = "0.2.85" 2886 2818 source = "registry+https://github.com/rust-lang/crates.io-index" 2887 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 2819 + checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 2888 2820 dependencies = [ 2889 2821 "cfg-if", 2890 2822 "wasm-bindgen-macro", ··· 2892 2824 2893 2825 [[package]] 2894 2826 name = "wasm-bindgen-backend" 2895 - version = "0.2.84" 2827 + version = "0.2.85" 2896 2828 source = "registry+https://github.com/rust-lang/crates.io-index" 2897 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 2829 + checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 2898 2830 dependencies = [ 2899 2831 "bumpalo", 2900 2832 "log", 2901 2833 "once_cell", 2902 2834 "proc-macro2", 2903 2835 "quote", 2904 - "syn 1.0.109", 2836 + "syn 2.0.15", 2905 2837 "wasm-bindgen-shared", 2906 2838 ] 2907 2839 2908 2840 [[package]] 2909 2841 name = "wasm-bindgen-futures" 2910 - version = "0.4.34" 2842 + version = "0.4.35" 2911 2843 source = "registry+https://github.com/rust-lang/crates.io-index" 2912 - checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 2844 + checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163" 2913 2845 dependencies = [ 2914 2846 "cfg-if", 2915 2847 "js-sys", ··· 2919 2851 2920 2852 [[package]] 2921 2853 name = "wasm-bindgen-macro" 2922 - version = "0.2.84" 2854 + version = "0.2.85" 2923 2855 source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 2856 + checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 2925 2857 dependencies = [ 2926 2858 "quote", 2927 2859 "wasm-bindgen-macro-support", ··· 2929 2861 2930 2862 [[package]] 2931 2863 name = "wasm-bindgen-macro-support" 2932 - version = "0.2.84" 2864 + version = "0.2.85" 2933 2865 source = "registry+https://github.com/rust-lang/crates.io-index" 2934 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 2866 + checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 2935 2867 dependencies = [ 2936 2868 "proc-macro2", 2937 2869 "quote", 2938 - "syn 1.0.109", 2870 + "syn 2.0.15", 2939 2871 "wasm-bindgen-backend", 2940 2872 "wasm-bindgen-shared", 2941 2873 ] 2942 2874 2943 2875 [[package]] 2944 2876 name = "wasm-bindgen-shared" 2945 - version = "0.2.84" 2877 + version = "0.2.85" 2946 2878 source = "registry+https://github.com/rust-lang/crates.io-index" 2947 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2879 + checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 2948 2880 2949 2881 [[package]] 2950 2882 name = "wasm-bindgen-test" 2951 - version = "0.3.34" 2883 + version = "0.3.35" 2952 2884 source = "registry+https://github.com/rust-lang/crates.io-index" 2953 - checksum = "6db36fc0f9fb209e88fb3642590ae0205bb5a56216dabd963ba15879fe53a30b" 2885 + checksum = "b27e15b4a3030b9944370ba1d8cec6f21f66a1ad4fd14725c5685600460713ec" 2954 2886 dependencies = [ 2955 2887 "console_error_panic_hook", 2956 2888 "js-sys", ··· 2962 2894 2963 2895 [[package]] 2964 2896 name = "wasm-bindgen-test-macro" 2965 - version = "0.3.34" 2897 + version = "0.3.35" 2966 2898 source = "registry+https://github.com/rust-lang/crates.io-index" 2967 - checksum = "0734759ae6b3b1717d661fe4f016efcfb9828f5edb4520c18eaee05af3b43be9" 2899 + checksum = "1dbaa9b9a574eac00c4f3a9c4941ac051f07632ecd0484a8588abd95af6b99d2" 2968 2900 dependencies = [ 2969 2901 "proc-macro2", 2970 2902 "quote", ··· 2972 2904 2973 2905 [[package]] 2974 2906 name = "web-sys" 2975 - version = "0.3.61" 2907 + version = "0.3.62" 2976 2908 source = "registry+https://github.com/rust-lang/crates.io-index" 2977 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 2909 + checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721" 2978 2910 dependencies = [ 2979 2911 "js-sys", 2980 2912 "wasm-bindgen", ··· 3208 3140 3209 3141 [[package]] 3210 3142 name = "winnow" 3211 - version = "0.4.1" 3143 + version = "0.4.6" 3212 3144 source = "registry+https://github.com/rust-lang/crates.io-index" 3213 - checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 3145 + checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 3214 3146 dependencies = [ 3215 3147 "memchr", 3216 3148 ]
+3 -17
pkgs/development/tools/ruff/default.nix
··· 1 1 { lib 2 2 , rustPlatform 3 3 , fetchFromGitHub 4 - , fetchpatch 5 4 , installShellFiles 6 5 , stdenv 7 6 , darwin ··· 11 10 12 11 rustPlatform.buildRustPackage rec { 13 12 pname = "ruff"; 14 - version = "0.0.267"; 13 + version = "0.0.269"; 15 14 16 15 src = fetchFromGitHub { 17 16 owner = "charliermarsh"; 18 17 repo = pname; 19 18 rev = "v${version}"; 20 - hash = "sha256-inbW+oobW0hAsNdvJoiHvKoKAUjcuhEUrJe7fh5c6go="; 19 + hash = "sha256-3W5nCtZJ1ej96c4BEbI7OPfxxyIyp7anWD1zhJqG0OE="; 21 20 }; 22 21 23 22 cargoLock = { 24 23 lockFile = ./Cargo.lock; 25 24 outputHashes = { 26 25 "libcst-0.1.0" = "sha256-jG9jYJP4reACkFLrQBWOYH6nbKniNyFVItD0cTZ+nW0="; 27 - "ruff_text_size-0.0.0" = "sha256-rOk7N6YyMDiC/mn60Q5b3JGFvclj4ICbhYlpwNQsOiI="; 28 - "rustpython-literal-0.2.0" = "sha256-GBlD+oZpUxciPcBMw5Qq1sJoZqs4RwjZ+W53M3CqdAc="; 26 + "ruff_text_size-0.0.0" = "sha256-mfD5RXRCaRfnV7RZrN88rTPkSZ3ITNLTRtCuos14hwE="; 29 27 "unicode_names2-0.6.0" = "sha256-eWg9+ISm/vztB0KIdjhq5il2ZnwGJQCleCYfznCI3Wg="; 30 28 }; 31 29 }; 32 - 33 - patches = [ 34 - # without this patch, cargo-vendor-dir fails with the following error: 35 - # ln: failed to create symbolic link '...-rustpython-literal-0.2.0': Permission denied 36 - # this patch removes dependencies with the same name and fixes the conflict 37 - # https://github.com/charliermarsh/ruff/pull/4388 38 - (fetchpatch { 39 - name = "use-new-rustpython-format-crate-over-rustpython-common.patch"; 40 - url = "https://github.com/charliermarsh/ruff/commit/10eb4a38e86449fae023fbb591ffc16efec85bc8.patch"; 41 - hash = "sha256-bIun+Ge0bh4te0ih3bQtwRWJGi1h0weiLaN1AOhXR6E="; 42 - }) 43 - ]; 44 30 45 31 nativeBuildInputs = [ 46 32 installShellFiles
+10 -4
pkgs/development/tools/rust/cargo-ndk/default.nix
··· 2 2 , stdenv 3 3 , rustPlatform 4 4 , fetchFromGitHub 5 + , CoreGraphics 6 + , Foundation 5 7 }: 6 8 7 9 rustPlatform.buildRustPackage rec { 8 10 pname = "cargo-ndk"; 9 - version = "3.0.1"; 11 + version = "3.1.2"; 10 12 11 13 src = fetchFromGitHub { 12 14 owner = "bbqsrc"; 13 15 repo = pname; 14 16 rev = "v${version}"; 15 - sha256 = "sha256-fPN5me8+KrnFR0NkWVxWm8OXZbObUWsYKChldme0qyc="; 17 + sha256 = "sha256-L7HZzudu26Vyz1qm2soqGlZf8sBJKcx1BoBf8zC0ee4="; 16 18 }; 17 19 18 - cargoHash = "sha256-UEQ+6N7D1/+vhdzYthcTP1YuVEmo5llrpndKuwmrjKc="; 20 + cargoHash = "sha256-RMP1Nz2uWVIOxSlsjTR6QsVy6Heu9dXhrBBI5xGMbtY="; 21 + 22 + buildInputs = lib.optionals stdenv.isDarwin [ 23 + CoreGraphics 24 + Foundation 25 + ]; 19 26 20 27 meta = with lib; { 21 28 description = "Cargo extension for building Android NDK projects"; 22 29 homepage = "https://github.com/bbqsrc/cargo-ndk"; 23 30 license = with licenses; [ asl20 /* or */ mit ]; 24 31 maintainers = with maintainers; [ mglolenstine ]; 25 - platforms = platforms.linux; 26 32 }; 27 33 } 28 34
+1 -1
pkgs/development/tools/rust/cargo-shuttle/default.nix
··· 12 12 }: 13 13 14 14 rustPlatform.buildRustPackage rec { 15 - pname = "shuttle"; 15 + pname = "cargo-shuttle"; 16 16 version = "0.16.0"; 17 17 18 18 src = fetchFromGitHub {
+20 -5
pkgs/games/crossfire/crossfire-server.nix
··· 1 - { stdenv, lib, fetchsvn, autoreconfHook, 2 - autoconf, automake, libtool, flex, perl, check, pkg-config, python3, 3 - version, rev, sha256, maps, arch }: 1 + { stdenv 2 + , lib 3 + , fetchsvn 4 + , autoreconfHook 5 + , autoconf 6 + , automake 7 + , libtool 8 + , flex 9 + , perl 10 + , check 11 + , pkg-config 12 + , python39 # crossfire-server relies on a parser wich was removed in python >3.9 13 + , version 14 + , rev 15 + , sha256 16 + , maps 17 + , arch 18 + }: 4 19 5 20 stdenv.mkDerivation rec { 6 21 pname = "crossfire-server"; ··· 12 27 rev = "r${rev}"; 13 28 }; 14 29 15 - nativeBuildInputs = [ autoconf automake libtool flex perl check pkg-config python3 ]; 30 + nativeBuildInputs = [ autoconf automake libtool flex perl check pkg-config python39 ]; 16 31 hardeningDisable = [ "format" ]; 17 32 18 33 preConfigure = '' ··· 21 36 sh autogen.sh 22 37 ''; 23 38 24 - configureFlags = [ "--with-python=${python3}" ]; 39 + configureFlags = [ "--with-python=${python39}" ]; 25 40 26 41 postInstall = '' 27 42 ln -s ${maps} "$out/share/crossfire/maps"
+193 -193
pkgs/tools/admin/pulumi-bin/data.nix
··· 1 1 # DO NOT EDIT! This file is generated automatically by update.sh 2 2 { }: 3 3 { 4 - version = "3.65.1"; 4 + version = "3.67.1"; 5 5 pulumiPkgs = { 6 6 x86_64-linux = [ 7 7 { 8 - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.65.1-linux-x64.tar.gz"; 9 - sha256 = "0xih9xvaf28l1w9r2icf57x3yiizvqnf5rwrw2k6bhazrf9jisq0"; 8 + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.67.1-linux-x64.tar.gz"; 9 + sha256 = "0394gi0xmf7pq8mg07kk94ks24k0vmdy0f3mz9x4h277dajdq5n8"; 10 10 } 11 11 { 12 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.1.1-linux-amd64.tar.gz"; 13 - sha256 = "0x9lwf9yw378s56d58wz9fancy1cnm7jmpzsh3bbdjq44m2zz4zl"; 12 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.2.0-linux-amd64.tar.gz"; 13 + sha256 = "1ab212xgxpqn54l6lgpq6rpr53q9p78fxhlpkd056crklbmxl6rl"; 14 14 } 15 15 { 16 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v4.4.0-linux-amd64.tar.gz"; 17 - sha256 = "0xkwnp978w36c298q5wx73x00ppvw0mnpr8z418zhy073ws2yqh1"; 16 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v4.5.0-linux-amd64.tar.gz"; 17 + sha256 = "0bkgygq3i8sjlx8yi95m760v74kx8rya5lvhwh4139xb3d8863i4"; 18 18 } 19 19 { 20 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.36.0-linux-amd64.tar.gz"; 21 - sha256 = "0yglxb5xlji4nb47ldx0zc3viyk7r2w0hlvqk1f4lrl9v2bd4p1i"; 20 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.37.0-linux-amd64.tar.gz"; 21 + sha256 = "1affkl1khsynhh8q775xz2jkz0alj2x976jk1fzh03fdq21893nv"; 22 22 } 23 23 { 24 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v3.4.0-linux-amd64.tar.gz"; 25 - sha256 = "0s7p5vpplnapsmdxpypkxyw67xga68ibccx4gwx8s98dlg5yx46z"; 24 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v3.5.0-linux-amd64.tar.gz"; 25 + sha256 = "0w5y9j76cffyf74bdjlq6fqpi3071xijn6yyfljrfnl1vsnb4b3z"; 26 26 } 27 27 { 28 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v2.18.0-linux-amd64.tar.gz"; 29 - sha256 = "1lz34a178hsix18rpwv9kr8w0f2vyglbf27c23lm57r98860i5rx"; 28 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v2.19.0-linux-amd64.tar.gz"; 29 + sha256 = "0hzvl7ldbhficf7dazkpixpfsm7pkly0rpviaymg8wg8h9nl538m"; 30 30 } 31 31 { 32 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v5.39.0-linux-amd64.tar.gz"; 33 - sha256 = "109drzf3w7z1ml9khi3l79y74fdj7gc2aa4cj0whz0w3w1m7wdhf"; 32 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v5.41.0-linux-amd64.tar.gz"; 33 + sha256 = "154y3qlddz2lqa1qnm0w762w858g72x6iczs2jz7gcfbvlghryij"; 34 34 } 35 35 { 36 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v5.42.0-linux-amd64.tar.gz"; 37 - sha256 = "17y1cz6vnjb89f52p5riysr5zm9sk8ph4kaxw2f5zwr9sfk58da6"; 36 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v5.43.0-linux-amd64.tar.gz"; 37 + sha256 = "19vpvniziy8pq2lp5c53mrchzsi9r8qxzbj5s1qzyll9r8hvlzv8"; 38 38 } 39 39 { 40 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v5.37.0-linux-amd64.tar.gz"; 41 - sha256 = "0j5b9zn0vb89s28xfzxbjwqwgcsyq56plhawhrhfhp4gyl61ca9p"; 40 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v5.38.0-linux-amd64.tar.gz"; 41 + sha256 = "0j2kzbymfqdh9mgjm8akalbwij8gzfics9w60plpi6adwg08skdx"; 42 42 } 43 43 { 44 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuredevops-v2.7.0-linux-amd64.tar.gz"; 45 - sha256 = "0hzdwaw73rdbm8q7gqrsad4gkmzwrhq5zmqa2m9lniairj4cxxy1"; 44 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuredevops-v2.8.0-linux-amd64.tar.gz"; 45 + sha256 = "0a1z89005769fc5j58jv67cz2gjggzw8nxyxm8aby0nfl5qsip3d"; 46 46 } 47 47 { 48 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.0.0-linux-amd64.tar.gz"; 49 - sha256 = "0p3w91fm0lxa1pr5jxzdh2nybyy2z1nxx0vy2birnmw2wlr5p8g2"; 48 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.2.0-linux-amd64.tar.gz"; 49 + sha256 = "0prazbx4fjaz53mnbrdpxypd00xjqfprqnzrd24pmx79mgsxcswv"; 50 50 } 51 51 { 52 52 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.8.0-linux-amd64.tar.gz"; 53 53 sha256 = "1ld9zss8qfj3a3v75a09b3py266ba5ghdrj1d7vj9rdgid8xlxlq"; 54 54 } 55 55 { 56 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.16.0-linux-amd64.tar.gz"; 57 - sha256 = "1mqyjap2ys15z6479rr065vqfg1q777gn45d1alyv994zkbz845j"; 56 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.17.1-linux-amd64.tar.gz"; 57 + sha256 = "140r6vkmfxxcvnjdcq60d90mvfhdw569qvid48yvyh5531b6iz4i"; 58 58 } 59 59 { 60 60 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.19.1-linux-amd64.tar.gz"; ··· 69 69 sha256 = "0hnardid0kbzy65dmn7vz8ddy5hq78nf2871zz6srf2hfyiv7qa4"; 70 70 } 71 71 { 72 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v7.3.0-linux-amd64.tar.gz"; 73 - sha256 = "1g0xdwnpl075ksrfpp2jch9sgd959am3j0mbzqj10g8l5zimcach"; 72 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v7.3.2-linux-amd64.tar.gz"; 73 + sha256 = "0ykqamjkr2n29ncd6y4ckn000lj0ymkfsjap7qfacc31albisq7q"; 74 74 } 75 75 { 76 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v6.55.0-linux-amd64.tar.gz"; 77 - sha256 = "1lzlfp73wma8bjn3bkk96g2j5l775d8npf9yix1h0g45fw99bggs"; 76 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v6.55.1-linux-amd64.tar.gz"; 77 + sha256 = "1izw3qj7kczn8vhn3lygy50f81i2dzjiwk3gb6zihczzqlldlkdx"; 78 78 } 79 79 { 80 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v5.8.0-linux-amd64.tar.gz"; 81 - sha256 = "01b8mnszd2wqszk9pi9kf4hmvwzd5z86322jdbbzh228cjggyyn2"; 80 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v5.9.0-linux-amd64.tar.gz"; 81 + sha256 = "1xqkmbsmc4v8z4hglnynb5yafv01q6sicnrjwafa44b3lph9q94l"; 82 82 } 83 83 { 84 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v4.10.0-linux-amd64.tar.gz"; 85 - sha256 = "058zdfjanzkc4a12n6knjh4994c1bnd0nsjbmxnz8sk393srmpz8"; 84 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v5.0.0-linux-amd64.tar.gz"; 85 + sha256 = "1md45hsjfghj7p0is1bzxsa5760qdwndrizzs48p5i2rmaqp3a0k"; 86 86 } 87 87 { 88 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.30.0-linux-amd64.tar.gz"; 89 - sha256 = "1h9f3j3n0354zja9i4cr20azxqz5khl6a041ffjsasxvgiapzckc"; 88 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.31.0-linux-amd64.tar.gz"; 89 + sha256 = "0glf41791pm6pi1pwr83xbjwn934a4z00kjqk0n4a108fmf17pg8"; 90 90 } 91 91 { 92 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.11.1-linux-amd64.tar.gz"; 93 - sha256 = "1m8j6xyhiyjzcv8gp9n157zzjgn274wf09mjlk1ixpqp9shwmngw"; 92 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.12.0-linux-amd64.tar.gz"; 93 + sha256 = "11lhwjzp6kyx05hxwfnz45g0qwkydsl2rb54rydfgy308jrwnzv4"; 94 94 } 95 95 { 96 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v3.25.0-linux-amd64.tar.gz"; 97 - sha256 = "15sz8ag2lvrvn84ls83bal0j7x1mmc3gsazpksp0as1z3dz9xqmz"; 96 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v3.27.1-linux-amd64.tar.gz"; 97 + sha256 = "1y6jvs30r6wsbs7k3dyp92jiz3bi9whiyh01wa35ckgd0lap2wf1"; 98 98 } 99 99 { 100 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.0.0-linux-amd64.tar.gz"; 101 - sha256 = "0kjj2437innfcir1v8s10bwnczinc9026az2ww6z3594bgqy5jwm"; 100 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.1.0-linux-amd64.tar.gz"; 101 + sha256 = "0p936j9vvy7x9dccqihb0npvxwcc95vlzx6j1yjjvbv6fdnnaz81"; 102 102 } 103 103 { 104 104 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.4.1-linux-amd64.tar.gz"; ··· 117 117 sha256 = "0yrzdbcvg16a2v7hc6rq4cmavimkj4hjxd3kfkw8gd2cbi4kcmwf"; 118 118 } 119 119 { 120 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-random-v4.13.0-linux-amd64.tar.gz"; 121 - sha256 = "0kk9pkc931fds1fxsk4bbc3jq1gjsvv972gyizjq3b5rhvp3mmmg"; 120 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-random-v4.13.1-linux-amd64.tar.gz"; 121 + sha256 = "0q479q0sdixakb54492hbla7bgnnwjmj3ichw3ah4lvf7nrha5sj"; 122 122 } 123 123 { 124 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.23.0-linux-amd64.tar.gz"; 125 - sha256 = "1zwrvm98917ci6835njpbnzmh82bjzj597jmvqyzaznc62060iia"; 124 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.25.0-linux-amd64.tar.gz"; 125 + sha256 = "16hk13wjrbj4r6nhvy6a63rpabbcv3y3vp90hngyx5wcbg2p4xqc"; 126 126 } 127 127 { 128 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.30.0-linux-amd64.tar.gz"; 129 - sha256 = "173c0mn62mgcqr1b8ckr2r4v94dlr8c14ka728p8zxh9hxkf9ysx"; 128 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.32.0-linux-amd64.tar.gz"; 129 + sha256 = "033gf0di9b2322pbl77z0b9rgrvlr660frpy1c27ykvazlrndawc"; 130 130 } 131 131 { 132 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.13.0-linux-amd64.tar.gz"; 133 - sha256 = "1qd6pzx0hvn46kh19y38j635nqmgc6bwa2llnyda1prfyc3fjjfs"; 132 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.13.1-linux-amd64.tar.gz"; 133 + sha256 = "17yfhy3vd8d95p1dh1q5lkxvcv2f7dry1nxm1inn6frlwc2y7qqx"; 134 134 } 135 135 { 136 136 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-tailscale-v0.12.0-linux-amd64.tar.gz"; ··· 163 163 ]; 164 164 x86_64-darwin = [ 165 165 { 166 - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.65.1-darwin-x64.tar.gz"; 167 - sha256 = "030rmn0mcvlrd7lzbb0qfzsffqp50w4z39zqrpn38cwmsvbz3nic"; 166 + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.67.1-darwin-x64.tar.gz"; 167 + sha256 = "1gpvnw9vnrhqwr4cd3fafznkmskciky50m42qbzzn29laih7f449"; 168 168 } 169 169 { 170 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.1.1-darwin-amd64.tar.gz"; 171 - sha256 = "0jhvbnx6kq2wvqqn1gd82fkk2r9qz173iaf6l6nbjsdqwajj8fky"; 170 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.2.0-darwin-amd64.tar.gz"; 171 + sha256 = "0ahhgxgi5rj52n6mqyn7pvqvrg6sw7bjxbs4y9765dpas31zlgz8"; 172 172 } 173 173 { 174 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v4.4.0-darwin-amd64.tar.gz"; 175 - sha256 = "0m0gf5h3x1hzc0gpqfqzbmma36b2zx0c08j7w1m3dwji8ffv1bf7"; 174 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v4.5.0-darwin-amd64.tar.gz"; 175 + sha256 = "141dafxbam67qn9929vx02zkpm63zdiixl7lp5gdqqxls11zw3kq"; 176 176 } 177 177 { 178 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.36.0-darwin-amd64.tar.gz"; 179 - sha256 = "1dm36p04xzlx2d2sdnx55298srn8kwg16a0q7a21vz4x60x0qdj7"; 178 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.37.0-darwin-amd64.tar.gz"; 179 + sha256 = "0r2484nrlbmayrrrxhpz2br0s4wp8wgfv2rwrahb732pxxbkg14z"; 180 180 } 181 181 { 182 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v3.4.0-darwin-amd64.tar.gz"; 183 - sha256 = "03w0zkybb5iw8hhf8jv5538dwl1yam5v10q9w97w88haxcj8jzp8"; 182 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v3.5.0-darwin-amd64.tar.gz"; 183 + sha256 = "1yh4dw9cj32q9q6kvrfr23mfsskkhwl6q08sc41z73ycd9xsdv4k"; 184 184 } 185 185 { 186 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v2.18.0-darwin-amd64.tar.gz"; 187 - sha256 = "1hlvacv7nwizbijzqfxv996jms2vjak46pnp2mixr05zlmf0p890"; 186 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v2.19.0-darwin-amd64.tar.gz"; 187 + sha256 = "0s5v22gp7hlig886h2y1l0zl3zdcy3vks0hyd7z4v8xvga580n62"; 188 188 } 189 189 { 190 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v5.39.0-darwin-amd64.tar.gz"; 191 - sha256 = "0wk5l1bz31xrj2y58kwyd67lplnjjjmri3mmxnw0dhxqygh190hh"; 190 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v5.41.0-darwin-amd64.tar.gz"; 191 + sha256 = "06xqyz2j96h6i9hjwgj77l0w9m9qks8jbb37ppx85vfqzn1y0msp"; 192 192 } 193 193 { 194 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v5.42.0-darwin-amd64.tar.gz"; 195 - sha256 = "0773lvpjn8z1c0q263j94shpzqf31jg3hsr5ngrc9669k08d0sb7"; 194 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v5.43.0-darwin-amd64.tar.gz"; 195 + sha256 = "1hslnhqb419zri4cvgnjsgx63dpymkvvxav36w82wj42ar7vysnb"; 196 196 } 197 197 { 198 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v5.37.0-darwin-amd64.tar.gz"; 199 - sha256 = "190dj6xkd013d988xhywivylzjl4jlq301hdp73ckl5wccdr8j31"; 198 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v5.38.0-darwin-amd64.tar.gz"; 199 + sha256 = "1qyzv0s664s1cc5z6gxq48wc3v2rmz5mdnlbgmkivd79gyyapaa7"; 200 200 } 201 201 { 202 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuredevops-v2.7.0-darwin-amd64.tar.gz"; 203 - sha256 = "0fsq37qvd8pdp6spp9261h8p6pmh8y6i8qrid5p57x1cjmkj2npf"; 202 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuredevops-v2.8.0-darwin-amd64.tar.gz"; 203 + sha256 = "0cwar1wf9xsrwvk5pk4lj8lnhd1i55nkvrp59jmk04a6lgr18b0g"; 204 204 } 205 205 { 206 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.0.0-darwin-amd64.tar.gz"; 207 - sha256 = "0vzbz8afjsqizwwfy25akhg8x27bav23c83gs2bjcklc7lhwxlib"; 206 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.2.0-darwin-amd64.tar.gz"; 207 + sha256 = "1dy9z34qqvr31rf34l8yjrc1lpnfsyp6cfh2zx21ycbpycgxzvmw"; 208 208 } 209 209 { 210 210 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.8.0-darwin-amd64.tar.gz"; 211 211 sha256 = "0v5h4jd1yyinchq332svcvcr1rw22xz6qv8c2660p0i50hhakv1p"; 212 212 } 213 213 { 214 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.16.0-darwin-amd64.tar.gz"; 215 - sha256 = "1giv4qb9jpc6csm1a6ijzqmpgc7xi6ijk3q0d1j2n74v5q79zfsd"; 214 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.17.1-darwin-amd64.tar.gz"; 215 + sha256 = "1z0g3cdwg38frpbrk6pqwik33cy6sy70n4kz8d0lfa339kb5hgxw"; 216 216 } 217 217 { 218 218 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.19.1-darwin-amd64.tar.gz"; ··· 227 227 sha256 = "1m5lh59h7nck1flzxs9m4n0ag0klk3jmnpf7hc509vffxs89xnjq"; 228 228 } 229 229 { 230 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v7.3.0-darwin-amd64.tar.gz"; 231 - sha256 = "1fwbjar3kl4j91qz87ggci75245vy3rilq78idnx0y46k9383qs1"; 230 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v7.3.2-darwin-amd64.tar.gz"; 231 + sha256 = "014r39sxhlbzqqdwl7xznswagsap1w0kwnwqzvkdvd6lk8xv22cb"; 232 232 } 233 233 { 234 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v6.55.0-darwin-amd64.tar.gz"; 235 - sha256 = "02fxrb0q83f9ylyyhaqb7hgmsl5j40x50ikkkil9j96dmzhgfjz3"; 234 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v6.55.1-darwin-amd64.tar.gz"; 235 + sha256 = "05yx34da8haasr02x3r118kjm0w7n80l72768w4nngw1gsag44id"; 236 236 } 237 237 { 238 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v5.8.0-darwin-amd64.tar.gz"; 239 - sha256 = "1hixsfi8wfz93d1gk0gxw8j74nhmfm8avzdi73irh6cm1ycgbqvx"; 238 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v5.9.0-darwin-amd64.tar.gz"; 239 + sha256 = "1664jzay3zcl4ijmbkch579nw7yl36yn2cwn6fw2hzs9b0nh34nk"; 240 240 } 241 241 { 242 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v4.10.0-darwin-amd64.tar.gz"; 243 - sha256 = "1xnbsxmqsm8dan0y63ghbx9hg1labcgfcflikgzlaqacgyccmakd"; 242 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v5.0.0-darwin-amd64.tar.gz"; 243 + sha256 = "0lw8hggsz8299g1nnd5sf2yhm6ivf4pykzh8nggcw86d9y7yc573"; 244 244 } 245 245 { 246 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.30.0-darwin-amd64.tar.gz"; 247 - sha256 = "003sf9a6pc4yxw379k4izj2gvmbmksga419j6splrdjhnhsr7mgy"; 246 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.31.0-darwin-amd64.tar.gz"; 247 + sha256 = "1msnkvvw4zxcj67k382y1hgrcgljsk9rbkahn9rfrwf0fay72ldv"; 248 248 } 249 249 { 250 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.11.1-darwin-amd64.tar.gz"; 251 - sha256 = "1q0dprfnqsdb81ndh83hmz1iargkbkxn6v159nj9393zm0rjd3nv"; 250 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.12.0-darwin-amd64.tar.gz"; 251 + sha256 = "1w7a56v6w3vm915x4q5sfrh7aav4jzz9h2733kim00154jzpw7y9"; 252 252 } 253 253 { 254 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v3.25.0-darwin-amd64.tar.gz"; 255 - sha256 = "1kwdyzzpx0b9j0yr955vmksahdnr3wdwjcfvkcyljpclg8n0bwbd"; 254 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v3.27.1-darwin-amd64.tar.gz"; 255 + sha256 = "0945ygr9mk5cszml08l2dfb5qwn0cyll54nwm8j0sj7a0mf76302"; 256 256 } 257 257 { 258 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.0.0-darwin-amd64.tar.gz"; 259 - sha256 = "0jnw5v2450ncsh1hyzgd9glm4rj55a363bblb3h2j0sas1f7kain"; 258 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.1.0-darwin-amd64.tar.gz"; 259 + sha256 = "0zzj62rzakx66zvgfj8dkizfbs87l92vnvxhnmwhayxp920bxsck"; 260 260 } 261 261 { 262 262 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.4.1-darwin-amd64.tar.gz"; ··· 275 275 sha256 = "0q9hjfyn4r14fplxx597kjy8g3jpcps4bp7gsyy4ri8fipldjnf3"; 276 276 } 277 277 { 278 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-random-v4.13.0-darwin-amd64.tar.gz"; 279 - sha256 = "034v6ri540q0lqd6llc69wj7p29hapm802f68y0k6r7w21avy5vh"; 278 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-random-v4.13.1-darwin-amd64.tar.gz"; 279 + sha256 = "13hrz8r3q777lnky81rmf1vgj0lkh15gyvwmi8z57dxzxhyx9bx9"; 280 280 } 281 281 { 282 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.23.0-darwin-amd64.tar.gz"; 283 - sha256 = "0sslxyw845hjh1kn98nygj4qc5xylma6lwssbla3mvki363zjd2g"; 282 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.25.0-darwin-amd64.tar.gz"; 283 + sha256 = "1mrd092c0all37s1bznka011skpvbdjcmq6scyd3yfap145pah5h"; 284 284 } 285 285 { 286 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.30.0-darwin-amd64.tar.gz"; 287 - sha256 = "0rsv7cg8l4g5cra81amrhlns8139y45i3cnz5chca7yjzlmj5iyv"; 286 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.32.0-darwin-amd64.tar.gz"; 287 + sha256 = "1x8wffkzgmj0wvs3059x2dszn0p1q083x5i9g3xhm9kcz980qcdl"; 288 288 } 289 289 { 290 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.13.0-darwin-amd64.tar.gz"; 291 - sha256 = "1cda6cm87sbb26gyirh9glr5jngbyirvs352dqr4wr62zwav8mad"; 290 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.13.1-darwin-amd64.tar.gz"; 291 + sha256 = "0p4s38nbmm2kpd50a7n8mpbddly7ip831jd9jhpq5r2i4f4i5q35"; 292 292 } 293 293 { 294 294 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-tailscale-v0.12.0-darwin-amd64.tar.gz"; ··· 321 321 ]; 322 322 aarch64-linux = [ 323 323 { 324 - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.65.1-linux-arm64.tar.gz"; 325 - sha256 = "1d0jfrkx8cvl6q0kny3nlyc9kgbi7b7l2flq16r3lw29g8wj7faw"; 324 + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.67.1-linux-arm64.tar.gz"; 325 + sha256 = "08b3g9kifjn423pbncjvymgirw6zqzjjm7mnv4sd7yg8rwwk2z83"; 326 326 } 327 327 { 328 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.1.1-linux-arm64.tar.gz"; 329 - sha256 = "0fglnwzwl4yafk163g2w35gz186zj59mblyc949wsdy3lsjs8y30"; 328 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.2.0-linux-arm64.tar.gz"; 329 + sha256 = "14g12pqz6622xxhdkw6x1zsw8rlwfwgp724rrm8szza7gbmak5va"; 330 330 } 331 331 { 332 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v4.4.0-linux-arm64.tar.gz"; 333 - sha256 = "1xgqqjzxcjmbw4ba65rkx0504dwibc61b70dnz4pdmalmynqx86r"; 332 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v4.5.0-linux-arm64.tar.gz"; 333 + sha256 = "15zz4nm8rj4jq3all8z7dvi2wnry861pv21c5pnsg32c93gl8swf"; 334 334 } 335 335 { 336 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.36.0-linux-arm64.tar.gz"; 337 - sha256 = "0ns2sm0jnjg8g4hrfyw7ihddccbzrvjjah5czi4x6c9dzi8kmv27"; 336 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.37.0-linux-arm64.tar.gz"; 337 + sha256 = "0rg73c3m0rj69mirjqiw3sg5qwj058pnjzy9pxp6qfnxqzhzzjqc"; 338 338 } 339 339 { 340 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v3.4.0-linux-arm64.tar.gz"; 341 - sha256 = "0fgly0wm5dqcxcqpwr3mayn45mhk9kjg6b1n6lz9l2c59qq5g5vx"; 340 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v3.5.0-linux-arm64.tar.gz"; 341 + sha256 = "00p7iz1nlly29rviayaz84x73jipnr8d4hzcpjlv01y2wacq6s89"; 342 342 } 343 343 { 344 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v2.18.0-linux-arm64.tar.gz"; 345 - sha256 = "0s6ifpr0y0wyik9zdf9ydmky2w0501bcafpswmrar6hvblgbgiib"; 344 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v2.19.0-linux-arm64.tar.gz"; 345 + sha256 = "0y8fzghkrg0rl3z661rz3hf10pxpnj2a2ng5xm0x66ymyzdhfnjy"; 346 346 } 347 347 { 348 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v5.39.0-linux-arm64.tar.gz"; 349 - sha256 = "0nwpxvz6s4fx20g417qfw6ib1a49ggbk0yq9qgg3c0sdr26c3s8w"; 348 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v5.41.0-linux-arm64.tar.gz"; 349 + sha256 = "0jlidmypn95nlnqim7p2i9fmwf7brdcsi5qwi6yihhcpsfya2ihw"; 350 350 } 351 351 { 352 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v5.42.0-linux-arm64.tar.gz"; 353 - sha256 = "1nnv38x3000shmh2l399fjwvabq2znjz9r3f0qs4xw7h23g15laq"; 352 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v5.43.0-linux-arm64.tar.gz"; 353 + sha256 = "0020i4baqkdcfjskhnpxpq14cqvszfpjgs6fsg3iizbiz4g2w3kf"; 354 354 } 355 355 { 356 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v5.37.0-linux-arm64.tar.gz"; 357 - sha256 = "18znzz7wpic7h1w6z1d9p5qhgp6zvjvih0bv85hspxpb8ay3j0qb"; 356 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v5.38.0-linux-arm64.tar.gz"; 357 + sha256 = "1isvmdafq2gwq5hdm7lkbk84038vwjrssmqyf6b269x1c8p65g7n"; 358 358 } 359 359 { 360 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuredevops-v2.7.0-linux-arm64.tar.gz"; 361 - sha256 = "0qb9klxp8qk9iyizs1z0bd3ixmmda2wi192zjr1qkrhck4ai5568"; 360 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuredevops-v2.8.0-linux-arm64.tar.gz"; 361 + sha256 = "1n0xyyrsg4x6qbnwg8m0cs1wfhs749v1g32wm81pa13kg1k57ya3"; 362 362 } 363 363 { 364 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.0.0-linux-arm64.tar.gz"; 365 - sha256 = "191xlp35vg704bwpmyk5i2782fqxjkkafd5bsf8zbp2zqhmhlg7m"; 364 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.2.0-linux-arm64.tar.gz"; 365 + sha256 = "0hmfyfzmgb3ly83yf5wg022gwyaksrmk5plini0vd8q0y1bjjss7"; 366 366 } 367 367 { 368 368 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.8.0-linux-arm64.tar.gz"; 369 369 sha256 = "09m1444wy8y6qjbp9pzki3gvi9mrs88cpc7001m8xnb0iyhjj0sx"; 370 370 } 371 371 { 372 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.16.0-linux-arm64.tar.gz"; 373 - sha256 = "0lammjd0nypsa648i176yq4li89y1f0grhmm9qr92y4mz2fl10an"; 372 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.17.1-linux-arm64.tar.gz"; 373 + sha256 = "10nd5bwppyi7rz25lzyin0ihf6s4bhj92s7ki5brs49196zjp361"; 374 374 } 375 375 { 376 376 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.19.1-linux-arm64.tar.gz"; ··· 385 385 sha256 = "111pia2f5xwkwaqs6p90ri29l5b3ivmahsa1bji4fwyyjyp22h4r"; 386 386 } 387 387 { 388 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v7.3.0-linux-arm64.tar.gz"; 389 - sha256 = "1l1lw8iz0gqb0cvhl74dmyr17hfd8l9aaj3hb67bw8d7l6z326xz"; 388 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v7.3.2-linux-arm64.tar.gz"; 389 + sha256 = "0km08jlfmxi04falbmd25hdmdbfrnvy1ga19lnl5rsaq0nwyfhaz"; 390 390 } 391 391 { 392 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v6.55.0-linux-arm64.tar.gz"; 393 - sha256 = "148ia31q6kbkz3y2yxq8sm05014gzk4m4vy1rhp90mzlxbr2ki10"; 392 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v6.55.1-linux-arm64.tar.gz"; 393 + sha256 = "0apzi4x9fz2xgzvzrrawlvwk7l2gac10p0j02i16rqfdlp9cic4x"; 394 394 } 395 395 { 396 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v5.8.0-linux-arm64.tar.gz"; 397 - sha256 = "1wmv0ank1dl750hwlw3rw0npfqy7xjq29zs8brm747p1s0s92446"; 396 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v5.9.0-linux-arm64.tar.gz"; 397 + sha256 = "02iacskh6j3mg17adbldblbyy72wy6857bk32wv3jhjfjx22r9ck"; 398 398 } 399 399 { 400 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v4.10.0-linux-arm64.tar.gz"; 401 - sha256 = "0j9y1qwhjlyshyhjhkvmv6hpsvr4lphd8n08b36hamiszbq2hd49"; 400 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v5.0.0-linux-arm64.tar.gz"; 401 + sha256 = "0d4x0lfcfb0baqphpvw5nl8p6pm6jxrxrdbs69p17n9iydk4gwbg"; 402 402 } 403 403 { 404 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.30.0-linux-arm64.tar.gz"; 405 - sha256 = "184m9cpbxl2wp781x4mpana078rzdqnhq5g2wqg1skwnlmg0g378"; 404 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.31.0-linux-arm64.tar.gz"; 405 + sha256 = "0lcpxb3nf3sqzwp8h2s79hkk4a5s9rvxd36vsys45nbp5g14lvp3"; 406 406 } 407 407 { 408 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.11.1-linux-arm64.tar.gz"; 409 - sha256 = "0fr2nccdi3yv8p26jn97nxy303fxqbl6dl4kpv2q9x1r1yp8ayvf"; 408 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.12.0-linux-arm64.tar.gz"; 409 + sha256 = "08acs2y7n2xmdsrcizy94yhbjwm5v044a5mlhgvk8y5zqdpyr0a7"; 410 410 } 411 411 { 412 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v3.25.0-linux-arm64.tar.gz"; 413 - sha256 = "1i4hhxag2kdmi3yx0qajxzrjzdybpjdsjc318v2v2xc39nyi51mi"; 412 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v3.27.1-linux-arm64.tar.gz"; 413 + sha256 = "0klhwyf65s2fk6yy2p7vykyfrdx595z39fjc0xnayraj53qwz1i6"; 414 414 } 415 415 { 416 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.0.0-linux-arm64.tar.gz"; 417 - sha256 = "0b4p8n9sdda4gxlv6zwaz29lhxynvbalqsw0lfnrbf9zlcvbfyxs"; 416 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.1.0-linux-arm64.tar.gz"; 417 + sha256 = "0mcjwkip3yjsj0mx8dixl26hsa5d3aqcx9j4790q9a2afh56mla5"; 418 418 } 419 419 { 420 420 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.4.1-linux-arm64.tar.gz"; ··· 433 433 sha256 = "0hj4a0llq088xcfp85k6nn8ssffj51lvhqp05sg8x3kbg6n0dapy"; 434 434 } 435 435 { 436 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-random-v4.13.0-linux-arm64.tar.gz"; 437 - sha256 = "13jmz3wc54fzpyc0hih9bj9k8angy94y1w525m7m1j053vma1an3"; 436 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-random-v4.13.1-linux-arm64.tar.gz"; 437 + sha256 = "09np62m985ak4cmmbzfs2v4pk5sknfdbivxjfn38lrfcvgs5dg3r"; 438 438 } 439 439 { 440 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.23.0-linux-arm64.tar.gz"; 441 - sha256 = "1ks120b0fch872743w3dh3hhkzwl23sv9f6kjv7znx2njncla37k"; 440 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.25.0-linux-arm64.tar.gz"; 441 + sha256 = "1bhma60bmylfaqx6lygp6vf9xjwzih6k3qcxcldyxfrrjwks6p2w"; 442 442 } 443 443 { 444 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.30.0-linux-arm64.tar.gz"; 445 - sha256 = "0ba24psajjxh55pxazzzqvisfkli7kgbj6fvr72fzf4cafi856cf"; 444 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.32.0-linux-arm64.tar.gz"; 445 + sha256 = "05gaap0z9pa0iicrig7p3w9pprn9gi9ya5g3bdky2jpcn9xmai7x"; 446 446 } 447 447 { 448 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.13.0-linux-arm64.tar.gz"; 449 - sha256 = "13n89xbrxak1m5nfgfaw7kjkdwlx09ln1nhlgfrznmspfwq0gh0w"; 448 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.13.1-linux-arm64.tar.gz"; 449 + sha256 = "1dinl4wzawhnf0m140pw3x5jcwp1m6j1123dmqi55wz2m7wx1jm7"; 450 450 } 451 451 { 452 452 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-tailscale-v0.12.0-linux-arm64.tar.gz"; ··· 479 479 ]; 480 480 aarch64-darwin = [ 481 481 { 482 - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.65.1-darwin-arm64.tar.gz"; 483 - sha256 = "0xcqcnmvxhddfx67ydgwqj64xw5aa6csmlw8fhhlk18f38ndnfl1"; 482 + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.67.1-darwin-arm64.tar.gz"; 483 + sha256 = "0fz466i7a2mmhhrfyd4hkm66pi5b75xipqgb212zk3gx0p662caj"; 484 484 } 485 485 { 486 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.1.1-darwin-arm64.tar.gz"; 487 - sha256 = "17ck2d3xwzin7y20i521naizljbg4kdxpdmq17n02v3w7ajga392"; 486 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.2.0-darwin-arm64.tar.gz"; 487 + sha256 = "16pcpfbsd738sph7nikwm524qaqqjsaakf2xkc1rfq5n9fhzqjn8"; 488 488 } 489 489 { 490 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v4.4.0-darwin-arm64.tar.gz"; 491 - sha256 = "019ndq1vw0f3970hq459xlr5g3bar90s8598lvk0w3qbsl129ydv"; 490 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v4.5.0-darwin-arm64.tar.gz"; 491 + sha256 = "08fzl53xbd3vamr7xhp84l7c8qm2ashyg2vs97rzijblb7bp04c5"; 492 492 } 493 493 { 494 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.36.0-darwin-arm64.tar.gz"; 495 - sha256 = "0qgxj052xcnl7y09rdma4c003fms07jqnzgq7y0076lkvf6q5xrf"; 494 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-alicloud-v3.37.0-darwin-arm64.tar.gz"; 495 + sha256 = "0wmh8pxfhzhkshirjhj3fm0gdi0dfwvnb89x6fp0ycscc5ss3c5f"; 496 496 } 497 497 { 498 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v3.4.0-darwin-arm64.tar.gz"; 499 - sha256 = "1a2xsgq7jswq4ms7xfsh53z924c4509072gvwnnqjgawayz011yw"; 498 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v3.5.0-darwin-arm64.tar.gz"; 499 + sha256 = "1c0c1zc6yn1c1b33899dvjpg39y2czmymg57wdzy659a1kncvy92"; 500 500 } 501 501 { 502 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v2.18.0-darwin-arm64.tar.gz"; 503 - sha256 = "1p1xyhll66vil1hmszamjn6lspiygxdrzfkrmwknh1z9r14nvhcw"; 502 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v2.19.0-darwin-arm64.tar.gz"; 503 + sha256 = "1rswx799x012q2lpgjjdx90mx6xivm0ia10fldxkfr74wyyqvfvk"; 504 504 } 505 505 { 506 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v5.39.0-darwin-arm64.tar.gz"; 507 - sha256 = "0xnj9dldf8h4db26gnqz0mvsf1zz4skjxinvq5kxldd0x6mi90x9"; 506 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v5.41.0-darwin-arm64.tar.gz"; 507 + sha256 = "1wdqazsx7496y0xwphnnyi8zbpivjgmc8xpb76ajz1dar5vx0m7r"; 508 508 } 509 509 { 510 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v5.42.0-darwin-arm64.tar.gz"; 511 - sha256 = "0kkfrfa445q2177lyncqrjny3ymw2zzlfgbsgfqqfq2602l42s3f"; 510 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v5.43.0-darwin-arm64.tar.gz"; 511 + sha256 = "0w7mscw4yw9qir4c3k3lr052mr46s39y6fqmg2s7pjfy969r964w"; 512 512 } 513 513 { 514 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v5.37.0-darwin-arm64.tar.gz"; 515 - sha256 = "1v9fsds91d6cbw9c5i52687ipk8s87ma323i5b7v2zwiw343v9av"; 514 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v5.38.0-darwin-arm64.tar.gz"; 515 + sha256 = "1c6l6c429az92v97dbnlbk8046hv39j6whyvklw32pqa8ab9jknd"; 516 516 } 517 517 { 518 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuredevops-v2.7.0-darwin-arm64.tar.gz"; 519 - sha256 = "0lckvydnq8aw5slal7gy02pdk2magn9rpzb87x67f5wzsj9i1nb9"; 518 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuredevops-v2.8.0-darwin-arm64.tar.gz"; 519 + sha256 = "0bwnirhdhdsa2q68295ab1ny8jvqmykgf1sdwfnlc0gnz34nxyd2"; 520 520 } 521 521 { 522 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.0.0-darwin-arm64.tar.gz"; 523 - sha256 = "0cpb1dfhzmk6hqa23r2sq7hg58z3pzy8zkyvpcsqhsggcd2grmj0"; 522 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v5.2.0-darwin-arm64.tar.gz"; 523 + sha256 = "017sqqpl98bgk4f9j0qclivzl481dg6vsx23zpmbmddapb2hbhmm"; 524 524 } 525 525 { 526 526 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.8.0-darwin-arm64.tar.gz"; 527 527 sha256 = "0301sm5d28yjw15k214rskq1w19a5b5l218y2qfzvv89z5qgh84r"; 528 528 } 529 529 { 530 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.16.0-darwin-arm64.tar.gz"; 531 - sha256 = "0g83fbakjsqjg0wwcap8hcdkq2facgfy3k77i3lkxldaar82c380"; 530 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-datadog-v4.17.1-darwin-arm64.tar.gz"; 531 + sha256 = "1fcma1rp8apaqfd32pkiha86m0bfaq9769z4axjn8vlqr2abfnzn"; 532 532 } 533 533 { 534 534 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.19.1-darwin-arm64.tar.gz"; ··· 543 543 sha256 = "12bzicm43l7yvh02v5fx3z8v46l9i7a9f677735xi5rjbmd2an4c"; 544 544 } 545 545 { 546 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v7.3.0-darwin-arm64.tar.gz"; 547 - sha256 = "0rzdvq4n4zvjcg5q4a076r9mbmbqfzmihiinppiczsqwik1mb8bz"; 546 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v7.3.2-darwin-arm64.tar.gz"; 547 + sha256 = "0j1w8h5axvqlpzhhm1m4hq2ka44wzd1pl01vvmn8p7lz20kz0rq2"; 548 548 } 549 549 { 550 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v6.55.0-darwin-arm64.tar.gz"; 551 - sha256 = "0gslaph3ygr3rwxhpj01mjjlmmfyw0h3dwjvrzmqfcw71fvc1zcb"; 550 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v6.55.1-darwin-arm64.tar.gz"; 551 + sha256 = "0g2q8r11wvd5i7k35dagcwcn4vciiixkgc73gbksk7rl51an22a7"; 552 552 } 553 553 { 554 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v5.8.0-darwin-arm64.tar.gz"; 555 - sha256 = "14x99rw3wgapfd2cm0x5v3ga3kngbh7ngacpb6bbsxymzdg1xk2d"; 554 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v5.9.0-darwin-arm64.tar.gz"; 555 + sha256 = "07bqk2lvd5xwnfqjwh529djlqlnnq8yr7d04qxn9x1zhf5x970gw"; 556 556 } 557 557 { 558 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v4.10.0-darwin-arm64.tar.gz"; 559 - sha256 = "0gyi1w005153bnvl68bdxkkjdprgvng51mp9qjcv6ba262mdg589"; 558 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v5.0.0-darwin-arm64.tar.gz"; 559 + sha256 = "18afva7xnic2gldd8pp6453d857gh1j65ly1qnqsaqwjbnpdrrqk"; 560 560 } 561 561 { 562 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.30.0-darwin-arm64.tar.gz"; 563 - sha256 = "1jq6bvy7qw2lzq561pwi7sxc5ld568as0bzka5vw1787ygmy1mp9"; 562 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-google-native-v0.31.0-darwin-arm64.tar.gz"; 563 + sha256 = "03yibn1j9l7dxrras4ihqagj9nws20dppmg5j40h1kwdjyaa4krd"; 564 564 } 565 565 { 566 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.11.1-darwin-arm64.tar.gz"; 567 - sha256 = "0sf6y7qqcj4l0nd3mdhvhmbkhp9iy3m6fh9pfqgxgwxljmj2iwmw"; 566 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-hcloud-v1.12.0-darwin-arm64.tar.gz"; 567 + sha256 = "0nh4i61wp6nhh2im37q58n943pl78b6b0kf27qinc9h26h96khz7"; 568 568 } 569 569 { 570 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v3.25.0-darwin-arm64.tar.gz"; 571 - sha256 = "13py1s02hkvp2z7691i5w8bcyxasg2y5c0lzm7dimzr7h1zrj8cy"; 570 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v3.27.1-darwin-arm64.tar.gz"; 571 + sha256 = "1j557y5fll1qykl16nz93bgkg4zwn8m9pg0zd60bcjj1vv2y3wyh"; 572 572 } 573 573 { 574 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.0.0-darwin-arm64.tar.gz"; 575 - sha256 = "0xl9ij25sryhjgpv9p2ljpldfwmdzx2p40j9z05a6qfmkrx4yn8m"; 574 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v4.1.0-darwin-arm64.tar.gz"; 575 + sha256 = "16fq79l25226ca6gvx154n9d9xyh8m09j4vkvdyi0xip4ldqq3rh"; 576 576 } 577 577 { 578 578 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.4.1-darwin-arm64.tar.gz"; ··· 591 591 sha256 = "1fhll8bgamlv4kljngydmnhbc90bz3figg10qy3qa9kgqkrxm041"; 592 592 } 593 593 { 594 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-random-v4.13.0-darwin-arm64.tar.gz"; 595 - sha256 = "08dk4pywrqgylwr1b7sny9lsk35hjlis9dbhpkw91fdwa4r6055x"; 594 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-random-v4.13.1-darwin-arm64.tar.gz"; 595 + sha256 = "0ll8ll02vdpjqxwc7ij5yhsp9k2d16jz437l3hhyi9cyh8grrfs3"; 596 596 } 597 597 { 598 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.23.0-darwin-arm64.tar.gz"; 599 - sha256 = "065q5246f69qhmva4hdg1321971xgmp9vhi2q5rr3dz9cb8dbgv7"; 598 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-snowflake-v0.25.0-darwin-arm64.tar.gz"; 599 + sha256 = "1d2q08njhg6xxjnsl0jpw2sgag53w1a9db1jnys4n0spvq2i13yd"; 600 600 } 601 601 { 602 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.30.0-darwin-arm64.tar.gz"; 603 - sha256 = "19nxb45qh4ic4c4bss445f1862vxrxs412kps3qm4220n2vbngps"; 602 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.32.0-darwin-arm64.tar.gz"; 603 + sha256 = "0nj0nlyck3j7lb0j5d7f34n1sgm2l3334gzjj1q87krjbp3zv0v2"; 604 604 } 605 605 { 606 - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.13.0-darwin-arm64.tar.gz"; 607 - sha256 = "1ik84sgxgni8a86v5a7xp7xhnml3ii7wglphhcz53hfj03f85d67"; 606 + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v0.13.1-darwin-arm64.tar.gz"; 607 + sha256 = "1gg3w3lrnnnwvl1kzhkp7mgwgqkrs63m067qq3n13v46jpbr1jxy"; 608 608 } 609 609 { 610 610 url = "https://api.pulumi.com/releases/plugins/pulumi-resource-tailscale-v0.12.0-darwin-arm64.tar.gz";
+3 -3
pkgs/tools/graphics/sic-image-cli/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "sic-image-cli"; 5 - version = "0.22.2"; 5 + version = "0.22.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "foresterre"; 9 9 repo = "sic"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Ph1pAJJmkkeMbWe3DtxAdvp7bshQIbgmqCI4uf84ZGw="; 11 + sha256 = "sha256-gTKStoQakquJqBv4OLWC4/1FtV+Cvw0nN+dY6AH8TNw="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-FzbGOakAZPui7XObdwLDOfYrgleuePUDSUFPGBRkQKQ="; 14 + cargoSha256 = "sha256-xYPSI0/I67vmMPRmJOlbDJ9gTdhViQmeo3XWGhWR91Y="; 15 15 16 16 nativeBuildInputs = [ installShellFiles nasm ]; 17 17
+38
pkgs/tools/misc/handlr-regex/default.nix
··· 1 + { lib, stdenv, rustPlatform, fetchFromGitHub, shared-mime-info, libiconv, installShellFiles }: 2 + 3 + rustPlatform.buildRustPackage rec { 4 + pname = "handlr-regex"; 5 + version = "0.8.5"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "Anomalocaridid"; 9 + repo = pname; 10 + rev = "v${version}"; 11 + sha256 = "sha256-X0j62Ntu/ouBVm09iKxU3pps8mbL5V5gA65Maa4b0AY="; 12 + }; 13 + 14 + cargoSha256 = "sha256-byR7CM876z5tAXmbcUfI0CnJrc/D6CxfjBJhuJMSFmg="; 15 + 16 + nativeBuildInputs = [ installShellFiles shared-mime-info ]; 17 + buildInputs = [ libiconv ]; 18 + 19 + preCheck = '' 20 + export HOME=$TEMPDIR 21 + ''; 22 + 23 + postInstall = '' 24 + installShellCompletion \ 25 + --zsh assets/completions/_handlr \ 26 + --bash assets/completions/handlr \ 27 + --fish assets/completions/handlr.fish 28 + 29 + installManPage assets/manual/man1/* 30 + ''; 31 + 32 + meta = with lib; { 33 + description = "Fork of handlr with support for regex"; 34 + homepage = "https://github.com/Anomalocaridid/handlr-regex"; 35 + license = licenses.mit; 36 + maintainers = with maintainers; [ anomalocaris ]; 37 + }; 38 + }
+86 -83
pkgs/tools/misc/nurl/Cargo.lock
··· 10 10 11 11 [[package]] 12 12 name = "anstream" 13 - version = "0.3.0" 13 + version = "0.3.2" 14 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371" 15 + checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 16 16 dependencies = [ 17 17 "anstyle", 18 18 "anstyle-parse", ··· 49 49 50 50 [[package]] 51 51 name = "anstyle-wincon" 52 - version = "1.0.0" 52 + version = "1.0.1" 53 53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd" 54 + checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 55 55 dependencies = [ 56 56 "anstyle", 57 57 "windows-sys 0.48.0", ··· 59 59 60 60 [[package]] 61 61 name = "anyhow" 62 - version = "1.0.70" 62 + version = "1.0.71" 63 63 source = "registry+https://github.com/rust-lang/crates.io-index" 64 - checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 64 + checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 65 65 66 66 [[package]] 67 67 name = "assert_cmd" ··· 130 130 131 131 [[package]] 132 132 name = "bumpalo" 133 - version = "3.12.0" 133 + version = "3.12.2" 134 134 source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 135 + checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 136 136 137 137 [[package]] 138 138 name = "cc" ··· 148 148 149 149 [[package]] 150 150 name = "clap" 151 - version = "4.2.2" 151 + version = "4.2.7" 152 152 source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a" 153 + checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938" 154 154 dependencies = [ 155 155 "clap_builder", 156 156 "clap_derive", ··· 159 159 160 160 [[package]] 161 161 name = "clap_builder" 162 - version = "4.2.2" 162 + version = "4.2.7" 163 163 source = "registry+https://github.com/rust-lang/crates.io-index" 164 - checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6" 164 + checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd" 165 165 dependencies = [ 166 166 "anstream", 167 167 "anstyle", ··· 176 176 177 177 [[package]] 178 178 name = "clap_complete" 179 - version = "4.2.0" 179 + version = "4.2.3" 180 180 source = "registry+https://github.com/rust-lang/crates.io-index" 181 - checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd" 181 + checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8" 182 182 dependencies = [ 183 183 "clap", 184 184 ] ··· 192 192 "heck", 193 193 "proc-macro2", 194 194 "quote", 195 - "syn 2.0.15", 195 + "syn 2.0.16", 196 196 ] 197 197 198 198 [[package]] ··· 228 228 229 229 [[package]] 230 230 name = "cpufeatures" 231 - version = "0.2.6" 231 + version = "0.2.7" 232 232 source = "registry+https://github.com/rust-lang/crates.io-index" 233 - checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" 233 + checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 234 234 dependencies = [ 235 235 "libc", 236 236 ] ··· 327 327 328 328 [[package]] 329 329 name = "dunce" 330 - version = "1.0.3" 330 + version = "1.0.4" 331 331 source = "registry+https://github.com/rust-lang/crates.io-index" 332 - checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" 332 + checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 333 333 334 334 [[package]] 335 335 name = "either" ··· 393 393 394 394 [[package]] 395 395 name = "flate2" 396 - version = "1.0.25" 396 + version = "1.0.26" 397 397 source = "registry+https://github.com/rust-lang/crates.io-index" 398 - checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 398 + checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 399 399 dependencies = [ 400 400 "crc32fast", 401 401 "miniz_oxide", ··· 422 422 423 423 [[package]] 424 424 name = "gix-features" 425 - version = "0.28.1" 425 + version = "0.29.0" 426 426 source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "0b76f9a80f6dd7be66442ae86e1f534effad9546676a392acc95e269d0c21c22" 427 + checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897" 428 428 dependencies = [ 429 429 "gix-hash", 430 430 "libc", ··· 432 432 433 433 [[package]] 434 434 name = "gix-hash" 435 - version = "0.10.4" 435 + version = "0.11.1" 436 436 source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "2a258595457bc192d1f1c59d0d168a1e34e2be9b97a614e14995416185de41a7" 437 + checksum = "078eec3ac2808cc03f0bddd2704cb661da5c5dc33b41a9d7947b141d499c7c42" 438 438 dependencies = [ 439 439 "hex", 440 440 "thiserror", ··· 442 442 443 443 [[package]] 444 444 name = "gix-path" 445 - version = "0.7.3" 445 + version = "0.8.0" 446 446 source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "32370dce200bb951df013e03dff35b4233fc7a89458642b047629b91734a7e19" 447 + checksum = "4fc78f47095a0c15aea0e66103838f0748f4494bf7a9555dfe0f00425400396c" 448 448 dependencies = [ 449 449 "bstr", 450 + "home", 451 + "once_cell", 450 452 "thiserror", 451 453 ] 452 454 453 455 [[package]] 454 456 name = "gix-url" 455 - version = "0.16.0" 457 + version = "0.18.0" 456 458 source = "registry+https://github.com/rust-lang/crates.io-index" 457 - checksum = "b6a22b4b32ad14d68f7b7fb6458fa58d44b01797d94c1b8f4db2d9c7b3c366b5" 459 + checksum = "dfc77f89054297cc81491e31f1bab4027e554b5ef742a44bd7035db9a0f78b76" 458 460 dependencies = [ 459 461 "bstr", 460 462 "gix-features", ··· 514 516 515 517 [[package]] 516 518 name = "home" 517 - version = "0.5.4" 519 + version = "0.5.5" 518 520 source = "registry+https://github.com/rust-lang/crates.io-index" 519 - checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" 521 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 520 522 dependencies = [ 521 - "winapi", 523 + "windows-sys 0.48.0", 522 524 ] 523 525 524 526 [[package]] ··· 612 614 613 615 [[package]] 614 616 name = "js-sys" 615 - version = "0.3.61" 617 + version = "0.3.63" 616 618 source = "registry+https://github.com/rust-lang/crates.io-index" 617 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 619 + checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 618 620 dependencies = [ 619 621 "wasm-bindgen", 620 622 ] 621 623 622 624 [[package]] 623 625 name = "libc" 624 - version = "0.2.141" 626 + version = "0.2.144" 625 627 source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 628 + checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 627 629 628 630 [[package]] 629 631 name = "linux-raw-sys" 630 - version = "0.3.1" 632 + version = "0.3.7" 631 633 source = "registry+https://github.com/rust-lang/crates.io-index" 632 - checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 634 + checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 633 635 634 636 [[package]] 635 637 name = "log" ··· 657 659 658 660 [[package]] 659 661 name = "miniz_oxide" 660 - version = "0.6.2" 662 + version = "0.7.1" 661 663 source = "registry+https://github.com/rust-lang/crates.io-index" 662 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 664 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 663 665 dependencies = [ 664 666 "adler", 665 667 ] ··· 667 669 [[package]] 668 670 name = "nix-compat" 669 671 version = "0.1.0" 670 - source = "git+https://code.tvl.fyi/depot.git:/tvix/nix-compat.git#6352b00bfe692813171e1e17c58711bb308adecd" 672 + source = "git+https://code.tvl.fyi/depot.git:/tvix/nix-compat.git#de8735b8c0b5f5128d5cad0f384a47f9cd140ac7" 671 673 dependencies = [ 672 674 "anyhow", 673 675 "data-encoding", ··· 686 688 687 689 [[package]] 688 690 name = "nu-glob" 689 - version = "0.78.0" 691 + version = "0.80.0" 690 692 source = "registry+https://github.com/rust-lang/crates.io-index" 691 - checksum = "7fb9c6da8c268b2930707b08eb7c05edc65b0bc26e4ce84b5cdb72c339871fd2" 693 + checksum = "922b20eb03387d5aa1d41bc9dbdd47799648c5417a0632328b3e367cb035b31f" 692 694 693 695 [[package]] 694 696 name = "num_cpus" ··· 702 704 703 705 [[package]] 704 706 name = "nurl" 705 - version = "0.3.11" 707 + version = "0.3.12" 706 708 dependencies = [ 707 709 "anyhow", 708 710 "assert_cmd", ··· 713 715 "data-encoding", 714 716 "enum_dispatch", 715 717 "gix-url", 718 + "is-terminal", 716 719 "itertools", 717 720 "nix-compat", 718 721 "nu-glob", ··· 733 736 734 737 [[package]] 735 738 name = "os_pipe" 736 - version = "1.1.3" 739 + version = "1.1.4" 737 740 source = "registry+https://github.com/rust-lang/crates.io-index" 738 - checksum = "a53dbb20faf34b16087a931834cba2d7a73cc74af2b7ef345a4c8324e2409a12" 741 + checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" 739 742 dependencies = [ 740 743 "libc", 741 - "windows-sys 0.45.0", 744 + "windows-sys 0.48.0", 742 745 ] 743 746 744 747 [[package]] ··· 786 789 787 790 [[package]] 788 791 name = "proc-macro2" 789 - version = "1.0.56" 792 + version = "1.0.58" 790 793 source = "registry+https://github.com/rust-lang/crates.io-index" 791 - checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 794 + checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8" 792 795 dependencies = [ 793 796 "unicode-ident", 794 797 ] 795 798 796 799 [[package]] 797 800 name = "quote" 798 - version = "1.0.26" 801 + version = "1.0.27" 799 802 source = "registry+https://github.com/rust-lang/crates.io-index" 800 - checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 803 + checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 801 804 dependencies = [ 802 805 "proc-macro2", 803 806 ] ··· 877 880 878 881 [[package]] 879 882 name = "rustix" 880 - version = "0.37.11" 883 + version = "0.37.19" 881 884 source = "registry+https://github.com/rust-lang/crates.io-index" 882 - checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77" 885 + checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 883 886 dependencies = [ 884 887 "bitflags", 885 888 "errno", ··· 934 937 935 938 [[package]] 936 939 name = "serde" 937 - version = "1.0.160" 940 + version = "1.0.163" 938 941 source = "registry+https://github.com/rust-lang/crates.io-index" 939 - checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 942 + checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 940 943 dependencies = [ 941 944 "serde_derive", 942 945 ] 943 946 944 947 [[package]] 945 948 name = "serde_derive" 946 - version = "1.0.160" 949 + version = "1.0.163" 947 950 source = "registry+https://github.com/rust-lang/crates.io-index" 948 - checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 951 + checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 949 952 dependencies = [ 950 953 "proc-macro2", 951 954 "quote", 952 - "syn 2.0.15", 955 + "syn 2.0.16", 953 956 ] 954 957 955 958 [[package]] ··· 965 968 966 969 [[package]] 967 970 name = "serde_spanned" 968 - version = "0.6.1" 971 + version = "0.6.2" 969 972 source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 973 + checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" 971 974 dependencies = [ 972 975 "serde", 973 976 ] ··· 1061 1064 1062 1065 [[package]] 1063 1066 name = "syn" 1064 - version = "2.0.15" 1067 + version = "2.0.16" 1065 1068 source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1069 + checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01" 1067 1070 dependencies = [ 1068 1071 "proc-macro2", 1069 1072 "quote", ··· 1116 1119 dependencies = [ 1117 1120 "proc-macro2", 1118 1121 "quote", 1119 - "syn 2.0.15", 1122 + "syn 2.0.16", 1120 1123 ] 1121 1124 1122 1125 [[package]] ··· 1136 1139 1137 1140 [[package]] 1138 1141 name = "toml_datetime" 1139 - version = "0.6.1" 1142 + version = "0.6.2" 1140 1143 source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 1144 + checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" 1142 1145 dependencies = [ 1143 1146 "serde", 1144 1147 ] 1145 1148 1146 1149 [[package]] 1147 1150 name = "toml_edit" 1148 - version = "0.19.8" 1151 + version = "0.19.9" 1149 1152 source = "registry+https://github.com/rust-lang/crates.io-index" 1150 - checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 1153 + checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f" 1151 1154 dependencies = [ 1152 1155 "indexmap", 1153 1156 "serde", ··· 1282 1285 1283 1286 [[package]] 1284 1287 name = "wasm-bindgen" 1285 - version = "0.2.84" 1288 + version = "0.2.86" 1286 1289 source = "registry+https://github.com/rust-lang/crates.io-index" 1287 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 1290 + checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 1288 1291 dependencies = [ 1289 1292 "cfg-if", 1290 1293 "wasm-bindgen-macro", ··· 1292 1295 1293 1296 [[package]] 1294 1297 name = "wasm-bindgen-backend" 1295 - version = "0.2.84" 1298 + version = "0.2.86" 1296 1299 source = "registry+https://github.com/rust-lang/crates.io-index" 1297 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 1300 + checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 1298 1301 dependencies = [ 1299 1302 "bumpalo", 1300 1303 "log", 1301 1304 "once_cell", 1302 1305 "proc-macro2", 1303 1306 "quote", 1304 - "syn 1.0.109", 1307 + "syn 2.0.16", 1305 1308 "wasm-bindgen-shared", 1306 1309 ] 1307 1310 1308 1311 [[package]] 1309 1312 name = "wasm-bindgen-macro" 1310 - version = "0.2.84" 1313 + version = "0.2.86" 1311 1314 source = "registry+https://github.com/rust-lang/crates.io-index" 1312 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 1315 + checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 1313 1316 dependencies = [ 1314 1317 "quote", 1315 1318 "wasm-bindgen-macro-support", ··· 1317 1320 1318 1321 [[package]] 1319 1322 name = "wasm-bindgen-macro-support" 1320 - version = "0.2.84" 1323 + version = "0.2.86" 1321 1324 source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 1325 + checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 1323 1326 dependencies = [ 1324 1327 "proc-macro2", 1325 1328 "quote", 1326 - "syn 1.0.109", 1329 + "syn 2.0.16", 1327 1330 "wasm-bindgen-backend", 1328 1331 "wasm-bindgen-shared", 1329 1332 ] 1330 1333 1331 1334 [[package]] 1332 1335 name = "wasm-bindgen-shared" 1333 - version = "0.2.84" 1336 + version = "0.2.86" 1334 1337 source = "registry+https://github.com/rust-lang/crates.io-index" 1335 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 1338 + checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 1336 1339 1337 1340 [[package]] 1338 1341 name = "web-sys" 1339 - version = "0.3.61" 1342 + version = "0.3.63" 1340 1343 source = "registry+https://github.com/rust-lang/crates.io-index" 1341 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 1344 + checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 1342 1345 dependencies = [ 1343 1346 "js-sys", 1344 1347 "wasm-bindgen", ··· 1528 1531 1529 1532 [[package]] 1530 1533 name = "winnow" 1531 - version = "0.4.1" 1534 + version = "0.4.6" 1532 1535 source = "registry+https://github.com/rust-lang/crates.io-index" 1533 - checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 1536 + checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 1534 1537 dependencies = [ 1535 1538 "memchr", 1536 1539 ]
+3 -3
pkgs/tools/misc/nurl/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "nurl"; 15 - version = "0.3.11"; 15 + version = "0.3.12"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "nix-community"; 19 19 repo = "nurl"; 20 20 rev = "v${version}"; 21 - hash = "sha256-erIC7JAluPs/ToXxjpSpSI6vB1hJVXywQTT+aARenOc="; 21 + hash = "sha256-L9lYFPUk8B34vEtHZZ/9v1cEzQXoNo3Rc0e9/lwMrU0="; 22 22 }; 23 23 24 24 cargoLock = { 25 25 lockFile = ./Cargo.lock; 26 26 outputHashes = { 27 - "nix-compat-0.1.0" = "sha256-J9MedxcVcH5DdRxdqD8cb5YRC/SjZ0vQTCFBMLVMQPo="; 27 + "nix-compat-0.1.0" = "sha256-8QP9qEUtCvSvv1LcMPg04RrSagpINZeh4o2CBMzUjn4="; 28 28 }; 29 29 }; 30 30
+2 -2
pkgs/tools/misc/pre-commit/default.nix
··· 17 17 with python3Packages; 18 18 buildPythonApplication rec { 19 19 pname = "pre-commit"; 20 - version = "3.3.1"; 20 + version = "3.3.2"; 21 21 format = "setuptools"; 22 22 23 23 disabled = pythonOlder "3.8"; ··· 26 26 owner = "pre-commit"; 27 27 repo = "pre-commit"; 28 28 rev = "v${version}"; 29 - hash = "sha256-2Q8ZtCWkNaBzcRpkhVo0eTVKf0rnOslqjC3Wjm64WrM="; 29 + hash = "sha256-ZPfxulGiGqPT5z+BTfMn9wl/erzyfPA4LPan/ySFTi8="; 30 30 }; 31 31 32 32 patches = [
+3 -3
pkgs/tools/misc/shopware-cli/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "shopware-cli"; 11 - version = "0.1.70"; 11 + version = "0.1.71"; 12 12 src = fetchFromGitHub { 13 13 repo = "shopware-cli"; 14 14 owner = "FriendsOfShopware"; 15 15 rev = version; 16 - hash = "sha256-lDEpPzoNc6oGqGXdpj3QratjV/JxUlce5R5tqUfgweE="; 16 + hash = "sha256-prn/22H2fVXJF/4YjrjyMoyD8JbhayXdPX06ea6VnFE="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ installShellFiles makeWrapper ]; 20 20 21 - vendorSha256 = "sha256-uWXTT8iCPRRmsJhVDwtOvA4sR0Pm0n50nPq3i7ZRwbo="; 21 + vendorSha256 = "sha256-yQM0nRbrKvopIl78YKIF7mc5jLQ/02vVKTzE+rO6/QU="; 22 22 23 23 postInstall = '' 24 24 export HOME="$(mktemp -d)"
+2 -2
pkgs/tools/networking/brook/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "brook"; 5 - version = "20230404.5.1"; 5 + version = "20230601"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "txthinking"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-79fH5Bmpg9qMyec1GtyGqme+QBw/Yfs5xMEo9tJXHuU="; 11 + sha256 = "sha256-Y7uaLKxDu7C8ySfTplKWdXBJdUhUXVeVPQJqSzvvywY="; 12 12 }; 13 13 14 14 vendorHash = "sha256-uKlO1x5sGM8B1htmvRt9kND7tuH36iLN/Mev77vwZ6M=";
+3 -3
pkgs/tools/networking/netbird/default.nix
··· 30 30 in 31 31 buildGoModule rec { 32 32 pname = "netbird"; 33 - version = "0.19.0"; 33 + version = "0.20.1"; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "netbirdio"; 37 37 repo = pname; 38 38 rev = "v${version}"; 39 - sha256 = "sha256-uz2WrPKNgYP8texn2wmGEnX4HS+HcF73iCJLTTAzX6g="; 39 + sha256 = "sha256-C+9wo2vCg7qWpwCCFXAEim2otgsiiuvrAwbFMpLuh3w="; 40 40 }; 41 41 42 - vendorHash = "sha256-hXoHdcoXsT3ap0Ns2seAaoMeQlwbp0WrqjoSH6Y/H+E="; 42 + vendorHash = "sha256-mO0I0+nT1eL4DbUpgS8wCKjXH80ca6q6RLoagz9W5uI="; 43 43 44 44 nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config; 45 45
+2 -2
pkgs/tools/networking/smartdns/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "smartdns"; 5 - version = "41"; 5 + version = "42"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "pymumu"; 9 9 repo = pname; 10 10 rev = "Release${version}"; 11 - sha256 = "sha256-FVHOjW5SEShxTPPd4IuEfPV6vvqr0RepV976eJmxqwM="; 11 + hash = "sha256-FVHOjW5SEShxTPPd4IuEfPV6vvqr0RepV976eJmxqwM="; 12 12 }; 13 13 14 14 buildInputs = [ openssl ];
+2 -2
pkgs/tools/security/ospd-openvas/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "ospd-openvas"; 8 - version = "22.5.0"; 8 + version = "22.5.1"; 9 9 format = "pyproject"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "greenbone"; 13 13 repo = "ospd-openvas"; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-1dzpS5Hov+48BYOkPicVk1duaNM5ueXNr7UKg6aPoZA="; 15 + hash = "sha256-7B/SLdOKxdFdW0ysuxgJm1xaTJuM0FPaloRn46rxY6A="; 16 16 }; 17 17 18 18 pythonRelaxDeps = [
+10 -2
pkgs/top-level/all-packages.nix
··· 16378 16378 inherit (darwin.apple_sdk.frameworks) Security; 16379 16379 }; 16380 16380 16381 - cargo-ndk = callPackage ../development/tools/rust/cargo-ndk { }; 16381 + cargo-ndk = callPackage ../development/tools/rust/cargo-ndk { 16382 + inherit (darwin.apple_sdk.frameworks) CoreGraphics Foundation; 16383 + }; 16382 16384 16383 16385 cargo-nextest = callPackage ../development/tools/rust/cargo-nextest { 16384 16386 inherit (darwin.apple_sdk.frameworks) Security; ··· 30861 30863 30862 30864 molsketch = libsForQt5.callPackage ../applications/editors/molsketch { }; 30863 30865 30864 - pattypan = callPackage ../applications/misc/pattypan { }; 30866 + pattypan = callPackage ../applications/misc/pattypan { 30867 + jdk = jdk.override { enableJavaFX = true; }; 30868 + }; 30865 30869 30866 30870 praat = callPackage ../applications/audio/praat { }; 30867 30871 ··· 32110 32114 }; 32111 32115 32112 32116 handlr = callPackage ../tools/misc/handlr { }; 32117 + 32118 + handlr-regex = callPackage ../tools/misc/handlr-regex { }; 32113 32119 32114 32120 jftui = callPackage ../applications/video/jftui { }; 32115 32121 ··· 40483 40489 zf = callPackage ../tools/misc/zf { }; 40484 40490 40485 40491 isolate = callPackage ../tools/security/isolate { }; 40492 + 40493 + reindeer = callPackage ../development/tools/reindeer { }; 40486 40494 }