lol

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
c2b2bb3e 2c70ec4a

+679 -1767
+8
lib/licenses.nix
··· 30 30 fullName = "Abstyles License"; 31 31 }; 32 32 33 + acsl14 = { 34 + fullName = "Anti-Capitalist Software License v1.4"; 35 + url = "https://anticapitalist.software/"; 36 + /* restrictions on corporations apply for both use and redistribution */ 37 + free = false; 38 + redistributable = false; 39 + }; 40 + 33 41 afl20 = { 34 42 spdxId = "AFL-2.0"; 35 43 fullName = "Academic Free License v2.0";
+24
maintainers/maintainer-list.nix
··· 5997 5997 githubId = 134872; 5998 5998 name = "Sergei Lukianov"; 5999 5999 }; 6000 + fryuni = { 6001 + name = "Luiz Ferraz"; 6002 + email = "luiz@lferraz.com"; 6003 + github = "Fryuni"; 6004 + githubId = 11063910; 6005 + keys = [{ 6006 + fingerprint = "2109 4B0E 560B 031E F539 62C8 2B56 8731 DB24 47EC"; 6007 + }]; 6008 + }; 6000 6009 fsagbuya = { 6001 6010 email = "fa@m-labs.ph"; 6002 6011 github = "fsagbuya"; ··· 11548 11557 githubId = 1776903; 11549 11558 name = "Andrew Abbott"; 11550 11559 }; 11560 + mirrorwitch = { 11561 + email = "mirrorwitch@transmom.love"; 11562 + github = "mirrorwitch"; 11563 + githubId = 146672255; 11564 + name = "mirrorwitch"; 11565 + keys = [{ 11566 + fingerprint = "C3E7 F8C4 9CBC 9320 D360 B117 8516 D0FA 7D8F 58FC"; 11567 + }]; 11568 + }; 11551 11569 Misaka13514 = { 11552 11570 name = "Misaka13514"; 11553 11571 email = "Misaka13514@gmail.com"; ··· 15352 15370 github = "samuelrivas"; 15353 15371 githubId = 107703; 15354 15372 name = "Samuel Rivas"; 15373 + }; 15374 + samueltardieu = { 15375 + email = "nixpkgs@sam.rfc1149.net"; 15376 + github = "samueltardieu"; 15377 + githubId = 44656; 15378 + name = "Samuel Tardieu"; 15355 15379 }; 15356 15380 samw = { 15357 15381 email = "sam@wlcx.cc";
+2 -2
pkgs/applications/editors/cudatext/default.nix
··· 38 38 in 39 39 stdenv.mkDerivation rec { 40 40 pname = "cudatext"; 41 - version = "1.199.0"; 41 + version = "1.200.0"; 42 42 43 43 src = fetchFromGitHub { 44 44 owner = "Alexey-T"; 45 45 repo = "CudaText"; 46 46 rev = version; 47 - hash = "sha256-07IXz2xhnAJFq4YbxjY6EjWiS5MCgylDphYUDk7ILfM="; 47 + hash = "sha256-0+bjp9JOR06wLzA3CJqtGjCK1M0qPdzoLRt6+fV8tJ0="; 48 48 }; 49 49 50 50 postPatch = ''
+8 -8
pkgs/applications/editors/cudatext/deps.json
··· 11 11 }, 12 12 "ATFlatControls": { 13 13 "owner": "Alexey-T", 14 - "rev": "2023.09.07", 15 - "hash": "sha256-/ebjEOnmMH9pj8EZfyGP98fzBvSJepLTJGqK6xWoQWc=" 14 + "rev": "2023.10.02", 15 + "hash": "sha256-9oV8xqkqpCfA7rk4UMxWFBIFQQ9slClFbaENRldFb8Q=" 16 16 }, 17 17 "ATSynEdit": { 18 18 "owner": "Alexey-T", 19 - "rev": "2023.09.18", 20 - "hash": "sha256-JwZ9abeodtPqzZZ8NlAEZQLgb81DB2NPBcbBphwhpb0=" 19 + "rev": "2023.10.03", 20 + "hash": "sha256-dJYpsvJNwQg6/NeXT23cpWFXwcfIYnWkHYoDItiUeOo=" 21 21 }, 22 22 "ATSynEdit_Cmp": { 23 23 "owner": "Alexey-T", ··· 31 31 }, 32 32 "ATSynEdit_Ex": { 33 33 "owner": "Alexey-T", 34 - "rev": "2023.08.12", 35 - "hash": "sha256-cEu8qkmcsNwrLR5t3bfMHI9fd3wmAq/dI/iRM4I4wmQ=" 34 + "rev": "2023.10.02", 35 + "hash": "sha256-mn+mTZZyDkc7P7w1PG/rDgp+rpXC3dahoiRk+DUDMHQ=" 36 36 }, 37 37 "Python-for-Lazarus": { 38 38 "owner": "Alexey-T", 39 - "rev": "2023.05.15", 40 - "hash": "sha256-8dWitKZB4nLcJ3fIN40jfNnyAGcRPLfA0iKNZ0zWFWo=" 39 + "rev": "2023.06.29", 40 + "hash": "sha256-mO8/RNJjy9KtFuDUmV2Y8Ff+Jjm9yRd7GSrI6mOONUc=" 41 41 }, 42 42 "Emmet-Pascal": { 43 43 "owner": "Alexey-T",
+5 -5
pkgs/applications/misc/1password-gui/default.nix
··· 9 9 let 10 10 11 11 pname = "1password"; 12 - version = if channel == "stable" then "8.10.16" else "8.10.16-43.BETA"; 12 + version = if channel == "stable" then "8.10.16" else "8.10.18-19.BETA"; 13 13 14 14 sources = { 15 15 stable = { ··· 33 33 beta = { 34 34 x86_64-linux = { 35 35 url = "https://downloads.1password.com/linux/tar/beta/x86_64/1password-${version}.x64.tar.gz"; 36 - hash = "sha256-7udgyaj84rnh5yn2RuvZzjDC6QsVdHh7vkJrStlW93I="; 36 + hash = "sha256-siQ6w1byDkfNrbkvjLWmQRbJ5nVZZv24vg0RFWaRHmE="; 37 37 }; 38 38 aarch64-linux = { 39 39 url = "https://downloads.1password.com/linux/tar/beta/aarch64/1password-${version}.arm64.tar.gz"; 40 - hash = "sha256-2c5pL5C3BgimI8D4+Be/FkKKDBflo5Oc24nzaI4Oa4Y="; 40 + hash = "sha256-WX6NzBXBSBf/hIl1kTIuUvCnEZ1+B0NBHfKvMeIZOw4="; 41 41 }; 42 42 x86_64-darwin = { 43 43 url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip"; 44 - hash = "sha256-f7Wme98qrmdzfipBoEEEa9PSOMiTqAica8gwKfZJLCE="; 44 + hash = "sha256-HQRw1OGIT/cVjDk4PGa8x4QdYHQxtqMePsUh+cpyysM="; 45 45 }; 46 46 aarch64-darwin = { 47 47 url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip"; 48 - hash = "sha256-6hK+qEG5gUo8XBOnxYIC+x5L9ah8m6c6YS/WpIGjENo="; 48 + hash = "sha256-1KcTgmxDhbvB6gzTqF3bhu5toCSjskGjCflrBSNYzk4="; 49 49 }; 50 50 }; 51 51 };
+32 -8
pkgs/applications/misc/activate-linux/default.nix
··· 4 4 , pkg-config 5 5 , xorg 6 6 , cairo 7 + , wayland 8 + , wayland-protocols 9 + , wayland-scanner 10 + , libconfig 7 11 }: 8 12 9 - stdenv.mkDerivation rec { 13 + stdenv.mkDerivation (finalAttrs: { 10 14 pname = "activate-linux"; 11 - version = "unstable-2022-05-22"; 15 + version = "1.1.0"; 12 16 13 17 src = fetchFromGitHub { 14 18 owner = "MrGlockenspiel"; 15 - repo = pname; 16 - rev = "18a6dc9771c568c557569ef680386d5d67f25e96"; 17 - sha256 = "wYoCyWZqu/jgqAuNYdNr2bjpz4pFRTnAF7qF4BRs9GE="; 19 + repo = "activate-linux"; 20 + rev = "v${finalAttrs.version}"; 21 + hash = "sha256-6XnoAoZwAs2hKToWlDqkaGqucmV1VMkEc4QO0G0xmrg="; 18 22 }; 19 23 20 24 makeFlags = [ "PREFIX=$(out)" ]; 21 25 22 26 nativeBuildInputs = [ 23 27 pkg-config 28 + wayland-scanner 24 29 ]; 25 30 26 31 buildInputs = [ 32 + cairo 27 33 xorg.libX11 28 34 xorg.libXext 29 35 xorg.libXfixes 36 + xorg.libXi 30 37 xorg.libXinerama 31 - cairo 38 + xorg.libXrandr 39 + xorg.libXt 40 + xorg.xorgproto 41 + wayland 42 + wayland-protocols 43 + libconfig 32 44 ]; 33 45 46 + installPhase = '' 47 + runHook preInstall 48 + 49 + mkdir -p $out/bin 50 + mkdir -p $out/share/man/man1 51 + 52 + cp activate-linux $out/bin 53 + cp activate-linux.1 $out/share/man/man1 54 + 55 + runHook postInstall 56 + ''; 34 57 35 58 meta = with lib; { 36 59 description = "The \"Activate Windows\" watermark ported to Linux"; 37 60 homepage = "https://github.com/MrGlockenspiel/activate-linux"; 38 61 license = licenses.gpl3; 39 - maintainers = with maintainers; [ alexnortung ]; 62 + maintainers = with maintainers; [ alexnortung donovanglover ]; 40 63 platforms = platforms.linux; 64 + mainProgram = "activate-linux"; 41 65 }; 42 - } 66 + })
+2 -2
pkgs/applications/networking/instant-messengers/nchat/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "nchat"; 8 - version = "3.60"; 8 + version = "3.67"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "d99kris"; 12 12 repo = "nchat"; 13 13 rev = "v${version}"; 14 - hash = "sha256-Fe+Cdh8NlrCkzSO/Juw96eXtGfXajhFIsKeTC3qXIlU="; 14 + hash = "sha256-PhvZejtSoDptzoMP5uIe6T0Ws/bQQXVuYH9uoZo3JsI="; 15 15 }; 16 16 17 17 postPatch = ''
+2 -2
pkgs/applications/networking/p2p/pyrosimple/default.nix
··· 10 10 11 11 python3.pkgs.buildPythonApplication rec { 12 12 pname = "pyrosimple"; 13 - version = "2.11.1"; 13 + version = "2.11.3"; 14 14 format = "pyproject"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "kannibalox"; 18 18 repo = pname; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-J3eRuQK53Tsh1vhIgEUYBv08c6v3fSMzgK2PIhA13Qw="; 20 + hash = "sha256-P12Tx9lEGp9OINL6vJIdyL3+pJbR/uaYe8k7v9kSz/A="; 21 21 }; 22 22 23 23 pythonRelaxDeps = [
+2
pkgs/applications/science/chemistry/wxmacmolplt/default.nix
··· 29 29 xorg.libX11.dev 30 30 ]; 31 31 32 + configureFlags = [ "LDFLAGS=-lGL" ]; 33 + 32 34 enableParallelBuilding = true; 33 35 34 36 meta = with lib; {
-86
pkgs/applications/terminal-emulators/ctx/0001-Make-arch-detection-optional-and-fix-targets.patch
··· 1 - From 5c41e49b79ef85e7e23748fbeeaf65df8b769263 Mon Sep 17 00:00:00 2001 2 - From: Tobias Mayer <tobim@fastmail.fm> 3 - Date: Sat, 10 Jun 2023 14:17:16 +0200 4 - Subject: [PATCH] Make arch detection optional and fix targets 5 - 6 - --- 7 - Makefile | 6 +++--- 8 - configure.sh | 22 +++++++++++++--------- 9 - 2 files changed, 16 insertions(+), 12 deletions(-) 10 - 11 - diff --git a/Makefile b/Makefile 12 - index d21c53bf..fe982b24 100644 13 - --- a/Makefile 14 - +++ b/Makefile 15 - @@ -205,8 +205,8 @@ stuff/%.o: stuff/%.c ctx.h stuff/*.h stuff/*.inc Makefile build.conf 16 - libctx.a: itk.o deps.o $(CTX_OBJS) build.conf Makefile 17 - $(AR) rcs $@ $(CTX_OBJS) deps.o itk.o 18 - libctx.so: $(CTX_OBJS) deps.o itk.o build.conf Makefile 19 - - $(LD) -shared $(LIBS) $(CTX_OBJS) deps.o itk.o $(CTX_LIBS) -o $@ 20 - - #$(LD) --retain-symbols-file=symbols -shared $(LIBS) $? $(CTX_LIBS) -o $@ 21 - + $(CCC) -shared $(LIBS) $(CTX_OBJS) deps.o itk.o $(CTX_LIBS) -o $@ 22 - + #$(CCC) --retain-symbols-file=symbols -shared $(LIBS) $? $(CTX_LIBS) -o $@ 23 - 24 - ctx: main.c ctx.h build.conf Makefile $(TERMINAL_OBJS) $(MEDIA_HANDLERS_OBJS) libctx.a 25 - $(CCC) main.c $(TERMINAL_OBJS) $(MEDIA_HANDLERS_OBJS) -o $@ $(CFLAGS) libctx.a $(LIBS) $(CTX_CFLAGS) $(OFLAGS_LIGHT) -lpthread $(CTX_LIBS) 26 - @@ -276,5 +276,5 @@ itk/w3c-constants.h: itk/css.h Makefile squoze/squoze 27 - for a in `cat itk/css.h | tr ';' ' ' | tr ',' ' ' | tr ')' ' '|tr ':' ' ' | tr '{' ' ' | tr ' ' '\n' | grep 'SQZ_[a-z][0-9a-zA-Z_]*'| sort | uniq`;do b=`echo $$a|tail -c+5|tr '_' '-'`;echo "#define $$a `./squoze/squoze -33 $$b`u // \"$$b\"";done \ 28 - >> $@ 29 - echo '#endif' >> $@ 30 - -static.inc: static/* static/*/* tools/gen_fs.sh 31 - +static.inc: static/* tools/gen_fs.sh 32 - ./tools/gen_fs.sh static > $@ 33 - diff --git a/configure.sh b/configure.sh 34 - index ad388a5d..fd9d3b96 100755 35 - --- a/configure.sh 36 - +++ b/configure.sh 37 - @@ -43,16 +43,20 @@ ENABLE_FAST_FILL_RECT=1 38 - ENABLE_SWITCH_DISPATCH=1 39 - 40 - pkg-config sdl2 && HAVE_SDL=1 41 - -pkg-config babl && HAVE_BABL=1 42 - -pkg-config cairo && HAVE_CAIRO=1 43 - -pkg-config libcurl && HAVE_LIBCURL=1 44 - -pkg-config alsa && HAVE_ALSA=1 45 - -pkg-config libdrm && HAVE_KMS=1 46 - +# https://github.com/GNOME/gimp/blob/828a8a7fe7ecd1825387f37a42922bc50fa32be9/meson.build#L349 47 - +pkg-config babl-0.1 && { HAVE_BABL=1; BABL_NAME=babl-0.1; } 48 - +if [ $HAVE_BABL != 1 ];then 49 - + pkg-config babl && { HAVE_BABL=1; BABL_NAME=babl; } 50 - +fi 51 - +pkg-config cairo && HAVE_CAIRO=1 52 - +pkg-config libcurl && HAVE_LIBCURL=1 53 - +pkg-config alsa && HAVE_ALSA=1 54 - +pkg-config libdrm && HAVE_KMS=1 55 - #pkg-config harfbuzz && HAVE_HARFBUZZ=1 56 - 57 - 58 - 59 - -ARCH=`uname -m` 60 - +: "${ARCH:="$(uname -m)"}" 61 - 62 - case "$ARCH" in 63 - "x86_64") HAVE_SIMD=1 ;; 64 - @@ -229,8 +233,8 @@ echo >> build.conf 65 - if [ $HAVE_BABL = 1 ];then 66 - echo "#define CTX_BABL 1 " >> local.conf 67 - echo "#define CTX_ENABLE_CM 1 " >> local.conf 68 - - echo "CTX_CFLAGS+= `pkg-config babl --cflags`" >> build.conf 69 - - echo "CTX_LIBS+= `pkg-config babl --libs` " >> build.conf 70 - + echo "CTX_CFLAGS+= `pkg-config "$BABL_NAME" --cflags`" >> build.conf 71 - + echo "CTX_LIBS+= `pkg-config "$BABL_NAME" --libs` " >> build.conf 72 - else 73 - echo "#define CTX_BABL 0 " >> local.conf 74 - echo "#define CTX_ENABLE_CM 0 " >> local.conf 75 - @@ -348,7 +352,7 @@ echo "LIBS=$LIBS" >> build.conf 76 - #echo "Generating build.deps" 77 - #make build.deps 2>/dev/null 78 - 79 - -echo -n "configuration summary, architecture $(arch)" 80 - +echo -n "configuration summary, architecture $ARCH" 81 - [ $HAVE_SIMD = 1 ] && echo " SIMD multi-pass" 82 - echo "" 83 - echo "Backends:" 84 - -- 85 - 2.40.1 86 -
+22 -19
pkgs/applications/terminal-emulators/ctx/default.nix pkgs/by-name/ct/ctx/package.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchgit 4 - , pkg-config 5 - , xxd 6 4 , SDL2 7 5 , alsa-lib 8 6 , babl 9 7 , bash 10 - , cairo 11 8 , curl 12 9 , libdrm # Not documented 10 + , pkg-config 11 + , xxd 13 12 , enableFb ? false 14 13 , nixosTests 15 14 }: 16 15 17 - stdenv.mkDerivation { 16 + stdenv.mkDerivation (finalAttrs: { 18 17 pname = "ctx"; 19 - version = "unstable-2023-06-05"; 18 + version = "unstable-2023-09-03"; 20 19 21 20 src = fetchgit { 22 21 name = "ctx-source"; # because of a dash starting the directory 23 22 url = "https://ctx.graphics/.git/"; 24 - rev = "2eb3886919d0a0b8c305e4f9e18428dad5e73ca0"; 25 - sha256 = "sha256-PLUyGArxLU742IKIgpzxdBdc94mWWSkHNFoXGW8L/Zo="; 23 + rev = "1bac18c152eace3ca995b3c2b829a452085d46fb"; 24 + hash = "sha256-fOcQJ2XCeomdtAUmy0A+vU7Vt325OSwrb1+ccW+gZ38="; 26 25 }; 27 26 28 27 patches = [ 29 - ./0001-Make-arch-detection-optional-and-fix-targets.patch 28 + # Many problematic things fixed - it should be upstreamed somehow: 29 + # - babl changed its name in pkg-config files 30 + # - arch detection made optional 31 + # - LD changed to CCC 32 + # - remove inexistent reference to static/*/* 33 + ./0001-fix-detections.diff 30 34 ]; 31 35 32 36 postPatch = '' 33 37 patchShebangs ./tools/gen_fs.sh 34 38 ''; 35 39 36 - strictDeps = true; 37 - 38 - env.ARCH = stdenv.hostPlatform.parsed.cpu.arch; 39 - 40 40 nativeBuildInputs = [ 41 41 pkg-config 42 42 xxd ··· 47 47 alsa-lib 48 48 babl 49 49 bash # for ctx-audioplayer 50 - cairo 51 50 curl 52 51 libdrm 53 52 ]; 54 53 54 + strictDeps = true; 55 + 56 + env.ARCH = stdenv.hostPlatform.parsed.cpu.arch; 57 + 55 58 configureScript = "./configure.sh"; 56 59 configureFlags = lib.optional enableFb "--enable-fb"; 57 60 configurePlatforms = []; ··· 64 67 65 68 passthru.tests.test = nixosTests.terminal-emulators.ctx; 66 69 67 - meta = with lib; { 70 + meta = { 68 71 homepage = "https://ctx.graphics/"; 69 72 description = "Vector graphics terminal"; 70 - longDescription= '' 73 + longDescription = '' 71 74 ctx is an interactive 2D vector graphics, audio, text- canvas and 72 75 terminal, with escape sequences that enable a 2D vector drawing API using 73 76 a vector graphics protocol. 74 77 ''; 75 - license = licenses.gpl3Plus; 76 - maintainers = with maintainers; [ AndersonTorres]; 77 - platforms = platforms.unix; 78 + license = lib.licenses.gpl3Plus; 79 + maintainers = with lib.maintainers; [ AndersonTorres ]; 80 + platforms = lib.platforms.unix; 78 81 }; 79 - } 82 + })
+2 -2
pkgs/applications/video/streamlink/default.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "streamlink"; 9 - version = "6.2.0"; 9 + version = "6.2.1"; 10 10 format = "pyproject"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-rq4beEhEb5CZjGIyTnEHyPQfjAgmbbxBm4HhzBs1VZo="; 14 + hash = "sha256-64Jmkva7L0oaik1UcCTQlUricL2us+O5CEc6pVsgnRI="; 15 15 }; 16 16 17 17 nativeCheckInputs = with python3Packages; [
+67
pkgs/by-name/ct/ctx/0001-fix-detections.diff
··· 1 + diff -Naur --no-dereference ctx-source-old/configure.sh ctx-source-new/configure.sh 2 + --- ctx-source-old/configure.sh 1969-12-31 21:00:01.000000000 -0300 3 + +++ ctx-source-new/configure.sh 2023-09-27 19:26:05.403569888 -0300 4 + @@ -42,15 +42,18 @@ 5 + ENABLE_SWITCH_DISPATCH=1 6 + 7 + pkg-config sdl2 && HAVE_SDL=1 8 + -pkg-config babl && HAVE_BABL=1 9 + + 10 + +pkg-config babl-0.1 && { HAVE_BABL=1; BABL_NAME=babl-0.1; } 11 + +if [ $HAVE_BABL != 1 ]; then 12 + + pkg-config babl && { HAVE_BABL=1; BABL_NAME=babl; } 13 + +fi 14 + + 15 + pkg-config libcurl && HAVE_LIBCURL=1 16 + pkg-config alsa && HAVE_ALSA=1 17 + pkg-config libdrm && HAVE_KMS=1 18 + #pkg-config harfbuzz && HAVE_HARFBUZZ=1 19 + 20 + - 21 + - 22 + -ARCH=`uname -m` 23 + +: "${ARCH:="$(uname -m)"}" 24 + 25 + case "$ARCH" in 26 + "x86_64") HAVE_SIMD=1 ;; 27 + @@ -224,8 +227,8 @@ 28 + if [ $HAVE_BABL = 1 ];then 29 + echo "#define CTX_BABL 1 " >> local.conf 30 + echo "#define CTX_ENABLE_CM 1 " >> local.conf 31 + - echo "CTX_CFLAGS+= `pkg-config babl --cflags`" >> build.conf 32 + - echo "CTX_LIBS+= `pkg-config babl --libs` " >> build.conf 33 + + echo "CTX_CFLAGS+= `pkg-config "${BABL_NAME}" --cflags`" >> build.conf 34 + + echo "CTX_LIBS+= `pkg-config "${BABL_NAME}" --libs` " >> build.conf 35 + else 36 + echo "#define CTX_BABL 0 " >> local.conf 37 + echo "#define CTX_ENABLE_CM 0 " >> local.conf 38 + @@ -335,7 +338,7 @@ 39 + #echo "Generating build.deps" 40 + #make build.deps 2>/dev/null 41 + 42 + -echo -n "configuration summary, architecture $(arch)" 43 + +echo -n "configuration summary, architecture $ARCH" 44 + [ $HAVE_SIMD = 1 ] && echo " SIMD multi-pass" 45 + echo "" 46 + echo "Backends:" 47 + diff -Naur --no-dereference ctx-source-old/Makefile ctx-source-new/Makefile 48 + --- ctx-source-old/Makefile 1969-12-31 21:00:01.000000000 -0300 49 + +++ ctx-source-new/Makefile 2023-09-27 19:37:23.779830320 -0300 50 + @@ -206,8 +206,8 @@ 51 + libctx.a: itk.o deps.o $(CTX_OBJS) build.conf Makefile 52 + $(AR) rcs $@ $(CTX_OBJS) deps.o itk.o 53 + libctx.so: $(CTX_OBJS) deps.o itk.o build.conf Makefile 54 + - $(LD) -shared $(LIBS) $(CTX_OBJS) deps.o itk.o $(CTX_LIBS) -o $@ 55 + - #$(LD) --retain-symbols-file=symbols -shared $(LIBS) $? $(CTX_LIBS) -o $@ 56 + + $(CCC) -shared $(LIBS) $(CTX_OBJS) deps.o itk.o $(CTX_LIBS) -o $@ 57 + + #$(CCC) --retain-symbols-file=symbols -shared $(LIBS) $? $(CTX_LIBS) -o $@ 58 + 59 + ctx: main.c ctx.h build.conf Makefile $(TERMINAL_OBJS) $(MEDIA_HANDLERS_OBJS) libctx.a 60 + $(CCC) main.c $(TERMINAL_OBJS) $(MEDIA_HANDLERS_OBJS) -o $@ $(CFLAGS) libctx.a $(LIBS) $(CTX_CFLAGS) $(OFLAGS_LIGHT) -lpthread $(CTX_LIBS) 61 + @@ -277,5 +277,5 @@ 62 + for a in `cat itk/css.h | tr ';' ' ' | tr ',' ' ' | tr ')' ' '|tr ':' ' ' | tr '{' ' ' | tr ' ' '\n' | grep 'SQZ_[a-z][0-9a-zA-Z_]*'| sort | uniq`;do b=`echo $$a|tail -c+5|tr '_' '-'`;echo "#define $$a `./squoze/squoze -33 $$b`u // \"$$b\"";done \ 63 + >> $@ 64 + echo '#endif' >> $@ 65 + -static.inc: static/* static/*/* tools/gen_fs.sh 66 + +static.inc: static/* tools/gen_fs.sh 67 + ./tools/gen_fs.sh static > $@
+2 -2
pkgs/by-name/tr/trealla/package.nix
··· 17 17 assert lib.elem lineEditingLibrary [ "isocline" "readline" ]; 18 18 stdenv.mkDerivation (finalAttrs: { 19 19 pname = "trealla"; 20 - version = "2.28.1"; 20 + version = "2.28.12"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "trealla-prolog"; 24 24 repo = "trealla"; 25 25 rev = "v${finalAttrs.version}"; 26 - hash = "sha256-Wy4FPvBQY2CvpR9QiFbI1wI2ztUAc1XvaOGaGH7SkKs="; 26 + hash = "sha256-uWCpCjYFtK2pNeHHZWhWI6YZ+cllQpkKz//nHracl5s="; 27 27 }; 28 28 29 29 postPatch = ''
+82
pkgs/development/interpreters/lambda-lisp/default.nix
··· 1 + # Lambda Lisp has several backends, here we are using 2 + # the blc one. Ideally, this should be made into several 3 + # packages such as lambda-lisp-blc, lambda-lisp-lazyk, 4 + # lambda-lisp-clamb, etc. 5 + 6 + { lib 7 + , gccStdenv 8 + , fetchFromGitHub 9 + , fetchurl 10 + , runtimeShell 11 + }: 12 + 13 + let 14 + stdenv = gccStdenv; 15 + s = import ./sources.nix { inherit fetchurl fetchFromGitHub; }; 16 + in 17 + stdenv.mkDerivation rec { 18 + pname = "lambda-lisp-blc"; 19 + version = s.lambdaLispVersion; 20 + src = s.src; 21 + flatSrc = s.flatSrc; 22 + blcSrc = s.blcSrc; 23 + 24 + installPhase = '' 25 + runHook preInstall 26 + 27 + mkdir -p ./build 28 + cp $blcSrc ./build/Blc.S 29 + cp $flatSrc ./build/flat.lds 30 + cd build; 31 + cat Blc.S | sed -e 's/#define.*TERMS.*//' > Blc.ext.S; 32 + $CC -c -DTERMS=50000000 -o Blc.o Blc.ext.S 33 + ld.bfd -o Blc Blc.o -T flat.lds 34 + cd ..; 35 + mv build/Blc ./bin 36 + install -D -t $out/bin bin/Blc 37 + install -D -t $out/lib bin/lambdalisp.blc 38 + 39 + cd build; 40 + $CC ../tools/asc2bin.c -O2 -o asc2bin; 41 + cd ..; 42 + mv build/asc2bin ./bin; 43 + chmod 755 ./bin/asc2bin; 44 + install -D -t $out/bin bin/asc2bin 45 + 46 + echo -e "#!${runtimeShell}\n( cat $out/lib/lambdalisp.blc | $out/bin/asc2bin; cat ) | $out/bin/Blc" > lambda-lisp-blc 47 + chmod +x lambda-lisp-blc 48 + 49 + install -D -t $out/bin lambda-lisp-blc 50 + runHook postInstall 51 + ''; 52 + 53 + doInstallCheck = true; 54 + 55 + installCheckPhase = '' 56 + runHook preInstallCheck 57 + 58 + a=$(echo "(* (+ 1 2 3 4 5 6 7 8 9 10) 12020569 (- 2 5))" | $out/bin/lambda-lisp-blc | tr -d "> "); 59 + test $a == -1983393885 60 + 61 + runHook postInstallCheck 62 + ''; 63 + 64 + meta = with lib; { 65 + description = "A Lisp interpreter written in untyped lambda calculus"; 66 + homepage = "https://github.com/woodrush/lambdalisp"; 67 + longDescription = '' 68 + LambdaLisp is a Lisp interpreter written as a closed untyped lambda calculus term. 69 + It is written as a lambda calculus term LambdaLisp = λx. ... which takes a string 70 + x as an input and returns a string as an output. The input x is the Lisp program 71 + and the user's standard input, and the output is the standard output. Characters 72 + are encoded into lambda term representations of natural numbers using the Church 73 + encoding, and strings are encoded as a list of characters with lists expressed as 74 + lambdas in the Mogensen-Scott encoding, so the entire computation process solely 75 + consists of the beta-reduction of lambda terms, without introducing any 76 + non-lambda-type object. 77 + ''; 78 + license = licenses.mit; 79 + maintainers = with maintainers; [ cafkafk ]; 80 + platforms = [ "x86_64-linux" ]; 81 + }; 82 + }
+50
pkgs/development/interpreters/lambda-lisp/sources.nix
··· 1 + let 2 + lambdaLispVersion = "2022-08-18"; 3 + blcVersion = "2"; 4 + # Archive of "https://justine.lol/lambda/"; 5 + justineLolArchive = "https://web.archive.org/web/20230614065521if_/https://justine.lol/lambda/"; 6 + in 7 + { fetchFromGitHub, fetchurl }: { 8 + inherit blcVersion; 9 + inherit lambdaLispVersion; 10 + 11 + src = fetchFromGitHub { 12 + owner = "woodrush"; 13 + repo = "lambdalisp"; 14 + rev = "2119cffed1ab2005f08ab3cfca92028270f08725"; 15 + hash = "sha256-ml2xQ8s8sux+6GwTw8mID3PEOcH6hn8tyc/UI5tFaO0="; 16 + }; 17 + 18 + uniCSrc = fetchFromGitHub { 19 + owner = "tromp"; 20 + repo = "tromp.github.io"; 21 + rev = "b4de12e566c1fb0fa3f3babe89bac885f4c966a4"; 22 + hash = "sha256-JmbqQp2kkkkkkkkSWQmG3uBxdgyIu4r2Ch8bBGyQ4H4="; 23 + }; 24 + 25 + # needed later 26 + clambSrc = fetchFromGitHub { 27 + owner = "irori"; 28 + repo = "clamb"; 29 + rev = "44c1208697f394e22857195be5ea73bfdd48ebd1"; 30 + hash = "sha256-1lGg2NBoxAKDCSnnPn19r/hwBC5paAKUnlcsUv3dpNY="; 31 + }; 32 + 33 + # needed later 34 + lazykSrc = fetchFromGitHub { 35 + owner = "irori"; 36 + repo = "lazyk"; 37 + rev = "5edb0b834d0af5f7413c484eb3795d47ec2e3894"; 38 + hash = "sha256-1lGg2NBoxAKDCSnnPn19r/hwBC5paAKUnlcsUv3dpNY="; 39 + }; 40 + 41 + blcSrc = fetchurl { 42 + url = "${justineLolArchive}Blc.S?v=${blcVersion}"; 43 + hash = "sha256-qt7vDtn9WvDoBaLESCyyscA0u74914e8ZKhLiUAN52A="; 44 + }; 45 + 46 + flatSrc = fetchurl { 47 + url = "${justineLolArchive}flat.lds"; 48 + hash = "sha256-HxX+10rV86zPv+UtF+n72obtz3DosWLMIab+uskxIjA="; 49 + }; 50 + }
+3 -3
pkgs/development/interpreters/wasmer/default.nix
··· 14 14 15 15 rustPlatform.buildRustPackage rec { 16 16 pname = "wasmer"; 17 - version = "4.2.0"; 17 + version = "4.2.1"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "wasmerio"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-7E/of0WP28VM7ceDCBsSCb6ot3FEYUZkHVk0H/LcbGk="; 23 + hash = "sha256-GROw9TYKC53ECJUeYhCez8f2jImPla/lGgsP91tTGjQ="; 24 24 }; 25 25 26 - cargoHash = "sha256-1YlwYgnZzkYjY2yQlSZTs3JrUnIeZgpCDZBevqlj4WM="; 26 + cargoHash = "sha256-JE7FDF4MWhqJbL7ZP+yzfV7/Z79x0NuQLYNwWwMjAao="; 27 27 28 28 nativeBuildInputs = [ 29 29 rustPlatform.bindgenHook
+2 -2
pkgs/development/php-packages/phpstan/default.nix
··· 2 2 3 3 let 4 4 pname = "phpstan"; 5 - version = "1.10.33"; 5 + version = "1.10.37"; 6 6 in 7 7 mkDerivation { 8 8 inherit pname version; 9 9 10 10 src = fetchurl { 11 11 url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar"; 12 - sha256 = "sha256-dFIuCVYmZr6E0181jegKs6d3mA9jPoFqoIY+lyWl7P8="; 12 + sha256 = "sha256-i1h3N11MsKhHx/RJxAthnUbjacA5yZJF6bzmQnmEKzg="; 13 13 }; 14 14 15 15 dontUnpack = true;
+2 -2
pkgs/development/python-modules/av/default.nix
··· 9 9 , setuptools 10 10 11 11 # runtime 12 - , ffmpeg-headless 12 + , ffmpeg_5-headless 13 13 14 14 # tests 15 15 , numpy ··· 38 38 ]; 39 39 40 40 buildInputs = [ 41 - ffmpeg-headless 41 + ffmpeg_5-headless 42 42 ]; 43 43 44 44 preCheck = ''
+9
pkgs/development/python-modules/pynetdicom/default.nix
··· 2 2 , stdenv 3 3 , buildPythonPackage 4 4 , fetchFromGitHub 5 + , fetchpatch 5 6 , pydicom 6 7 , pyfakefs 7 8 , pytestCheckHook ··· 22 23 rev = "v${version}"; 23 24 hash = "sha256-/JWQUtFBW4uqCbs/nUxj1pRBfTCXV4wcqTkqvzpdFrM="; 24 25 }; 26 + 27 + patches = [ 28 + (fetchpatch { 29 + name = "fix-python-3.11-test-attribute-errors"; 30 + url = "https://github.com/pydicom/pynetdicom/pull/754/commits/2126bd932d6dfb3f07045eb9400acb7eaa1b3069.patch"; 31 + hash = "sha256-t6Lg0sTZSWIE5q5pkBvEoHDQ+cklDn8SgNBcFk1myp4="; 32 + }) 33 + ]; 25 34 26 35 propagatedBuildInputs = [ 27 36 pydicom
+2 -2
pkgs/development/python-modules/python-telegram-bot/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "python-telegram-bot"; 24 - version = "20.5"; 24 + version = "20.6"; 25 25 format = "pyproject"; 26 26 27 27 disabled = pythonOlder "3.8"; ··· 30 30 owner = pname; 31 31 repo = pname; 32 32 rev = "refs/tags/v${version}"; 33 - hash = "sha256-/AdGpOl87EeVDCAZLjtan7ttE2vUL0gi1qeM18ilYEQ="; 33 + hash = "sha256-t6yHl2uNdGaTLdbQTXp3+zds2pab4T6Pe69mu31HahA="; 34 34 }; 35 35 36 36 nativeBuildInputs = [
+2
pkgs/development/python-modules/qcengine/default.nix
··· 8 8 , pythonOlder 9 9 , pyyaml 10 10 , qcelemental 11 + , msgpack 11 12 }: 12 13 13 14 buildPythonPackage rec { ··· 28 29 pydantic 29 30 pyyaml 30 31 qcelemental 32 + msgpack 31 33 ]; 32 34 33 35 nativeCheckInputs = [
+4 -9
pkgs/development/python-modules/tank-utility/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "tank-utility"; 15 - version = "1.4.1"; 15 + version = "1.5.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 20 20 src = fetchFromGitHub { 21 21 owner = "krismolendyke"; 22 22 repo = pname; 23 - rev = version; 24 - hash = "sha256-2cxAaSyreIzQzCUtiolEV7JbGFKL8Mob3337J0jlMsU="; 23 + rev = "refs/tags/${version}"; 24 + hash = "sha256-h9y3X+FSzSFt+bd/chz+x0nocHaKZ8DvreMxAYMs8/E="; 25 25 }; 26 - 27 - postPatch = '' 28 - # urllib3[secure] is not picked-up 29 - substituteInPlace setup.py \ 30 - --replace "urllib3[secure]" "urllib3" 31 - ''; 32 26 33 27 propagatedBuildInputs = [ 34 28 requests ··· 49 43 meta = with lib; { 50 44 description = "Library for the Tank Utility API"; 51 45 homepage = "https://github.com/krismolendyke/tank-utility"; 46 + changelog = "https://github.com/krismolendyke/tank-utility/blob/${version}/HISTORY.rst"; 52 47 license = licenses.mit; 53 48 maintainers = with maintainers; [ fab ]; 54 49 };
+167 -1528
pkgs/development/python-modules/tokenizers/Cargo.lock
··· 3 3 version = 3 4 4 5 5 [[package]] 6 - name = "adler" 7 - version = "1.0.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 - 11 - [[package]] 12 - name = "aes" 13 - version = "0.7.5" 14 - source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 16 - dependencies = [ 17 - "cfg-if", 18 - "cipher", 19 - "cpufeatures", 20 - "opaque-debug", 21 - ] 22 - 23 - [[package]] 24 6 name = "aho-corasick" 25 7 version = "0.7.20" 26 8 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 30 12 ] 31 13 32 14 [[package]] 33 - name = "anstream" 34 - version = "0.3.0" 35 - source = "registry+https://github.com/rust-lang/crates.io-index" 36 - checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371" 37 - dependencies = [ 38 - "anstyle", 39 - "anstyle-parse", 40 - "anstyle-query", 41 - "anstyle-wincon", 42 - "colorchoice", 43 - "is-terminal", 44 - "utf8parse", 45 - ] 46 - 47 - [[package]] 48 - name = "anstyle" 49 - version = "1.0.0" 50 - source = "registry+https://github.com/rust-lang/crates.io-index" 51 - checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 52 - 53 - [[package]] 54 - name = "anstyle-parse" 55 - version = "0.2.0" 56 - source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 58 - dependencies = [ 59 - "utf8parse", 60 - ] 61 - 62 - [[package]] 63 - name = "anstyle-query" 64 - version = "1.0.0" 65 - source = "registry+https://github.com/rust-lang/crates.io-index" 66 - checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 67 - dependencies = [ 68 - "windows-sys 0.48.0", 69 - ] 70 - 71 - [[package]] 72 - name = "anstyle-wincon" 73 - version = "1.0.0" 15 + name = "aho-corasick" 16 + version = "1.0.5" 74 17 source = "registry+https://github.com/rust-lang/crates.io-index" 75 - checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd" 18 + checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" 76 19 dependencies = [ 77 - "anstyle", 78 - "windows-sys 0.48.0", 79 - ] 80 - 81 - [[package]] 82 - name = "atty" 83 - version = "0.2.14" 84 - source = "registry+https://github.com/rust-lang/crates.io-index" 85 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 86 - dependencies = [ 87 - "hermit-abi 0.1.19", 88 - "libc", 89 - "winapi", 20 + "memchr", 90 21 ] 91 22 92 23 [[package]] ··· 102 33 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 103 34 104 35 [[package]] 105 - name = "base64" 106 - version = "0.21.0" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 109 - 110 - [[package]] 111 - name = "base64ct" 112 - version = "1.6.0" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 115 - 116 - [[package]] 117 36 name = "bitflags" 118 37 version = "1.3.2" 119 38 source = "registry+https://github.com/rust-lang/crates.io-index" 120 39 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 121 40 122 41 [[package]] 123 - name = "block-buffer" 124 - version = "0.10.4" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 127 - dependencies = [ 128 - "generic-array", 129 - ] 130 - 131 - [[package]] 132 - name = "bumpalo" 133 - version = "3.12.0" 134 - source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 136 - 137 - [[package]] 138 - name = "byteorder" 139 - version = "1.4.3" 140 - source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 142 - 143 - [[package]] 144 - name = "bytes" 145 - version = "1.4.0" 42 + name = "bitflags" 43 + version = "2.4.0" 146 44 source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 148 - 149 - [[package]] 150 - name = "bzip2" 151 - version = "0.4.4" 152 - source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 154 - dependencies = [ 155 - "bzip2-sys", 156 - "libc", 157 - ] 158 - 159 - [[package]] 160 - name = "bzip2-sys" 161 - version = "0.1.11+1.0.8" 162 - source = "registry+https://github.com/rust-lang/crates.io-index" 163 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 164 - dependencies = [ 165 - "cc", 166 - "libc", 167 - "pkg-config", 168 - ] 169 - 170 - [[package]] 171 - name = "cached-path" 172 - version = "0.6.1" 173 - source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "097968e38f1319207f057d0f4d76452e4f4f847a5de61c5215379f297fa034f3" 175 - dependencies = [ 176 - "flate2", 177 - "fs2", 178 - "glob", 179 - "indicatif 0.16.2", 180 - "log", 181 - "rand", 182 - "reqwest", 183 - "serde", 184 - "serde_json", 185 - "sha2", 186 - "tar", 187 - "tempfile", 188 - "thiserror", 189 - "zip", 190 - ] 45 + checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 191 46 192 47 [[package]] 193 48 name = "cc" 194 - version = "1.0.79" 49 + version = "1.0.83" 195 50 source = "registry+https://github.com/rust-lang/crates.io-index" 196 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 51 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 197 52 dependencies = [ 198 - "jobserver", 53 + "libc", 199 54 ] 200 55 201 56 [[package]] ··· 205 60 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 206 61 207 62 [[package]] 208 - name = "cipher" 209 - version = "0.3.0" 210 - source = "registry+https://github.com/rust-lang/crates.io-index" 211 - checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 212 - dependencies = [ 213 - "generic-array", 214 - ] 215 - 216 - [[package]] 217 - name = "clap" 218 - version = "4.2.2" 219 - source = "registry+https://github.com/rust-lang/crates.io-index" 220 - checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a" 221 - dependencies = [ 222 - "clap_builder", 223 - "clap_derive", 224 - "once_cell", 225 - ] 226 - 227 - [[package]] 228 - name = "clap_builder" 229 - version = "4.2.2" 230 - source = "registry+https://github.com/rust-lang/crates.io-index" 231 - checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6" 232 - dependencies = [ 233 - "anstream", 234 - "anstyle", 235 - "bitflags", 236 - "clap_lex", 237 - "strsim", 238 - ] 239 - 240 - [[package]] 241 - name = "clap_derive" 242 - version = "4.2.0" 243 - source = "registry+https://github.com/rust-lang/crates.io-index" 244 - checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" 245 - dependencies = [ 246 - "heck", 247 - "proc-macro2", 248 - "quote", 249 - "syn 2.0.15", 250 - ] 251 - 252 - [[package]] 253 - name = "clap_lex" 254 - version = "0.4.1" 255 - source = "registry+https://github.com/rust-lang/crates.io-index" 256 - checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" 257 - 258 - [[package]] 259 - name = "colorchoice" 260 - version = "1.0.0" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 263 - 264 - [[package]] 265 - name = "console" 266 - version = "0.15.5" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 269 - dependencies = [ 270 - "encode_unicode", 271 - "lazy_static", 272 - "libc", 273 - "unicode-width", 274 - "windows-sys 0.42.0", 275 - ] 276 - 277 - [[package]] 278 - name = "constant_time_eq" 279 - version = "0.1.5" 280 - source = "registry+https://github.com/rust-lang/crates.io-index" 281 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 282 - 283 - [[package]] 284 - name = "core-foundation" 285 - version = "0.9.3" 286 - source = "registry+https://github.com/rust-lang/crates.io-index" 287 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 288 - dependencies = [ 289 - "core-foundation-sys", 290 - "libc", 291 - ] 292 - 293 - [[package]] 294 - name = "core-foundation-sys" 295 - version = "0.8.4" 296 - source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 298 - 299 - [[package]] 300 - name = "cpufeatures" 301 - version = "0.2.6" 302 - source = "registry+https://github.com/rust-lang/crates.io-index" 303 - checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" 304 - dependencies = [ 305 - "libc", 306 - ] 307 - 308 - [[package]] 309 - name = "crc32fast" 310 - version = "1.3.2" 311 - source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 313 - dependencies = [ 314 - "cfg-if", 315 - ] 316 - 317 - [[package]] 318 63 name = "crossbeam-channel" 319 64 version = "0.5.8" 320 65 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 337 82 338 83 [[package]] 339 84 name = "crossbeam-epoch" 340 - version = "0.9.14" 85 + version = "0.9.15" 341 86 source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 87 + checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 343 88 dependencies = [ 344 89 "autocfg", 345 90 "cfg-if", ··· 350 95 351 96 [[package]] 352 97 name = "crossbeam-utils" 353 - version = "0.8.15" 98 + version = "0.8.16" 354 99 source = "registry+https://github.com/rust-lang/crates.io-index" 355 - checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 100 + checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 356 101 dependencies = [ 357 102 "cfg-if", 358 103 ] 359 104 360 105 [[package]] 361 - name = "crypto-common" 362 - version = "0.1.6" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 365 - dependencies = [ 366 - "generic-array", 367 - "typenum", 368 - ] 369 - 370 - [[package]] 371 106 name = "darling" 372 107 version = "0.14.4" 373 108 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 434 169 ] 435 170 436 171 [[package]] 437 - name = "digest" 438 - version = "0.10.6" 439 - source = "registry+https://github.com/rust-lang/crates.io-index" 440 - checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 441 - dependencies = [ 442 - "block-buffer", 443 - "crypto-common", 444 - "subtle", 445 - ] 446 - 447 - [[package]] 448 - name = "dirs" 449 - version = "4.0.0" 450 - source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 452 - dependencies = [ 453 - "dirs-sys", 454 - ] 455 - 456 - [[package]] 457 - name = "dirs-sys" 458 - version = "0.3.7" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 461 - dependencies = [ 462 - "libc", 463 - "redox_users", 464 - "winapi", 465 - ] 466 - 467 - [[package]] 468 172 name = "either" 469 - version = "1.8.1" 173 + version = "1.9.0" 470 174 source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 472 - 473 - [[package]] 474 - name = "encode_unicode" 475 - version = "0.3.6" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 478 - 479 - [[package]] 480 - name = "encoding_rs" 481 - version = "0.8.32" 482 - source = "registry+https://github.com/rust-lang/crates.io-index" 483 - checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 484 - dependencies = [ 485 - "cfg-if", 486 - ] 175 + checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 487 176 488 177 [[package]] 489 178 name = "env_logger" 490 - version = "0.7.1" 179 + version = "0.10.0" 491 180 source = "registry+https://github.com/rust-lang/crates.io-index" 492 - checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" 181 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 493 182 dependencies = [ 494 - "atty", 495 183 "humantime", 184 + "is-terminal", 496 185 "log", 497 186 "regex", 498 187 "termcolor", ··· 500 189 501 190 [[package]] 502 191 name = "errno" 503 - version = "0.3.1" 192 + version = "0.3.3" 504 193 source = "registry+https://github.com/rust-lang/crates.io-index" 505 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 194 + checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" 506 195 dependencies = [ 507 196 "errno-dragonfly", 508 197 "libc", 509 - "windows-sys 0.48.0", 198 + "windows-sys", 510 199 ] 511 200 512 201 [[package]] ··· 524 213 version = "0.1.8" 525 214 source = "registry+https://github.com/rust-lang/crates.io-index" 526 215 checksum = "1f748b253ceca9fed5f42f8b5ceb3851e93102199bc25b64b65369f76e5c0a35" 527 - dependencies = [ 528 - "cc", 529 - ] 530 216 531 217 [[package]] 532 218 name = "fastrand" 533 - version = "1.9.0" 534 - source = "registry+https://github.com/rust-lang/crates.io-index" 535 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 536 - dependencies = [ 537 - "instant", 538 - ] 539 - 540 - [[package]] 541 - name = "filetime" 542 - version = "0.2.21" 543 - source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 545 - dependencies = [ 546 - "cfg-if", 547 - "libc", 548 - "redox_syscall 0.2.16", 549 - "windows-sys 0.48.0", 550 - ] 551 - 552 - [[package]] 553 - name = "flate2" 554 - version = "1.0.25" 219 + version = "2.0.0" 555 220 source = "registry+https://github.com/rust-lang/crates.io-index" 556 - checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 557 - dependencies = [ 558 - "crc32fast", 559 - "miniz_oxide", 560 - ] 221 + checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 561 222 562 223 [[package]] 563 224 name = "fnv" ··· 566 227 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 567 228 568 229 [[package]] 569 - name = "foreign-types" 570 - version = "0.3.2" 571 - source = "registry+https://github.com/rust-lang/crates.io-index" 572 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 573 - dependencies = [ 574 - "foreign-types-shared", 575 - ] 576 - 577 - [[package]] 578 - name = "foreign-types-shared" 579 - version = "0.1.1" 580 - source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 582 - 583 - [[package]] 584 - name = "form_urlencoded" 585 - version = "1.1.0" 586 - source = "registry+https://github.com/rust-lang/crates.io-index" 587 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 588 - dependencies = [ 589 - "percent-encoding", 590 - ] 591 - 592 - [[package]] 593 - name = "fs2" 594 - version = "0.4.3" 595 - source = "registry+https://github.com/rust-lang/crates.io-index" 596 - checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 597 - dependencies = [ 598 - "libc", 599 - "winapi", 600 - ] 601 - 602 - [[package]] 603 - name = "futures-channel" 604 - version = "0.3.28" 605 - source = "registry+https://github.com/rust-lang/crates.io-index" 606 - checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 607 - dependencies = [ 608 - "futures-core", 609 - ] 610 - 611 - [[package]] 612 - name = "futures-core" 613 - version = "0.3.28" 614 - source = "registry+https://github.com/rust-lang/crates.io-index" 615 - checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 616 - 617 - [[package]] 618 - name = "futures-io" 619 - version = "0.3.28" 620 - source = "registry+https://github.com/rust-lang/crates.io-index" 621 - checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 622 - 623 - [[package]] 624 - name = "futures-sink" 625 - version = "0.3.28" 626 - source = "registry+https://github.com/rust-lang/crates.io-index" 627 - checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 628 - 629 - [[package]] 630 - name = "futures-task" 631 - version = "0.3.28" 632 - source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 634 - 635 - [[package]] 636 - name = "futures-util" 637 - version = "0.3.28" 638 - source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 640 - dependencies = [ 641 - "futures-core", 642 - "futures-io", 643 - "futures-task", 644 - "memchr", 645 - "pin-project-lite", 646 - "pin-utils", 647 - "slab", 648 - ] 649 - 650 - [[package]] 651 - name = "generic-array" 652 - version = "0.14.7" 653 - source = "registry+https://github.com/rust-lang/crates.io-index" 654 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 655 - dependencies = [ 656 - "typenum", 657 - "version_check", 658 - ] 659 - 660 - [[package]] 661 230 name = "getrandom" 662 - version = "0.2.9" 231 + version = "0.2.10" 663 232 source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 233 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 665 234 dependencies = [ 666 235 "cfg-if", 667 236 "libc", ··· 669 238 ] 670 239 671 240 [[package]] 672 - name = "glob" 673 - version = "0.3.1" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 676 - 677 - [[package]] 678 - name = "h2" 679 - version = "0.3.17" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f" 682 - dependencies = [ 683 - "bytes", 684 - "fnv", 685 - "futures-core", 686 - "futures-sink", 687 - "futures-util", 688 - "http", 689 - "indexmap", 690 - "slab", 691 - "tokio", 692 - "tokio-util", 693 - "tracing", 694 - ] 695 - 696 - [[package]] 697 - name = "hashbrown" 698 - version = "0.12.3" 699 - source = "registry+https://github.com/rust-lang/crates.io-index" 700 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 701 - 702 - [[package]] 703 - name = "heck" 704 - version = "0.4.1" 705 - source = "registry+https://github.com/rust-lang/crates.io-index" 706 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 707 - 708 - [[package]] 709 241 name = "hermit-abi" 710 - version = "0.1.19" 711 - source = "registry+https://github.com/rust-lang/crates.io-index" 712 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 713 - dependencies = [ 714 - "libc", 715 - ] 716 - 717 - [[package]] 718 - name = "hermit-abi" 719 - version = "0.2.6" 720 - source = "registry+https://github.com/rust-lang/crates.io-index" 721 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 722 - dependencies = [ 723 - "libc", 724 - ] 725 - 726 - [[package]] 727 - name = "hermit-abi" 728 - version = "0.3.1" 729 - source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 731 - 732 - [[package]] 733 - name = "hmac" 734 - version = "0.12.1" 735 - source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 737 - dependencies = [ 738 - "digest", 739 - ] 740 - 741 - [[package]] 742 - name = "http" 743 - version = "0.2.9" 744 - source = "registry+https://github.com/rust-lang/crates.io-index" 745 - checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 746 - dependencies = [ 747 - "bytes", 748 - "fnv", 749 - "itoa", 750 - ] 751 - 752 - [[package]] 753 - name = "http-body" 754 - version = "0.4.5" 755 - source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 757 - dependencies = [ 758 - "bytes", 759 - "http", 760 - "pin-project-lite", 761 - ] 762 - 763 - [[package]] 764 - name = "httparse" 765 - version = "1.8.0" 766 - source = "registry+https://github.com/rust-lang/crates.io-index" 767 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 768 - 769 - [[package]] 770 - name = "httpdate" 771 - version = "1.0.2" 242 + version = "0.3.2" 772 243 source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 244 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 774 245 775 246 [[package]] 776 247 name = "humantime" 777 - version = "1.3.0" 248 + version = "2.1.0" 778 249 source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 780 - dependencies = [ 781 - "quick-error", 782 - ] 783 - 784 - [[package]] 785 - name = "hyper" 786 - version = "0.14.26" 787 - source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" 789 - dependencies = [ 790 - "bytes", 791 - "futures-channel", 792 - "futures-core", 793 - "futures-util", 794 - "h2", 795 - "http", 796 - "http-body", 797 - "httparse", 798 - "httpdate", 799 - "itoa", 800 - "pin-project-lite", 801 - "socket2", 802 - "tokio", 803 - "tower-service", 804 - "tracing", 805 - "want", 806 - ] 807 - 808 - [[package]] 809 - name = "hyper-tls" 810 - version = "0.5.0" 811 - source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 813 - dependencies = [ 814 - "bytes", 815 - "hyper", 816 - "native-tls", 817 - "tokio", 818 - "tokio-native-tls", 819 - ] 250 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 820 251 821 252 [[package]] 822 253 name = "ident_case" ··· 825 256 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 826 257 827 258 [[package]] 828 - name = "idna" 829 - version = "0.3.0" 830 - source = "registry+https://github.com/rust-lang/crates.io-index" 831 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 832 - dependencies = [ 833 - "unicode-bidi", 834 - "unicode-normalization", 835 - ] 836 - 837 - [[package]] 838 - name = "indexmap" 839 - version = "1.9.3" 840 - source = "registry+https://github.com/rust-lang/crates.io-index" 841 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 842 - dependencies = [ 843 - "autocfg", 844 - "hashbrown", 845 - ] 846 - 847 - [[package]] 848 - name = "indicatif" 849 - version = "0.15.0" 850 - source = "registry+https://github.com/rust-lang/crates.io-index" 851 - checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" 852 - dependencies = [ 853 - "console", 854 - "lazy_static", 855 - "number_prefix 0.3.0", 856 - "regex", 857 - ] 858 - 859 - [[package]] 860 - name = "indicatif" 861 - version = "0.16.2" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" 864 - dependencies = [ 865 - "console", 866 - "lazy_static", 867 - "number_prefix 0.4.0", 868 - "regex", 869 - ] 870 - 871 - [[package]] 872 259 name = "indoc" 873 260 version = "1.0.9" 874 261 source = "registry+https://github.com/rust-lang/crates.io-index" 875 262 checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 876 263 877 264 [[package]] 878 - name = "instant" 879 - version = "0.1.12" 880 - source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 882 - dependencies = [ 883 - "cfg-if", 884 - ] 885 - 886 - [[package]] 887 - name = "io-lifetimes" 888 - version = "1.0.10" 889 - source = "registry+https://github.com/rust-lang/crates.io-index" 890 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 891 - dependencies = [ 892 - "hermit-abi 0.3.1", 893 - "libc", 894 - "windows-sys 0.48.0", 895 - ] 896 - 897 - [[package]] 898 - name = "ipnet" 899 - version = "2.7.2" 900 - source = "registry+https://github.com/rust-lang/crates.io-index" 901 - checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 902 - 903 - [[package]] 904 265 name = "is-terminal" 905 - version = "0.4.7" 266 + version = "0.4.9" 906 267 source = "registry+https://github.com/rust-lang/crates.io-index" 907 - checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 268 + checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 908 269 dependencies = [ 909 - "hermit-abi 0.3.1", 910 - "io-lifetimes", 270 + "hermit-abi", 911 271 "rustix", 912 - "windows-sys 0.48.0", 272 + "windows-sys", 913 273 ] 914 274 915 275 [[package]] ··· 932 292 933 293 [[package]] 934 294 name = "itoa" 935 - version = "1.0.6" 295 + version = "1.0.9" 936 296 source = "registry+https://github.com/rust-lang/crates.io-index" 937 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 938 - 939 - [[package]] 940 - name = "jobserver" 941 - version = "0.1.26" 942 - source = "registry+https://github.com/rust-lang/crates.io-index" 943 - checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 944 - dependencies = [ 945 - "libc", 946 - ] 947 - 948 - [[package]] 949 - name = "js-sys" 950 - version = "0.3.61" 951 - source = "registry+https://github.com/rust-lang/crates.io-index" 952 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 953 - dependencies = [ 954 - "wasm-bindgen", 955 - ] 297 + checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 956 298 957 299 [[package]] 958 300 name = "lazy_static" ··· 962 304 963 305 [[package]] 964 306 name = "libc" 965 - version = "0.2.141" 307 + version = "0.2.147" 966 308 source = "registry+https://github.com/rust-lang/crates.io-index" 967 - checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 309 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 968 310 969 311 [[package]] 970 312 name = "linux-raw-sys" 971 - version = "0.3.1" 313 + version = "0.4.5" 972 314 source = "registry+https://github.com/rust-lang/crates.io-index" 973 - checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 315 + checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 974 316 975 317 [[package]] 976 318 name = "lock_api" 977 - version = "0.4.9" 319 + version = "0.4.10" 978 320 source = "registry+https://github.com/rust-lang/crates.io-index" 979 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 321 + checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 980 322 dependencies = [ 981 323 "autocfg", 982 324 "scopeguard", ··· 984 326 985 327 [[package]] 986 328 name = "log" 987 - version = "0.4.17" 329 + version = "0.4.20" 988 330 source = "registry+https://github.com/rust-lang/crates.io-index" 989 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 990 - dependencies = [ 991 - "cfg-if", 992 - ] 331 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 993 332 994 333 [[package]] 995 334 name = "macro_rules_attribute" ··· 1018 357 1019 358 [[package]] 1020 359 name = "matrixmultiply" 1021 - version = "0.3.2" 360 + version = "0.3.7" 1022 361 source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84" 362 + checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77" 1024 363 dependencies = [ 364 + "autocfg", 1025 365 "rawpointer", 1026 366 ] 1027 367 1028 368 [[package]] 1029 369 name = "memchr" 1030 - version = "2.5.0" 370 + version = "2.6.3" 1031 371 source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 372 + checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 1033 373 1034 374 [[package]] 1035 375 name = "memoffset" 1036 - version = "0.8.0" 376 + version = "0.9.0" 1037 377 source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 378 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 1039 379 dependencies = [ 1040 380 "autocfg", 1041 381 ] 1042 382 1043 383 [[package]] 1044 - name = "mime" 1045 - version = "0.3.17" 1046 - source = "registry+https://github.com/rust-lang/crates.io-index" 1047 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1048 - 1049 - [[package]] 1050 384 name = "minimal-lexical" 1051 385 version = "0.2.1" 1052 386 source = "registry+https://github.com/rust-lang/crates.io-index" 1053 387 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1054 388 1055 389 [[package]] 1056 - name = "miniz_oxide" 1057 - version = "0.6.2" 1058 - source = "registry+https://github.com/rust-lang/crates.io-index" 1059 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1060 - dependencies = [ 1061 - "adler", 1062 - ] 1063 - 1064 - [[package]] 1065 - name = "mio" 1066 - version = "0.8.6" 1067 - source = "registry+https://github.com/rust-lang/crates.io-index" 1068 - checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1069 - dependencies = [ 1070 - "libc", 1071 - "log", 1072 - "wasi", 1073 - "windows-sys 0.45.0", 1074 - ] 1075 - 1076 - [[package]] 1077 390 name = "monostate" 1078 - version = "0.1.6" 391 + version = "0.1.9" 1079 392 source = "registry+https://github.com/rust-lang/crates.io-index" 1080 - checksum = "0230b703f1ac35df1e24f6d0d2255472bcccaf657ecdfa4f1fcbcad1ad5bb98a" 393 + checksum = "15f370ae88093ec6b11a710dec51321a61d420fafd1bad6e30d01bd9c920e8ee" 1081 394 dependencies = [ 1082 395 "monostate-impl", 1083 396 "serde", ··· 1085 398 1086 399 [[package]] 1087 400 name = "monostate-impl" 1088 - version = "0.1.6" 401 + version = "0.1.9" 1089 402 source = "registry+https://github.com/rust-lang/crates.io-index" 1090 - checksum = "8795add3e14028f11f8e848bd3294898a8294767b3776b6f733560d33bd2530b" 403 + checksum = "371717c0a5543d6a800cac822eac735aa7d2d2fbb41002e9856a4089532dbdce" 1091 404 dependencies = [ 1092 405 "proc-macro2", 1093 406 "quote", 1094 - "syn 2.0.15", 1095 - ] 1096 - 1097 - [[package]] 1098 - name = "native-tls" 1099 - version = "0.2.11" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1102 - dependencies = [ 1103 - "lazy_static", 1104 - "libc", 1105 - "log", 1106 - "openssl", 1107 - "openssl-probe", 1108 - "openssl-sys", 1109 - "schannel", 1110 - "security-framework", 1111 - "security-framework-sys", 1112 - "tempfile", 407 + "syn 2.0.31", 1113 408 ] 1114 409 1115 410 [[package]] ··· 1131 426 source = "registry+https://github.com/rust-lang/crates.io-index" 1132 427 checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" 1133 428 dependencies = [ 1134 - "matrixmultiply 0.3.2", 1135 - "num-complex 0.4.3", 429 + "matrixmultiply 0.3.7", 430 + "num-complex 0.4.4", 1136 431 "num-integer", 1137 432 "num-traits", 1138 433 "rawpointer", ··· 1160 455 1161 456 [[package]] 1162 457 name = "num-complex" 1163 - version = "0.4.3" 458 + version = "0.4.4" 1164 459 source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" 460 + checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 1166 461 dependencies = [ 1167 462 "num-traits", 1168 463 ] ··· 1179 474 1180 475 [[package]] 1181 476 name = "num-traits" 1182 - version = "0.2.15" 477 + version = "0.2.16" 1183 478 source = "registry+https://github.com/rust-lang/crates.io-index" 1184 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 479 + checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 1185 480 dependencies = [ 1186 481 "autocfg", 1187 482 ] 1188 483 1189 484 [[package]] 1190 485 name = "num_cpus" 1191 - version = "1.15.0" 486 + version = "1.16.0" 1192 487 source = "registry+https://github.com/rust-lang/crates.io-index" 1193 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 488 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1194 489 dependencies = [ 1195 - "hermit-abi 0.2.6", 490 + "hermit-abi", 1196 491 "libc", 1197 492 ] 1198 493 1199 494 [[package]] 1200 - name = "number_prefix" 1201 - version = "0.3.0" 1202 - source = "registry+https://github.com/rust-lang/crates.io-index" 1203 - checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" 1204 - 1205 - [[package]] 1206 - name = "number_prefix" 1207 - version = "0.4.0" 1208 - source = "registry+https://github.com/rust-lang/crates.io-index" 1209 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1210 - 1211 - [[package]] 1212 495 name = "numpy" 1213 - version = "0.18.0" 496 + version = "0.19.0" 1214 497 source = "registry+https://github.com/rust-lang/crates.io-index" 1215 - checksum = "96b0fee4571867d318651c24f4a570c3f18408cf95f16ccb576b3ce85496a46e" 498 + checksum = "437213adf41bbccf4aeae535fbfcdad0f6fed241e1ae182ebe97fa1f3ce19389" 1216 499 dependencies = [ 1217 500 "libc", 1218 501 "ndarray 0.15.6", 1219 - "num-complex 0.4.3", 502 + "num-complex 0.4.4", 1220 503 "num-integer", 1221 504 "num-traits", 1222 505 "pyo3", ··· 1225 508 1226 509 [[package]] 1227 510 name = "once_cell" 1228 - version = "1.17.1" 511 + version = "1.18.0" 1229 512 source = "registry+https://github.com/rust-lang/crates.io-index" 1230 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 513 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1231 514 1232 515 [[package]] 1233 516 name = "onig" ··· 1235 518 source = "registry+https://github.com/rust-lang/crates.io-index" 1236 519 checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" 1237 520 dependencies = [ 1238 - "bitflags", 521 + "bitflags 1.3.2", 1239 522 "libc", 1240 523 "once_cell", 1241 524 "onig_sys", ··· 1252 535 ] 1253 536 1254 537 [[package]] 1255 - name = "opaque-debug" 1256 - version = "0.3.0" 1257 - source = "registry+https://github.com/rust-lang/crates.io-index" 1258 - checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 1259 - 1260 - [[package]] 1261 - name = "openssl" 1262 - version = "0.10.50" 1263 - source = "registry+https://github.com/rust-lang/crates.io-index" 1264 - checksum = "7e30d8bc91859781f0a943411186324d580f2bbeb71b452fe91ae344806af3f1" 1265 - dependencies = [ 1266 - "bitflags", 1267 - "cfg-if", 1268 - "foreign-types", 1269 - "libc", 1270 - "once_cell", 1271 - "openssl-macros", 1272 - "openssl-sys", 1273 - ] 1274 - 1275 - [[package]] 1276 - name = "openssl-macros" 1277 - version = "0.1.1" 1278 - source = "registry+https://github.com/rust-lang/crates.io-index" 1279 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1280 - dependencies = [ 1281 - "proc-macro2", 1282 - "quote", 1283 - "syn 2.0.15", 1284 - ] 1285 - 1286 - [[package]] 1287 - name = "openssl-probe" 1288 - version = "0.1.5" 1289 - source = "registry+https://github.com/rust-lang/crates.io-index" 1290 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1291 - 1292 - [[package]] 1293 - name = "openssl-sys" 1294 - version = "0.9.85" 1295 - source = "registry+https://github.com/rust-lang/crates.io-index" 1296 - checksum = "0d3d193fb1488ad46ffe3aaabc912cc931d02ee8518fe2959aea8ef52718b0c0" 1297 - dependencies = [ 1298 - "cc", 1299 - "libc", 1300 - "pkg-config", 1301 - "vcpkg", 1302 - ] 1303 - 1304 - [[package]] 1305 538 name = "parking_lot" 1306 539 version = "0.12.1" 1307 540 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1313 546 1314 547 [[package]] 1315 548 name = "parking_lot_core" 1316 - version = "0.9.7" 549 + version = "0.9.8" 1317 550 source = "registry+https://github.com/rust-lang/crates.io-index" 1318 - checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 551 + checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 1319 552 dependencies = [ 1320 553 "cfg-if", 1321 554 "libc", 1322 - "redox_syscall 0.2.16", 555 + "redox_syscall", 1323 556 "smallvec", 1324 - "windows-sys 0.45.0", 1325 - ] 1326 - 1327 - [[package]] 1328 - name = "password-hash" 1329 - version = "0.4.2" 1330 - source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" 1332 - dependencies = [ 1333 - "base64ct", 1334 - "rand_core", 1335 - "subtle", 557 + "windows-targets", 1336 558 ] 1337 559 1338 560 [[package]] 1339 561 name = "paste" 1340 - version = "1.0.12" 1341 - source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 1343 - 1344 - [[package]] 1345 - name = "pbkdf2" 1346 - version = "0.11.0" 1347 - source = "registry+https://github.com/rust-lang/crates.io-index" 1348 - checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 1349 - dependencies = [ 1350 - "digest", 1351 - "hmac", 1352 - "password-hash", 1353 - "sha2", 1354 - ] 1355 - 1356 - [[package]] 1357 - name = "percent-encoding" 1358 - version = "2.2.0" 1359 - source = "registry+https://github.com/rust-lang/crates.io-index" 1360 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1361 - 1362 - [[package]] 1363 - name = "pin-project-lite" 1364 - version = "0.2.9" 1365 - source = "registry+https://github.com/rust-lang/crates.io-index" 1366 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1367 - 1368 - [[package]] 1369 - name = "pin-utils" 1370 - version = "0.1.0" 562 + version = "1.0.14" 1371 563 source = "registry+https://github.com/rust-lang/crates.io-index" 1372 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 564 + checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 1373 565 1374 566 [[package]] 1375 567 name = "pkg-config" 1376 - version = "0.3.26" 568 + version = "0.3.27" 1377 569 source = "registry+https://github.com/rust-lang/crates.io-index" 1378 - checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 570 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1379 571 1380 572 [[package]] 1381 573 name = "ppv-lite86" ··· 1385 577 1386 578 [[package]] 1387 579 name = "proc-macro2" 1388 - version = "1.0.56" 580 + version = "1.0.66" 1389 581 source = "registry+https://github.com/rust-lang/crates.io-index" 1390 - checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 582 + checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 1391 583 dependencies = [ 1392 584 "unicode-ident", 1393 585 ] 1394 586 1395 587 [[package]] 1396 588 name = "pyo3" 1397 - version = "0.18.3" 589 + version = "0.19.2" 1398 590 source = "registry+https://github.com/rust-lang/crates.io-index" 1399 - checksum = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109" 591 + checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38" 1400 592 dependencies = [ 1401 593 "cfg-if", 1402 594 "indoc", ··· 1411 603 1412 604 [[package]] 1413 605 name = "pyo3-build-config" 1414 - version = "0.18.3" 606 + version = "0.19.2" 1415 607 source = "registry+https://github.com/rust-lang/crates.io-index" 1416 - checksum = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3" 608 + checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5" 1417 609 dependencies = [ 1418 610 "once_cell", 1419 611 "target-lexicon", ··· 1421 613 1422 614 [[package]] 1423 615 name = "pyo3-ffi" 1424 - version = "0.18.3" 616 + version = "0.19.2" 1425 617 source = "registry+https://github.com/rust-lang/crates.io-index" 1426 - checksum = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c" 618 + checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9" 1427 619 dependencies = [ 1428 620 "libc", 1429 621 "pyo3-build-config", ··· 1431 623 1432 624 [[package]] 1433 625 name = "pyo3-macros" 1434 - version = "0.18.3" 626 + version = "0.19.2" 1435 627 source = "registry+https://github.com/rust-lang/crates.io-index" 1436 - checksum = "a9d39c55dab3fc5a4b25bbd1ac10a2da452c4aca13bb450f22818a002e29648d" 628 + checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1" 1437 629 dependencies = [ 1438 630 "proc-macro2", 1439 631 "pyo3-macros-backend", ··· 1443 635 1444 636 [[package]] 1445 637 name = "pyo3-macros-backend" 1446 - version = "0.18.3" 638 + version = "0.19.2" 1447 639 source = "registry+https://github.com/rust-lang/crates.io-index" 1448 - checksum = "97daff08a4c48320587b5224cc98d609e3c27b6d437315bd40b605c98eeb5918" 640 + checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536" 1449 641 dependencies = [ 1450 642 "proc-macro2", 1451 643 "quote", ··· 1453 645 ] 1454 646 1455 647 [[package]] 1456 - name = "quick-error" 1457 - version = "1.2.3" 1458 - source = "registry+https://github.com/rust-lang/crates.io-index" 1459 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 1460 - 1461 - [[package]] 1462 648 name = "quote" 1463 - version = "1.0.26" 649 + version = "1.0.33" 1464 650 source = "registry+https://github.com/rust-lang/crates.io-index" 1465 - checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 651 + checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 1466 652 dependencies = [ 1467 653 "proc-macro2", 1468 654 ] ··· 1538 724 1539 725 [[package]] 1540 726 name = "redox_syscall" 1541 - version = "0.2.16" 1542 - source = "registry+https://github.com/rust-lang/crates.io-index" 1543 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1544 - dependencies = [ 1545 - "bitflags", 1546 - ] 1547 - 1548 - [[package]] 1549 - name = "redox_syscall" 1550 727 version = "0.3.5" 1551 728 source = "registry+https://github.com/rust-lang/crates.io-index" 1552 729 checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1553 730 dependencies = [ 1554 - "bitflags", 731 + "bitflags 1.3.2", 1555 732 ] 1556 733 1557 734 [[package]] 1558 - name = "redox_users" 1559 - version = "0.4.3" 735 + name = "regex" 736 + version = "1.9.5" 1560 737 source = "registry+https://github.com/rust-lang/crates.io-index" 1561 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 738 + checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" 1562 739 dependencies = [ 1563 - "getrandom", 1564 - "redox_syscall 0.2.16", 1565 - "thiserror", 740 + "aho-corasick 1.0.5", 741 + "memchr", 742 + "regex-automata", 743 + "regex-syntax", 1566 744 ] 1567 745 1568 746 [[package]] 1569 - name = "regex" 1570 - version = "1.7.3" 747 + name = "regex-automata" 748 + version = "0.3.8" 1571 749 source = "registry+https://github.com/rust-lang/crates.io-index" 1572 - checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 750 + checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" 1573 751 dependencies = [ 1574 - "aho-corasick", 752 + "aho-corasick 1.0.5", 1575 753 "memchr", 1576 754 "regex-syntax", 1577 755 ] 1578 756 1579 757 [[package]] 1580 758 name = "regex-syntax" 1581 - version = "0.6.29" 759 + version = "0.7.5" 1582 760 source = "registry+https://github.com/rust-lang/crates.io-index" 1583 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1584 - 1585 - [[package]] 1586 - name = "reqwest" 1587 - version = "0.11.16" 1588 - source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" 1590 - dependencies = [ 1591 - "base64 0.21.0", 1592 - "bytes", 1593 - "encoding_rs", 1594 - "futures-core", 1595 - "futures-util", 1596 - "h2", 1597 - "http", 1598 - "http-body", 1599 - "hyper", 1600 - "hyper-tls", 1601 - "ipnet", 1602 - "js-sys", 1603 - "log", 1604 - "mime", 1605 - "native-tls", 1606 - "once_cell", 1607 - "percent-encoding", 1608 - "pin-project-lite", 1609 - "serde", 1610 - "serde_json", 1611 - "serde_urlencoded", 1612 - "tokio", 1613 - "tokio-native-tls", 1614 - "tower-service", 1615 - "url", 1616 - "wasm-bindgen", 1617 - "wasm-bindgen-futures", 1618 - "web-sys", 1619 - "winreg", 1620 - ] 761 + checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 1621 762 1622 763 [[package]] 1623 764 name = "rustc-hash" ··· 1627 768 1628 769 [[package]] 1629 770 name = "rustix" 1630 - version = "0.37.11" 771 + version = "0.38.11" 1631 772 source = "registry+https://github.com/rust-lang/crates.io-index" 1632 - checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77" 773 + checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453" 1633 774 dependencies = [ 1634 - "bitflags", 775 + "bitflags 2.4.0", 1635 776 "errno", 1636 - "io-lifetimes", 1637 777 "libc", 1638 778 "linux-raw-sys", 1639 - "windows-sys 0.48.0", 779 + "windows-sys", 1640 780 ] 1641 781 1642 782 [[package]] 1643 783 name = "ryu" 1644 - version = "1.0.13" 784 + version = "1.0.15" 1645 785 source = "registry+https://github.com/rust-lang/crates.io-index" 1646 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1647 - 1648 - [[package]] 1649 - name = "schannel" 1650 - version = "0.1.21" 1651 - source = "registry+https://github.com/rust-lang/crates.io-index" 1652 - checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1653 - dependencies = [ 1654 - "windows-sys 0.42.0", 1655 - ] 786 + checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 1656 787 1657 788 [[package]] 1658 789 name = "scopeguard" 1659 - version = "1.1.0" 1660 - source = "registry+https://github.com/rust-lang/crates.io-index" 1661 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1662 - 1663 - [[package]] 1664 - name = "security-framework" 1665 - version = "2.8.2" 1666 - source = "registry+https://github.com/rust-lang/crates.io-index" 1667 - checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 1668 - dependencies = [ 1669 - "bitflags", 1670 - "core-foundation", 1671 - "core-foundation-sys", 1672 - "libc", 1673 - "security-framework-sys", 1674 - ] 1675 - 1676 - [[package]] 1677 - name = "security-framework-sys" 1678 - version = "2.8.0" 790 + version = "1.2.0" 1679 791 source = "registry+https://github.com/rust-lang/crates.io-index" 1680 - checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 1681 - dependencies = [ 1682 - "core-foundation-sys", 1683 - "libc", 1684 - ] 792 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1685 793 1686 794 [[package]] 1687 795 name = "serde" 1688 - version = "1.0.160" 796 + version = "1.0.188" 1689 797 source = "registry+https://github.com/rust-lang/crates.io-index" 1690 - checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 798 + checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 1691 799 dependencies = [ 1692 800 "serde_derive", 1693 801 ] 1694 802 1695 803 [[package]] 1696 804 name = "serde_derive" 1697 - version = "1.0.160" 805 + version = "1.0.188" 1698 806 source = "registry+https://github.com/rust-lang/crates.io-index" 1699 - checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 807 + checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 1700 808 dependencies = [ 1701 809 "proc-macro2", 1702 810 "quote", 1703 - "syn 2.0.15", 811 + "syn 2.0.31", 1704 812 ] 1705 813 1706 814 [[package]] 1707 815 name = "serde_json" 1708 - version = "1.0.96" 816 + version = "1.0.105" 1709 817 source = "registry+https://github.com/rust-lang/crates.io-index" 1710 - checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 818 + checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 1711 819 dependencies = [ 1712 820 "itoa", 1713 821 "ryu", ··· 1715 823 ] 1716 824 1717 825 [[package]] 1718 - name = "serde_urlencoded" 1719 - version = "0.7.1" 1720 - source = "registry+https://github.com/rust-lang/crates.io-index" 1721 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1722 - dependencies = [ 1723 - "form_urlencoded", 1724 - "itoa", 1725 - "ryu", 1726 - "serde", 1727 - ] 1728 - 1729 - [[package]] 1730 - name = "sha1" 1731 - version = "0.10.5" 1732 - source = "registry+https://github.com/rust-lang/crates.io-index" 1733 - checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 1734 - dependencies = [ 1735 - "cfg-if", 1736 - "cpufeatures", 1737 - "digest", 1738 - ] 1739 - 1740 - [[package]] 1741 - name = "sha2" 1742 - version = "0.10.6" 1743 - source = "registry+https://github.com/rust-lang/crates.io-index" 1744 - checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 1745 - dependencies = [ 1746 - "cfg-if", 1747 - "cpufeatures", 1748 - "digest", 1749 - ] 1750 - 1751 - [[package]] 1752 - name = "slab" 1753 - version = "0.4.8" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1756 - dependencies = [ 1757 - "autocfg", 1758 - ] 1759 - 1760 - [[package]] 1761 826 name = "smallvec" 1762 - version = "1.10.0" 827 + version = "1.11.0" 1763 828 source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1765 - 1766 - [[package]] 1767 - name = "socket2" 1768 - version = "0.4.9" 1769 - source = "registry+https://github.com/rust-lang/crates.io-index" 1770 - checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1771 - dependencies = [ 1772 - "libc", 1773 - "winapi", 1774 - ] 829 + checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 1775 830 1776 831 [[package]] 1777 832 name = "spm_precompiled" ··· 1779 834 source = "registry+https://github.com/rust-lang/crates.io-index" 1780 835 checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" 1781 836 dependencies = [ 1782 - "base64 0.13.1", 837 + "base64", 1783 838 "nom", 1784 839 "serde", 1785 840 "unicode-segmentation", ··· 1792 847 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1793 848 1794 849 [[package]] 1795 - name = "subtle" 1796 - version = "2.4.1" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 1799 - 1800 - [[package]] 1801 850 name = "syn" 1802 851 version = "1.0.109" 1803 852 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1810 859 1811 860 [[package]] 1812 861 name = "syn" 1813 - version = "2.0.15" 862 + version = "2.0.31" 1814 863 source = "registry+https://github.com/rust-lang/crates.io-index" 1815 - checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 864 + checksum = "718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398" 1816 865 dependencies = [ 1817 866 "proc-macro2", 1818 867 "quote", ··· 1820 869 ] 1821 870 1822 871 [[package]] 1823 - name = "tar" 1824 - version = "0.4.38" 1825 - source = "registry+https://github.com/rust-lang/crates.io-index" 1826 - checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1827 - dependencies = [ 1828 - "filetime", 1829 - "libc", 1830 - "xattr", 1831 - ] 1832 - 1833 - [[package]] 1834 872 name = "target-lexicon" 1835 - version = "0.12.6" 873 + version = "0.12.11" 1836 874 source = "registry+https://github.com/rust-lang/crates.io-index" 1837 - checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" 875 + checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 1838 876 1839 877 [[package]] 1840 878 name = "tempfile" 1841 - version = "3.5.0" 879 + version = "3.8.0" 1842 880 source = "registry+https://github.com/rust-lang/crates.io-index" 1843 - checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 881 + checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 1844 882 dependencies = [ 1845 883 "cfg-if", 1846 884 "fastrand", 1847 - "redox_syscall 0.3.5", 885 + "redox_syscall", 1848 886 "rustix", 1849 - "windows-sys 0.45.0", 887 + "windows-sys", 1850 888 ] 1851 889 1852 890 [[package]] ··· 1860 898 1861 899 [[package]] 1862 900 name = "thiserror" 1863 - version = "1.0.40" 901 + version = "1.0.48" 1864 902 source = "registry+https://github.com/rust-lang/crates.io-index" 1865 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 903 + checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" 1866 904 dependencies = [ 1867 905 "thiserror-impl", 1868 906 ] 1869 907 1870 908 [[package]] 1871 909 name = "thiserror-impl" 1872 - version = "1.0.40" 910 + version = "1.0.48" 1873 911 source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 912 + checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" 1875 913 dependencies = [ 1876 914 "proc-macro2", 1877 915 "quote", 1878 - "syn 2.0.15", 916 + "syn 2.0.31", 1879 917 ] 1880 918 1881 919 [[package]] 1882 - name = "time" 1883 - version = "0.3.20" 1884 - source = "registry+https://github.com/rust-lang/crates.io-index" 1885 - checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 1886 - dependencies = [ 1887 - "serde", 1888 - "time-core", 1889 - ] 1890 - 1891 - [[package]] 1892 - name = "time-core" 1893 - version = "0.1.0" 1894 - source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 1896 - 1897 - [[package]] 1898 - name = "tinyvec" 1899 - version = "1.6.0" 1900 - source = "registry+https://github.com/rust-lang/crates.io-index" 1901 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1902 - dependencies = [ 1903 - "tinyvec_macros", 1904 - ] 1905 - 1906 - [[package]] 1907 - name = "tinyvec_macros" 1908 - version = "0.1.1" 1909 - source = "registry+https://github.com/rust-lang/crates.io-index" 1910 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1911 - 1912 - [[package]] 1913 920 name = "tokenizers" 1914 - version = "0.13.3" 921 + version = "0.14.0" 1915 922 dependencies = [ 1916 - "aho-corasick", 1917 - "cached-path", 1918 - "clap", 923 + "aho-corasick 0.7.20", 1919 924 "derive_builder", 1920 - "dirs", 1921 925 "esaxx-rs", 1922 926 "getrandom", 1923 - "indicatif 0.15.0", 1924 927 "itertools 0.9.0", 1925 928 "lazy_static", 1926 929 "log", ··· 1933 936 "rayon-cond", 1934 937 "regex", 1935 938 "regex-syntax", 1936 - "reqwest", 1937 939 "serde", 1938 940 "serde_json", 1939 941 "spm_precompiled", ··· 1945 947 1946 948 [[package]] 1947 949 name = "tokenizers-python" 1948 - version = "0.13.3" 950 + version = "0.14.0" 1949 951 dependencies = [ 1950 952 "env_logger", 1951 953 "itertools 0.9.0", ··· 1962 964 ] 1963 965 1964 966 [[package]] 1965 - name = "tokio" 1966 - version = "1.27.0" 1967 - source = "registry+https://github.com/rust-lang/crates.io-index" 1968 - checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" 1969 - dependencies = [ 1970 - "autocfg", 1971 - "bytes", 1972 - "libc", 1973 - "mio", 1974 - "num_cpus", 1975 - "pin-project-lite", 1976 - "socket2", 1977 - "windows-sys 0.45.0", 1978 - ] 1979 - 1980 - [[package]] 1981 - name = "tokio-native-tls" 1982 - version = "0.3.1" 1983 - source = "registry+https://github.com/rust-lang/crates.io-index" 1984 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1985 - dependencies = [ 1986 - "native-tls", 1987 - "tokio", 1988 - ] 1989 - 1990 - [[package]] 1991 - name = "tokio-util" 1992 - version = "0.7.7" 1993 - source = "registry+https://github.com/rust-lang/crates.io-index" 1994 - checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 1995 - dependencies = [ 1996 - "bytes", 1997 - "futures-core", 1998 - "futures-sink", 1999 - "pin-project-lite", 2000 - "tokio", 2001 - "tracing", 2002 - ] 2003 - 2004 - [[package]] 2005 - name = "tower-service" 2006 - version = "0.3.2" 2007 - source = "registry+https://github.com/rust-lang/crates.io-index" 2008 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2009 - 2010 - [[package]] 2011 - name = "tracing" 2012 - version = "0.1.37" 2013 - source = "registry+https://github.com/rust-lang/crates.io-index" 2014 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2015 - dependencies = [ 2016 - "cfg-if", 2017 - "pin-project-lite", 2018 - "tracing-core", 2019 - ] 2020 - 2021 - [[package]] 2022 - name = "tracing-core" 2023 - version = "0.1.30" 2024 - source = "registry+https://github.com/rust-lang/crates.io-index" 2025 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 2026 - dependencies = [ 2027 - "once_cell", 2028 - ] 2029 - 2030 - [[package]] 2031 - name = "try-lock" 2032 - version = "0.2.4" 2033 - source = "registry+https://github.com/rust-lang/crates.io-index" 2034 - checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 2035 - 2036 - [[package]] 2037 - name = "typenum" 2038 - version = "1.16.0" 2039 - source = "registry+https://github.com/rust-lang/crates.io-index" 2040 - checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2041 - 2042 - [[package]] 2043 - name = "unicode-bidi" 2044 - version = "0.3.13" 2045 - source = "registry+https://github.com/rust-lang/crates.io-index" 2046 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2047 - 2048 - [[package]] 2049 967 name = "unicode-ident" 2050 - version = "1.0.8" 2051 - source = "registry+https://github.com/rust-lang/crates.io-index" 2052 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 2053 - 2054 - [[package]] 2055 - name = "unicode-normalization" 2056 - version = "0.1.22" 968 + version = "1.0.11" 2057 969 source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2059 - dependencies = [ 2060 - "tinyvec", 2061 - ] 970 + checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 2062 971 2063 972 [[package]] 2064 973 name = "unicode-normalization-alignments" ··· 2076 985 checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2077 986 2078 987 [[package]] 2079 - name = "unicode-width" 2080 - version = "0.1.10" 2081 - source = "registry+https://github.com/rust-lang/crates.io-index" 2082 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2083 - 2084 - [[package]] 2085 988 name = "unicode_categories" 2086 989 version = "0.1.1" 2087 990 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2094 997 checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 2095 998 2096 999 [[package]] 2097 - name = "url" 2098 - version = "2.3.1" 2099 - source = "registry+https://github.com/rust-lang/crates.io-index" 2100 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2101 - dependencies = [ 2102 - "form_urlencoded", 2103 - "idna", 2104 - "percent-encoding", 2105 - ] 2106 - 2107 - [[package]] 2108 - name = "utf8parse" 2109 - version = "0.2.1" 2110 - source = "registry+https://github.com/rust-lang/crates.io-index" 2111 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2112 - 2113 - [[package]] 2114 - name = "vcpkg" 2115 - version = "0.2.15" 2116 - source = "registry+https://github.com/rust-lang/crates.io-index" 2117 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2118 - 2119 - [[package]] 2120 - name = "version_check" 2121 - version = "0.9.4" 2122 - source = "registry+https://github.com/rust-lang/crates.io-index" 2123 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2124 - 2125 - [[package]] 2126 - name = "want" 2127 - version = "0.3.0" 2128 - source = "registry+https://github.com/rust-lang/crates.io-index" 2129 - checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 2130 - dependencies = [ 2131 - "log", 2132 - "try-lock", 2133 - ] 2134 - 2135 - [[package]] 2136 1000 name = "wasi" 2137 1001 version = "0.11.0+wasi-snapshot-preview1" 2138 1002 source = "registry+https://github.com/rust-lang/crates.io-index" 2139 1003 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2140 1004 2141 1005 [[package]] 2142 - name = "wasm-bindgen" 2143 - version = "0.2.84" 2144 - source = "registry+https://github.com/rust-lang/crates.io-index" 2145 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 2146 - dependencies = [ 2147 - "cfg-if", 2148 - "wasm-bindgen-macro", 2149 - ] 2150 - 2151 - [[package]] 2152 - name = "wasm-bindgen-backend" 2153 - version = "0.2.84" 2154 - source = "registry+https://github.com/rust-lang/crates.io-index" 2155 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 2156 - dependencies = [ 2157 - "bumpalo", 2158 - "log", 2159 - "once_cell", 2160 - "proc-macro2", 2161 - "quote", 2162 - "syn 1.0.109", 2163 - "wasm-bindgen-shared", 2164 - ] 2165 - 2166 - [[package]] 2167 - name = "wasm-bindgen-futures" 2168 - version = "0.4.34" 2169 - source = "registry+https://github.com/rust-lang/crates.io-index" 2170 - checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 2171 - dependencies = [ 2172 - "cfg-if", 2173 - "js-sys", 2174 - "wasm-bindgen", 2175 - "web-sys", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "wasm-bindgen-macro" 2180 - version = "0.2.84" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 2183 - dependencies = [ 2184 - "quote", 2185 - "wasm-bindgen-macro-support", 2186 - ] 2187 - 2188 - [[package]] 2189 - name = "wasm-bindgen-macro-support" 2190 - version = "0.2.84" 2191 - source = "registry+https://github.com/rust-lang/crates.io-index" 2192 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 2193 - dependencies = [ 2194 - "proc-macro2", 2195 - "quote", 2196 - "syn 1.0.109", 2197 - "wasm-bindgen-backend", 2198 - "wasm-bindgen-shared", 2199 - ] 2200 - 2201 - [[package]] 2202 - name = "wasm-bindgen-shared" 2203 - version = "0.2.84" 2204 - source = "registry+https://github.com/rust-lang/crates.io-index" 2205 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2206 - 2207 - [[package]] 2208 - name = "web-sys" 2209 - version = "0.3.61" 2210 - source = "registry+https://github.com/rust-lang/crates.io-index" 2211 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 2212 - dependencies = [ 2213 - "js-sys", 2214 - "wasm-bindgen", 2215 - ] 2216 - 2217 - [[package]] 2218 1006 name = "winapi" 2219 1007 version = "0.3.9" 2220 1008 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2247 1035 2248 1036 [[package]] 2249 1037 name = "windows-sys" 2250 - version = "0.42.0" 2251 - source = "registry+https://github.com/rust-lang/crates.io-index" 2252 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2253 - dependencies = [ 2254 - "windows_aarch64_gnullvm 0.42.2", 2255 - "windows_aarch64_msvc 0.42.2", 2256 - "windows_i686_gnu 0.42.2", 2257 - "windows_i686_msvc 0.42.2", 2258 - "windows_x86_64_gnu 0.42.2", 2259 - "windows_x86_64_gnullvm 0.42.2", 2260 - "windows_x86_64_msvc 0.42.2", 2261 - ] 2262 - 2263 - [[package]] 2264 - name = "windows-sys" 2265 - version = "0.45.0" 2266 - source = "registry+https://github.com/rust-lang/crates.io-index" 2267 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2268 - dependencies = [ 2269 - "windows-targets 0.42.2", 2270 - ] 2271 - 2272 - [[package]] 2273 - name = "windows-sys" 2274 1038 version = "0.48.0" 2275 1039 source = "registry+https://github.com/rust-lang/crates.io-index" 2276 1040 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2277 1041 dependencies = [ 2278 - "windows-targets 0.48.0", 2279 - ] 2280 - 2281 - [[package]] 2282 - name = "windows-targets" 2283 - version = "0.42.2" 2284 - source = "registry+https://github.com/rust-lang/crates.io-index" 2285 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2286 - dependencies = [ 2287 - "windows_aarch64_gnullvm 0.42.2", 2288 - "windows_aarch64_msvc 0.42.2", 2289 - "windows_i686_gnu 0.42.2", 2290 - "windows_i686_msvc 0.42.2", 2291 - "windows_x86_64_gnu 0.42.2", 2292 - "windows_x86_64_gnullvm 0.42.2", 2293 - "windows_x86_64_msvc 0.42.2", 1042 + "windows-targets", 2294 1043 ] 2295 1044 2296 1045 [[package]] 2297 1046 name = "windows-targets" 2298 - version = "0.48.0" 1047 + version = "0.48.5" 2299 1048 source = "registry+https://github.com/rust-lang/crates.io-index" 2300 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1049 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2301 1050 dependencies = [ 2302 - "windows_aarch64_gnullvm 0.48.0", 2303 - "windows_aarch64_msvc 0.48.0", 2304 - "windows_i686_gnu 0.48.0", 2305 - "windows_i686_msvc 0.48.0", 2306 - "windows_x86_64_gnu 0.48.0", 2307 - "windows_x86_64_gnullvm 0.48.0", 2308 - "windows_x86_64_msvc 0.48.0", 1051 + "windows_aarch64_gnullvm", 1052 + "windows_aarch64_msvc", 1053 + "windows_i686_gnu", 1054 + "windows_i686_msvc", 1055 + "windows_x86_64_gnu", 1056 + "windows_x86_64_gnullvm", 1057 + "windows_x86_64_msvc", 2309 1058 ] 2310 1059 2311 1060 [[package]] 2312 1061 name = "windows_aarch64_gnullvm" 2313 - version = "0.42.2" 1062 + version = "0.48.5" 2314 1063 source = "registry+https://github.com/rust-lang/crates.io-index" 2315 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2316 - 2317 - [[package]] 2318 - name = "windows_aarch64_gnullvm" 2319 - version = "0.48.0" 2320 - source = "registry+https://github.com/rust-lang/crates.io-index" 2321 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1064 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2322 1065 2323 1066 [[package]] 2324 1067 name = "windows_aarch64_msvc" 2325 - version = "0.42.2" 2326 - source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2328 - 2329 - [[package]] 2330 - name = "windows_aarch64_msvc" 2331 - version = "0.48.0" 2332 - source = "registry+https://github.com/rust-lang/crates.io-index" 2333 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 2334 - 2335 - [[package]] 2336 - name = "windows_i686_gnu" 2337 - version = "0.42.2" 1068 + version = "0.48.5" 2338 1069 source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1070 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2340 1071 2341 1072 [[package]] 2342 1073 name = "windows_i686_gnu" 2343 - version = "0.48.0" 1074 + version = "0.48.5" 2344 1075 source = "registry+https://github.com/rust-lang/crates.io-index" 2345 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1076 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2346 1077 2347 1078 [[package]] 2348 1079 name = "windows_i686_msvc" 2349 - version = "0.42.2" 1080 + version = "0.48.5" 2350 1081 source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2352 - 2353 - [[package]] 2354 - name = "windows_i686_msvc" 2355 - version = "0.48.0" 2356 - source = "registry+https://github.com/rust-lang/crates.io-index" 2357 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1082 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2358 1083 2359 1084 [[package]] 2360 1085 name = "windows_x86_64_gnu" 2361 - version = "0.42.2" 1086 + version = "0.48.5" 2362 1087 source = "registry+https://github.com/rust-lang/crates.io-index" 2363 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2364 - 2365 - [[package]] 2366 - name = "windows_x86_64_gnu" 2367 - version = "0.48.0" 2368 - source = "registry+https://github.com/rust-lang/crates.io-index" 2369 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1088 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2370 1089 2371 1090 [[package]] 2372 1091 name = "windows_x86_64_gnullvm" 2373 - version = "0.42.2" 1092 + version = "0.48.5" 2374 1093 source = "registry+https://github.com/rust-lang/crates.io-index" 2375 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2376 - 2377 - [[package]] 2378 - name = "windows_x86_64_gnullvm" 2379 - version = "0.48.0" 2380 - source = "registry+https://github.com/rust-lang/crates.io-index" 2381 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1094 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2382 1095 2383 1096 [[package]] 2384 1097 name = "windows_x86_64_msvc" 2385 - version = "0.42.2" 2386 - source = "registry+https://github.com/rust-lang/crates.io-index" 2387 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2388 - 2389 - [[package]] 2390 - name = "windows_x86_64_msvc" 2391 - version = "0.48.0" 2392 - source = "registry+https://github.com/rust-lang/crates.io-index" 2393 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2394 - 2395 - [[package]] 2396 - name = "winreg" 2397 - version = "0.10.1" 1098 + version = "0.48.5" 2398 1099 source = "registry+https://github.com/rust-lang/crates.io-index" 2399 - checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 2400 - dependencies = [ 2401 - "winapi", 2402 - ] 2403 - 2404 - [[package]] 2405 - name = "xattr" 2406 - version = "0.2.3" 2407 - source = "registry+https://github.com/rust-lang/crates.io-index" 2408 - checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 2409 - dependencies = [ 2410 - "libc", 2411 - ] 2412 - 2413 - [[package]] 2414 - name = "zip" 2415 - version = "0.6.4" 2416 - source = "registry+https://github.com/rust-lang/crates.io-index" 2417 - checksum = "0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef" 2418 - dependencies = [ 2419 - "aes", 2420 - "byteorder", 2421 - "bzip2", 2422 - "constant_time_eq", 2423 - "crc32fast", 2424 - "crossbeam-utils", 2425 - "flate2", 2426 - "hmac", 2427 - "pbkdf2", 2428 - "sha1", 2429 - "time", 2430 - "zstd", 2431 - ] 2432 - 2433 - [[package]] 2434 - name = "zstd" 2435 - version = "0.11.2+zstd.1.5.2" 2436 - source = "registry+https://github.com/rust-lang/crates.io-index" 2437 - checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 2438 - dependencies = [ 2439 - "zstd-safe", 2440 - ] 2441 - 2442 - [[package]] 2443 - name = "zstd-safe" 2444 - version = "5.0.2+zstd.1.5.2" 2445 - source = "registry+https://github.com/rust-lang/crates.io-index" 2446 - checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 2447 - dependencies = [ 2448 - "libc", 2449 - "zstd-sys", 2450 - ] 2451 - 2452 - [[package]] 2453 - name = "zstd-sys" 2454 - version = "2.0.8+zstd.1.5.5" 2455 - source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" 2457 - dependencies = [ 2458 - "cc", 2459 - "libc", 2460 - "pkg-config", 2461 - ] 1100 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
+5 -7
pkgs/development/python-modules/tokenizers/default.nix
··· 60 60 in 61 61 buildPythonPackage rec { 62 62 pname = "tokenizers"; 63 - version = "0.13.3"; 63 + version = "0.14.0"; 64 + format = "pyproject"; 64 65 65 66 disabled = pythonOlder "3.7"; 66 67 67 68 src = fetchFromGitHub { 68 69 owner = "huggingface"; 69 70 repo = pname; 70 - rev = "python-v${version}"; 71 - hash = "sha256-QZG5jmr3vbyQs4mVBjwVDR31O66dUM+p39R0htJ1umk="; 71 + rev = "v${version}"; 72 + hash = "sha256-zCpKNMzIdQ0lLWdn4cENtBEMTA7+fg+N6wQGvio9llE="; 72 73 }; 73 - 74 - postPatch = '' 75 - ln -s ${./Cargo.lock} Cargo.lock 76 - ''; 77 74 78 75 cargoDeps = rustPlatform.importCargoLock { 79 76 lockFile = ./Cargo.lock; ··· 85 82 pkg-config 86 83 setuptools-rust 87 84 rustPlatform.cargoSetupHook 85 + rustPlatform.maturinBuildHook 88 86 cargo 89 87 rustc 90 88 ];
+2 -2
pkgs/development/python-modules/transformers/default.nix
··· 51 51 52 52 buildPythonPackage rec { 53 53 pname = "transformers"; 54 - version = "4.33.2"; 54 + version = "4.34.0"; 55 55 format = "setuptools"; 56 56 57 57 disabled = pythonOlder "3.8"; ··· 60 60 owner = "huggingface"; 61 61 repo = pname; 62 62 rev = "refs/tags/v${version}"; 63 - hash = "sha256-i2ruOOkuEHHwzGT2Iqy+Pt1sBBUx43eiNkwf2Iqdcfc="; 63 + hash = "sha256-hDZU/3bQ1k4uL3kDEW3+pB4g8jhC8ospRqE55jIqrP0="; 64 64 }; 65 65 66 66 propagatedBuildInputs = [
+3 -3
pkgs/development/python-modules/y-py/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "y-py"; 14 - version = "0.6.0"; 14 + version = "0.6.2"; 15 15 format = "pyproject"; 16 16 17 17 src = fetchPypi { 18 18 pname = "y_py"; 19 19 inherit version; 20 - hash = "sha256-RoNhaffcKVffhRPP5LwgCRdbOkc+Ywr0IajnXuHEj5g="; 20 + hash = "sha256-R1eoKlBAags6MzqgEiAZozG9bxbkn+1n3KQj+Siz/U0="; 21 21 }; 22 22 23 23 cargoDeps = rustPlatform.fetchCargoTarball { 24 24 inherit src; 25 25 name = "${pname}-${version}"; 26 - hash = "sha256-tpUDGBIHqXsKPsK+1h2sNuiV2I0pGVBokKh+hdFazRQ="; 26 + hash = "sha256-RXwrDSPU0wiprsUJwoDzti14H/+bSwy4hK4tYhNVfYw="; 27 27 }; 28 28 29 29 nativeBuildInputs = [
+9
pkgs/development/tools/electron/wrapper.nix
··· 2 2 , electron-unwrapped 3 3 , wrapGAppsHook 4 4 , makeWrapper 5 + , gsettings-desktop-schemas 6 + , glib 7 + , gtk3 8 + , gtk4 5 9 }: 6 10 7 11 stdenv.mkDerivation { ··· 9 13 inherit (electron-unwrapped) version; 10 14 11 15 nativeBuildInputs = [ wrapGAppsHook makeWrapper ]; 16 + buildInputs = [ 17 + # needed for GSETTINGS_SCHEMAS_PATH 18 + gsettings-desktop-schemas glib gtk3 gtk4 19 + ]; 12 20 dontWrapGApps = true; 13 21 14 22 buildCommand = '' 23 + gappsWrapperArgsHook 15 24 mkdir -p $out/bin 16 25 makeWrapper "${electron-unwrapped}/libexec/electron/electron" "$out/bin/electron" \ 17 26 "''${gappsWrapperArgs[@]}" \
+3 -3
pkgs/development/tools/gci/default.nix
··· 5 5 }: 6 6 buildGoModule rec { 7 7 pname = "gci"; 8 - version = "0.11.1"; 8 + version = "0.11.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "daixiang0"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-qNkSAbVhX4P+DqCtxXSnxYjZwq/nMYsDpEif+q1oTIA="; 14 + sha256 = "sha256-1JYmnMXm2ywGZAVhcfzvF1I1h0pBvijbeVmqKzgiz8U="; 15 15 }; 16 16 17 - vendorHash = "sha256-g7htGfU6C2rzfu8hAn6SGr0ZRwB8ZzSf9CgHYmdupE8="; 17 + vendorHash = "sha256-bPRcOvwbWEpcJUlIqQNeoYME4ky0YE5LlyWhSTWCIHQ="; 18 18 19 19 meta = with lib; { 20 20 description = "Controls golang package import order and makes it always deterministic";
+33
pkgs/development/tools/rust/rtthost/default.nix
··· 1 + { lib 2 + , stdenv 3 + , rustPlatform 4 + , fetchCrate 5 + , pkg-config 6 + , libusb1 7 + , DarwinTools 8 + , AppKit 9 + }: 10 + 11 + rustPlatform.buildRustPackage rec { 12 + pname = "rtthost"; 13 + version = "0.20.0"; 14 + 15 + src = fetchCrate { 16 + inherit pname version; 17 + hash = "sha256-h/D2LW8tQ2WfVrP+HOLs3Gg7HS2Rd0zXBxbnxvEeiWk="; 18 + }; 19 + 20 + cargoHash = "sha256-cEzp33y1wuOrKHJBdAPxWUc1ANpT7Sg1MZmaCno1WKA="; 21 + 22 + nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [ DarwinTools ]; 23 + 24 + buildInputs = [ libusb1 ] ++ lib.optionals stdenv.isDarwin [ AppKit ]; 25 + 26 + meta = with lib; { 27 + description = "RTT (Real-Time Transfer) client"; 28 + homepage = "https://probe.rs/"; 29 + changelog = "https://github.com/probe-rs/probe-rs/blob/v${version}/CHANGELOG.md"; 30 + license = with licenses; [ asl20 /* or */ mit ]; 31 + maintainers = with maintainers; [ samueltardieu ]; 32 + }; 33 + }
+15 -3
pkgs/development/tools/turso-cli/default.nix
··· 1 1 { 2 2 lib, 3 + stdenv, 3 4 buildGo121Module, 4 5 fetchFromGitHub, 6 + installShellFiles, 5 7 }: 6 8 buildGo121Module rec { 7 9 pname = "turso-cli"; ··· 16 18 17 19 vendorHash = "sha256-Hv4CacBrRX2YT3AkbNzyWrA9Ex6YMDPrPvezukwMkTE="; 18 20 21 + nativeBuildInputs = [ installShellFiles ]; 22 + 19 23 # Build with production code 20 24 tags = ["prod"]; 21 25 # Include version for `turso --version` reporting ··· 23 27 echo "v${version}" > internal/cmd/version.txt 24 28 ''; 25 29 26 - # Test_setDatabasesCache fails due to /homeless-shelter: read-only file system error. 27 - doCheck = false; 30 + preCheck = '' 31 + export HOME=$(mktemp -d) 32 + ''; 33 + 34 + postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 35 + installShellCompletion --cmd turso \ 36 + --bash <($out/bin/turso completion bash) \ 37 + --fish <($out/bin/turso completion fish) \ 38 + --zsh <($out/bin/turso completion zsh) 39 + ''; 28 40 29 41 meta = with lib; { 30 42 description = "This is the command line interface (CLI) to Turso."; 31 43 homepage = "https://turso.tech"; 32 44 mainProgram = "turso"; 33 45 license = licenses.mit; 34 - maintainers = with maintainers; [ zestsystem kashw2 ]; 46 + maintainers = with maintainers; [ zestsystem kashw2 fryuni ]; 35 47 }; 36 48 }
+16 -9
pkgs/shells/nushell/plugins/formats.nix
··· 5 5 , pkg-config 6 6 , IOKit 7 7 , Foundation 8 + , nix-update-script 8 9 }: 9 10 10 - let 11 + rustPlatform.buildRustPackage rec { 11 12 pname = "nushell_plugin_formats"; 12 - in 13 - rustPlatform.buildRustPackage { 14 - inherit pname; 15 - version = "0.85.0"; 16 - src = nushell.src; 13 + inherit (nushell) version src; 17 14 cargoHash = "sha256-WS8VRpJnn/VWS7GUkGowFf51ifUx0SbEZzcoTfx2dp0="; 15 + 18 16 nativeBuildInputs = [ pkg-config ]; 19 17 buildInputs = lib.optionals stdenv.isDarwin [ IOKit Foundation ]; 20 18 cargoBuildFlags = [ "--package nu_plugin_formats" ]; 21 - doCheck = false; 19 + 20 + checkPhase = '' 21 + cargo test --manifest-path crates/nu_plugin_formats/Cargo.toml 22 + ''; 23 + 24 + passthru.updateScript = nix-update-script { 25 + # Skip the version check and only check the hash because we inherit version from nushell. 26 + extraArgs = [ "--version=skip" ]; 27 + }; 28 + 22 29 meta = with lib; { 23 30 description = "A formats plugin for Nushell"; 24 - homepage = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_formats"; 31 + homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_formats"; 25 32 license = licenses.mpl20; 26 - maintainers = with maintainers; [ viraptor ]; 33 + maintainers = with maintainers; [ viraptor aidalgol ]; 27 34 platforms = with platforms; all; 28 35 }; 29 36 }
+16 -9
pkgs/shells/nushell/plugins/gstat.nix
··· 5 5 , nushell 6 6 , pkg-config 7 7 , Security 8 + , nix-update-script 8 9 }: 9 10 10 - let 11 + rustPlatform.buildRustPackage rec { 11 12 pname = "nushell_plugin_gstat"; 12 - in 13 - rustPlatform.buildRustPackage { 14 - inherit pname; 15 - version = "0.85.0"; 16 - src = nushell.src; 13 + inherit (nushell) version src; 17 14 cargoHash = "sha256-6luY3SIRRd9vaY9KIJcj8Q974FW0LtAvRjVpdpzkdLo="; 15 + 18 16 nativeBuildInputs = [ pkg-config ]; 19 17 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ]; 20 18 cargoBuildFlags = [ "--package nu_plugin_gstat" ]; 21 - doCheck = false; # some tests fail 19 + 20 + checkPhase = '' 21 + cargo test --manifest-path crates/nu_plugin_gstat/Cargo.toml 22 + ''; 23 + 24 + passthru.updateScript = nix-update-script { 25 + # Skip the version check and only check the hash because we inherit version from nushell. 26 + extraArgs = [ "--version=skip" ]; 27 + }; 28 + 22 29 meta = with lib; { 23 30 description = "A git status plugin for Nushell"; 24 - homepage = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat"; 31 + homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_gstat"; 25 32 license = licenses.mpl20; 26 - maintainers = with maintainers; [ mrkkrp ]; 33 + maintainers = with maintainers; [ mrkkrp aidalgol ]; 27 34 platforms = with platforms; all; 28 35 }; 29 36 }
+9 -11
pkgs/shells/nushell/plugins/query.nix
··· 9 9 10 10 rustPlatform.buildRustPackage { 11 11 pname = "nushell_plugin_query"; 12 - version = "0.85.0"; 13 - 14 - src = nushell.src; 15 - 12 + inherit (nushell) version src; 16 13 cargoHash = "sha256-xyty3GfI+zNkuHs7LYHBctqXUHZ4/MNNcnnfYvI18do="; 17 14 18 15 buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ]; 19 - 20 16 cargoBuildFlags = [ "--package nu_plugin_query" ]; 21 17 22 - # compilation fails with a missing symbol 23 - doCheck = false; 18 + checkPhase = '' 19 + cargo test --manifest-path crates/nu_plugin_query/Cargo.toml 20 + ''; 24 21 25 - passthru = { 26 - updateScript = nix-update-script { }; 22 + passthru.updateScript = nix-update-script { 23 + # Skip the version check and only check the hash because we inherit version from nushell. 24 + extraArgs = [ "--version=skip" ]; 27 25 }; 28 26 29 27 meta = with lib; { 30 28 description = "A Nushell plugin to query JSON, XML, and various web data"; 31 - homepage = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query"; 29 + homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_query"; 32 30 license = licenses.mpl20; 33 - maintainers = with maintainers; [ happysalada ]; 31 + maintainers = with maintainers; [ happysalada aidalgol ]; 34 32 platforms = with platforms; all; 35 33 }; 36 34 }
+18 -13
pkgs/tools/compression/mozlz4a/default.nix
··· 1 - { lib, stdenv, fetchurl, python3, runtimeShell }: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , python3 5 + , runtimeShell 6 + }: 2 7 3 8 stdenv.mkDerivation rec { 4 9 pname = "mozlz4a"; 5 - version = "2018-08-23"; 6 - # or fetchFromGitHub(owner,repo,rev) or fetchgit(rev) 10 + version = "2022-03-19"; 11 + 7 12 src = fetchurl { 8 - url = "https://gist.githubusercontent.com/kaefer3000/73febe1eec898cd50ce4de1af79a332a/raw/a266410033455d6b4af515d7a9d34f5afd35beec/mozlz4a.py"; 9 - sha256 = "1d1ai062kdms34bya9dlykkx011rj8d8nh5l7d76xj8k9kv4ssq6"; 13 + url = "https://gist.githubusercontent.com/Tblue/62ff47bef7f894e92ed5/raw/c12fce199a97ecb214eb913cc5d762eac2e92c57/mozlz4a.py"; 14 + hash = "sha256-Igj9u6TmV+nIuSg8gI8zD4hTb/Iiog/3aB3DDk0Lqkg="; 10 15 }; 11 16 12 17 dontUnpack = true; 13 18 19 + buildInputs = [ python3 python3.pkgs.lz4 ]; 20 + 14 21 installPhase = '' 15 22 mkdir -p "$out/bin" "$out/${python3.sitePackages}/" 16 23 cp "${src}" "$out/${python3.sitePackages}/mozlz4a.py" ··· 21 28 chmod a+x "$out/bin/mozlz4a" 22 29 ''; 23 30 24 - buildInputs = [ python3 python3.pkgs.lz4 ]; 25 - 26 - meta = { 27 - description = "A script to handle Mozilla's mozlz4 files"; 28 - license = lib.licenses.bsd2; 29 - maintainers = [lib.maintainers.raskin lib.maintainers.pshirshov lib.maintainers.kira-bruneau]; 30 - platforms = lib.platforms.unix; 31 - homepage = "https://gist.githubusercontent.com/Tblue/62ff47bef7f894e92ed5"; 31 + meta = with lib; { 32 + description = "MozLz4a compression/decompression utility"; 33 + license = licenses.bsd2; 34 + maintainers = with maintainers; [ kira-bruneau pshirshov raskin ]; 35 + platforms = python3.meta.platforms; 36 + homepage = "https://gist.github.com/Tblue/62ff47bef7f894e92ed5"; 32 37 }; 33 38 }
+20
pkgs/tools/misc/moon-phases/default.nix
··· 1 + { lib, fetchCrate, rustPlatform }: 2 + 3 + rustPlatform.buildRustPackage rec { 4 + pname = "moon-phases"; 5 + version = "0.3.3"; 6 + 7 + src = fetchCrate { 8 + inherit pname version; 9 + hash = "sha256-8ZdtM246aqc49Q3ygMGk51LIzRA8RIdlaistbKUj3yY="; 10 + }; 11 + 12 + cargoSha256 = "sha256-5JKM+GnigkpuX4qeGQAjDz/X48ZxXtCfYVwGco13YRM="; 13 + 14 + meta = with lib; { 15 + description = "Command-line/WM bar tool to display the moon phase at a certain date"; 16 + homepage = "https://github.com/mirrorwitch/moon-phases"; 17 + license = licenses.acsl14; 18 + maintainers = with maintainers; [ mirrorwitch ]; 19 + }; 20 + }
+3 -3
pkgs/tools/misc/opentelemetry-collector/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "opentelemetry-collector"; 8 - version = "0.83.0"; 8 + version = "0.86.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "open-telemetry"; 12 12 repo = "opentelemetry-collector"; 13 13 rev = "v${version}"; 14 - hash = "sha256-e2wcRawTEyK/NwSwd2WUgOnQnAj8Z7DQrrx32ksfHeU="; 14 + hash = "sha256-Ucp00OjyPtHA6so/NOzTLtPSuhXwz6A2708w2WIZb/E="; 15 15 }; 16 16 # there is a nested go.mod 17 17 sourceRoot = "${src.name}/cmd/otelcorecol"; 18 - vendorHash = "sha256-HZ7aKLVjDMdMuq8IQ/6EgqCXWeYHmrJtf1fJyrLbPuU="; 18 + vendorHash = "sha256-DfbG2qrhwVMXYjg2yJ6XlhrL27oPplvWIoP3C/JBKuA="; 19 19 20 20 # upstream strongly recommends disabling CGO 21 21 # additionally dependencies have had issues when GCO was enabled that weren't caught upstream
+3 -3
pkgs/tools/security/nmap-formatter/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "nmap-formatter"; 8 - version = "2.1.1"; 8 + version = "2.1.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "vdjagilev"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - hash = "sha256-i2g+l5XJkBjXMbJwpSirEKCDxO2Ric4CwF3jzue/4+o="; 14 + hash = "sha256-Y7BAMJlcu5j8css2F75Bgq90nUGGo/H/kNc5aVwFJew="; 15 15 }; 16 16 17 - vendorHash = "sha256-YAsWXbIyeC4uhzRFXX/bZs3cOvEa3k4/ZCoDisUN1Yw="; 17 + vendorHash = "sha256-c2n8GlaD6q21gWUqr31UOioZRxO0s0tSpVRKl/YHXZU="; 18 18 19 19 meta = with lib; { 20 20 description = "Tool that allows you to convert nmap output";
+13 -15
pkgs/tools/text/xml/xmldiff/default.nix pkgs/by-name/xm/xmldiff/package.nix
··· 1 1 { lib 2 - , buildPythonApplication 2 + , python3 3 3 , fetchFromGitHub 4 - , lxml 5 - , setuptools 6 - , six 7 4 }: 8 5 9 - buildPythonApplication rec { 10 - pname = "xmldiff"; 11 - version = "2.4"; 12 - 6 + let 7 + version = "2.6.3"; 13 8 src = fetchFromGitHub { 14 9 owner = "Shoobx"; 15 - repo = pname; 10 + repo = "xmldiff"; 16 11 rev = version; 17 - hash = "sha256-xqudHYfwOce2C0pcFzId0JDIIC6R5bllmVKsH+CvTdE="; 12 + hash = "sha256-qn8gGultTSNKPUro6Ap4xJGcbpxV+lKgZFpKvyPdhtc="; 18 13 }; 14 + in 15 + python3.pkgs.buildPythonApplication { 16 + pname = "xmldiff"; 17 + inherit version src; 19 18 20 - propagatedBuildInputs = [ 19 + propagatedBuildInputs = with python3.pkgs; [ 21 20 lxml 22 21 setuptools 23 - six 24 22 ]; 25 23 26 - meta = with lib; { 24 + meta = { 27 25 homepage = "https://xmldiff.readthedocs.io/en/stable/"; 28 26 description = "A library and command line utility for diffing xml"; 29 27 longDescription = '' ··· 37 35 would not be be readable by a human. xmldiff provides tools to make human 38 36 readable diffs in those situations. 39 37 ''; 40 - license = licenses.mit; 41 - maintainers = with maintainers; [ AndersonTorres anpryl ]; 38 + license = lib.licenses.mit; 39 + maintainers = with lib.maintainers; [ AndersonTorres anpryl ]; 42 40 }; 43 41 }
+10 -4
pkgs/top-level/all-packages.nix
··· 732 732 inherit (darwin) DarwinTools; 733 733 }; 734 734 735 + rtthost = callPackage ../development/tools/rust/rtthost { 736 + inherit (darwin.apple_sdk.frameworks) AppKit; 737 + inherit (darwin) DarwinTools; 738 + }; 739 + 735 740 mix2nix = callPackage ../development/tools/mix2nix { }; 736 741 737 742 n98-magerun = callPackage ../development/tools/misc/n98-magerun { }; ··· 2986 2991 contour = libsForQt5.callPackage ../applications/terminal-emulators/contour { fmt = fmt_8; }; 2987 2992 2988 2993 cool-retro-term = libsForQt5.callPackage ../applications/terminal-emulators/cool-retro-term { }; 2989 - 2990 - ctx = callPackage ../applications/terminal-emulators/ctx { }; 2991 2994 2992 2995 darklua = callPackage ../development/tools/darklua { }; 2993 2996 ··· 6035 6038 monsoon = callPackage ../tools/security/monsoon { }; 6036 6039 6037 6040 moodle-dl = callPackage ../tools/networking/moodle-dl { }; 6041 + 6042 + moon-phases = callPackage ../tools/misc/moon-phases { }; 6038 6043 6039 6044 moonraker = callPackage ../servers/moonraker { }; 6040 6045 ··· 15029 15034 15030 15035 xml2 = callPackage ../tools/text/xml/xml2 { }; 15031 15036 15032 - xmldiff = python3Packages.callPackage ../tools/text/xml/xmldiff { }; 15033 - 15034 15037 xmlformat = callPackage ../tools/text/xml/xmlformat { }; 15035 15038 15036 15039 xmlroff = callPackage ../tools/typesetting/xmlroff { }; ··· 17904 17907 kona = callPackage ../development/interpreters/kona { }; 17905 17908 17906 17909 konf = callPackage ../development/tools/konf { }; 17910 + 17911 + lambda-lisp = callPackage ../development/interpreters/lambda-lisp { }; 17912 + lambda-lisp-blc = lambda-lisp; 17907 17913 17908 17914 lolcode = callPackage ../development/interpreters/lolcode { }; 17909 17915