nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
3f176be5 e353d3f3

+157 -1728
+3
doc/Makefile
··· 19 19 .PHONY: all 20 20 all: validate format out/html/index.html out/epub/manual.epub 21 21 22 + .PHONY: render-md 23 + render-md: ${MD_TARGETS} 24 + 22 25 .PHONY: debug 23 26 debug: 24 27 nix-shell --run "xmloscopy --docbook5 ./manual.xml ./manual-full.xml"
+4
doc/default.nix
··· 20 20 ln -s ${doc-support} ./doc-support/result 21 21 ''; 22 22 23 + preBuild = '' 24 + make -j$NIX_BUILD_CORES render-md 25 + ''; 26 + 23 27 installPhase = '' 24 28 dest="$out/share/doc/nixpkgs" 25 29 mkdir -p "$(dirname "$dest")"
+2
nixos/doc/manual/release-notes/rl-2305.section.md
··· 192 192 193 193 - `lib.systems.examples.ghcjs` and consequently `pkgsCross.ghcjs` now use the target triplet `javascript-unknown-ghcjs` instead of `js-unknown-ghcjs`. This has been done to match an [upstream decision](https://gitlab.haskell.org/ghc/ghc/-/commit/6636b670233522f01d002c9b97827d00289dbf5c) to follow Cabal's platform naming more closely. Nixpkgs will also reject `js` as an architecture name. 194 194 195 + - `dokuwiki` has been updated from 2023-07-31a (Igor) to 2023-04-04 (Jack Jackrum), which has [completely removed](https://www.dokuwiki.org/changes#release_2023-04-04_jack_jackrum) the options to embed HTML and PHP for security reasons. The [htmlok plugin](https://www.dokuwiki.org/plugin:htmlok) can be used to regain this functionality. 196 + 195 197 - The old unsupported version 6.x of the ELK-stack and Elastic beats have been removed. Use OpenSearch instead. 196 198 197 199 - The `cosmoc` package has been removed. The upstream scripts in `cosmocc` should be used instead.
+4 -4
pkgs/applications/audio/amberol/default.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "amberol"; 22 - version = "unstable-2023-01-12"; 22 + version = "0.10.0"; 23 23 24 24 src = fetchFromGitLab { 25 25 domain = "gitlab.gnome.org"; 26 26 owner = "World"; 27 27 repo = pname; 28 - rev = "0623386c813d0d68564002324958cef7217cec7f"; 29 - hash = "sha256-nVL4ydTg4ncDCA9J9qWv+RPDC0Txr/qpo5XxIUiV0zQ="; 28 + rev = version; 29 + hash = "sha256-G1B+kDH1eWYA/j1t2xJPoGQasIJ77y+BKnnu/6VEWts="; 30 30 }; 31 31 32 32 cargoDeps = rustPlatform.fetchCargoTarball { 33 33 inherit src; 34 34 name = "${pname}-${version}"; 35 - hash = "sha256-E0ivUWD3jP/T1GOJ11grDwcF+m92I+W2a2HhZX1bCso="; 35 + hash = "sha256-5hy2u1flUKZCM4OPFhoT5b3R8v3zBGtwN+e6kwY3LQ4="; 36 36 }; 37 37 38 38 postPatch = ''
+5 -3
pkgs/applications/backup/restique/default.nix
··· 4 4 , cmake 5 5 , libsecret 6 6 , qtkeychain 7 + , qttools 7 8 , restic 8 9 }: 9 10 10 11 mkDerivation rec { 11 12 pname = "restique"; 12 - version = "unstable-2021-05-03"; 13 + version = "unstable-2022-11-29"; 13 14 14 15 src = fetchFromGitea { 15 16 domain = "git.srcbox.net"; 16 17 owner = "stefan"; 17 18 repo = "restique"; 18 - rev = "f83ea63c2e2f2a41e845f54c7fe2c391a528a121"; 19 - sha256 = "0j1qihv7hd90xkfm4ksv74q6m7cq781fbdnc3l4spcd7h2p8lh0z"; 19 + rev = "906b0b1726c26988c910baea9665f540c37c99c4"; 20 + hash = "sha256-EYoADtYX+gm8T3/3gxTtdFOFGJf2rXryiTu8NIO0Ez4="; 20 21 }; 21 22 22 23 nativeBuildInputs = [ ··· 27 26 buildInputs = [ 28 27 libsecret 29 28 qtkeychain 29 + qttools 30 30 ]; 31 31 32 32 qtWrapperArgs = [
+2 -2
pkgs/applications/editors/cudatext/default.nix
··· 38 38 in 39 39 stdenv.mkDerivation rec { 40 40 pname = "cudatext"; 41 - version = "1.191.0"; 41 + version = "1.191.5"; 42 42 43 43 src = fetchFromGitHub { 44 44 owner = "Alexey-T"; 45 45 repo = "CudaText"; 46 46 rev = version; 47 - hash = "sha256-wn2pSzz4w8tQjVFEIfR3/1ddeTjQBQaKl26SxXbOXG0="; 47 + hash = "sha256-jGIdDgSDgKXI9DHEmu2FRXjoFsvmxUbK5xoajLjX7zQ="; 48 48 }; 49 49 50 50 postPatch = ''
+4 -4
pkgs/applications/editors/cudatext/deps.json
··· 16 16 }, 17 17 "ATSynEdit": { 18 18 "owner": "Alexey-T", 19 - "rev": "2023.04.17", 20 - "hash": "sha256-QllXTq9BCKedt/Pv14qOn1UoxZ57qz76OyptnjT92hA=" 19 + "rev": "2023.04.22", 20 + "hash": "sha256-12W0p18s15KFFIopgit8l/Bf1KjMZkP2kCAaeaoqfyQ=" 21 21 }, 22 22 "ATSynEdit_Cmp": { 23 23 "owner": "Alexey-T", ··· 26 26 }, 27 27 "EControl": { 28 28 "owner": "Alexey-T", 29 - "rev": "2023.04.17", 30 - "hash": "sha256-EdtrKYZTP+1MQU5fLO6vYoU3EjS91PaSQnIxtgAs7TI=" 29 + "rev": "2023.04.18", 30 + "hash": "sha256-Eb8ynxZP3OQ7TGFZMbw8r0HXXvaoR6yotwnwK6nwZxg=" 31 31 }, 32 32 "ATSynEdit_Ex": { 33 33 "owner": "Alexey-T",
+2 -2
pkgs/applications/editors/orbiton/default.nix
··· 4 4 5 5 buildGoModule rec { 6 6 pname = "orbiton"; 7 - version = "2.60.6"; 7 + version = "2.61.0"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "xyproto"; 11 11 repo = "orbiton"; 12 12 rev = "v${version}"; 13 - hash = "sha256-uDxdv7HlswGsuM4UewZOO45/P9jIOo4bb0T1RrQqtpg="; 13 + hash = "sha256-GknQXHwpdIRzSjIc1ITsoiaks4Vi5KmVqL7sHzmfnmQ="; 14 14 }; 15 15 16 16 vendorHash = null;
+1
pkgs/applications/graphics/drawpile/default.nix
··· 103 103 license = licenses.gpl3; 104 104 maintainers = with maintainers; [ fgaz ]; 105 105 platforms = platforms.unix; 106 + broken = stdenv.isDarwin; 106 107 }; 107 108 } 108 109
+3 -3
pkgs/applications/misc/jot/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "jot"; 8 - version = "0.1.1"; 8 + version = "0.1.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "araekiel"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-CgS9I05Om4JxAbPN0vxh2Y7dftIkVnZkRP7PY4kOfpw="; 14 + sha256 = "sha256-Z8szd6ArwbGiHw7SeAah0LrrzUbcQYygX7IcPUYNxvM="; 15 15 }; 16 16 17 - cargoSha256 = "sha256-8nRO01/hUKT6Jt7/3Sw2+aLU6hITSNl6nn9UEAvfyJY="; 17 + cargoHash = "sha256-x61lOwMOOLD3RTdy3Ji+c7zcA1PCn09u75MyrPX/NbE="; 18 18 19 19 meta = with lib; { 20 20 description = "Rapid note management for the terminal";
+1
pkgs/applications/misc/qelectrotech/default.nix
··· 73 73 license = licenses.gpl2; 74 74 maintainers = with maintainers; [ yvesf ]; 75 75 platforms = qtbase.meta.platforms; 76 + broken = stdenv.isDarwin; 76 77 }; 77 78 }
+4 -4
pkgs/applications/networking/localsend/default.nix
··· 2 2 3 3 let 4 4 pname = "localsend"; 5 - version = "1.8.0"; 5 + version = "1.9.0"; 6 6 7 7 srcs = { 8 8 x86_64-linux = fetchurl { 9 9 url = "https://github.com/localsend/localsend/releases/download/v${version}/LocalSend-${version}.AppImage"; 10 - hash = "sha256-Setxw0urfJCiHI+Ms+Igroi1CLCgB0H5BsV6RkxyBME="; 10 + hash = "sha256-i5/haQHsw3BAOFGsHO41oiop1JgMISTr1Dw0tAeYupU="; 11 11 }; 12 12 x86_64-darwin = fetchurl { 13 13 url = "https://github.com/localsend/localsend/releases/download/v${version}/LocalSend-${version}.dmg"; 14 - hash = "sha256-uVZ/ULhr8CiV/wL9Yaw6q2IYAHNqld606ADKab/EVlU="; 14 + hash = "sha256-Ibojcg5To288c+v6IKMOjuLz970osiKJU7/K0VnIs8k="; 15 15 }; 16 16 }; 17 17 src = srcs.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); ··· 21 21 linux = appimageTools.wrapType2 rec { 22 22 inherit pname version src meta; 23 23 24 - extraPkgs = p: [ p.libepoxy ]; 24 + extraPkgs = p: [ p.ayatana-ido p.libayatana-appindicator p.libayatana-indicator p.libdbusmenu p.libepoxy ]; 25 25 26 26 extraInstallCommands = '' 27 27 mv $out/bin/${pname}-${version} $out/bin/${pname}
+3 -3
pkgs/applications/networking/seaweedfs/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "seaweedfs"; 10 - version = "3.46"; 10 + version = "3.47"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "seaweedfs"; 14 14 repo = "seaweedfs"; 15 15 rev = version; 16 - hash = "sha256-ur4GAgGyqbot3Z8GsJLAj6WUJJ0C7slubemJL021gLM="; 16 + hash = "sha256-0RDzTS/bjcXeYBWqRq/oWwI0kEmxYkT6oqCBYRi3dnQ="; 17 17 }; 18 18 19 - vendorHash = "sha256-9DH/mkISdJCacpB8Nt9DA9fyHqOEdH1GpFZ6TuRQgAQ="; 19 + vendorHash = "sha256-oXf+aZxf0jBiOqYzD9mTjYND0LjjQeHIZXIrqcEuyYk="; 20 20 21 21 subPackages = [ "weed" ]; 22 22
+2 -2
pkgs/applications/version-management/git-subrepo/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "git-subrepo"; 5 - version = "0.4.5"; 5 + version = "0.4.6"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ingydotnet"; 9 9 repo = "git-subrepo"; 10 10 rev = version; 11 - sha256 = "sha256-ZU5yYaiear5AjlBqtzabmMJNUa2ypeJKW3sQPIcyskM="; 11 + sha256 = "sha256-83N0Ek6DawUrOc6s2Utzi8776bX4UTGS/a/OffkV44Y="; 12 12 }; 13 13 14 14 nativeBuildInputs = [
+35 -9
pkgs/build-support/setup-hooks/desktop-to-darwin-bundle.sh
··· 2 2 fixupOutputHooks+=('convertDesktopFiles $prefix') 3 3 4 4 # Get a param out of a desktop file. First parameter is the file and the second 5 - # is a pattern of the key who's value we should fetch. 5 + # is the key who's value we should fetch. 6 6 getDesktopParam() { 7 - local file="$1"; 8 - local pattern="$2"; 7 + local file="$1" 8 + local key="$2" 9 + local line k v 9 10 10 - awk -F "=" "/${pattern}/ {print \$2}" "${file}" 11 + while read -r line; do 12 + if [[ "$line" = *=* ]]; then 13 + k="${line%%=*}" 14 + v="${line#*=}" 15 + 16 + if [[ "$k" = "$key" ]]; then 17 + echo "$v" 18 + return 19 + fi 20 + fi 21 + done < "$file" 22 + 23 + return 1 11 24 } 12 25 13 26 # Convert a freedesktop.org icon theme for a given app to a .icns file. When possible, missing ··· 54 41 $((iconSize - 2))x$((iconSize - 2))${scaleSuffix} 55 42 ) 56 43 44 + local fallbackIcon= 45 + 57 46 for iconIndex in "${!candidateIcons[@]}"; do 58 47 for maybeSize in "${validSizes[@]}"; do 59 48 icon=${candidateIcons[$iconIndex]} 60 49 if [[ $icon = */$maybeSize/* ]]; then 61 50 if [[ $maybeSize = $exactSize ]]; then 62 51 echo "fixed $icon" 52 + return 0 63 53 else 64 54 echo "threshold $icon" 55 + return 0 65 56 fi 66 - elif [[ -a $icon ]]; then 67 - echo "fallback $icon" 57 + elif [[ -a $icon && -z "$fallbackIcon" ]]; then 58 + fallbackIcon="$icon" 68 59 fi 69 - return 0 70 60 done 71 61 done 62 + 63 + if [[ -n "$fallbackIcon" ]]; then 64 + echo "fallback $fallbackIcon" 65 + return 0 66 + fi 67 + 72 68 echo "scalable" 73 69 } 74 70 ··· 90 68 local density=$((72 * scale))x$((72 * scale)) 91 69 local dim=$((iconSize * scale)) 92 70 71 + echo "desktopToDarwinBundle: resizing icon $in to $out, size $dim" >&2 93 72 magick convert -scale "${dim}x${dim}" -density "$density" -units PixelsPerInch "$in" "$out" 94 73 } 95 74 ··· 103 80 if [[ $in != '-' ]]; then 104 81 local density=$((72 * scale))x$((72 * scale)) 105 82 local dim=$((iconSize * scale)) 83 + 84 + echo "desktopToDarwinBundle: rasterizing svg $in to $out, size $dim" >&2 106 85 rsvg-convert --keep-aspect-ratio --width "$dim" --height "$dim" "$in" --output "$out" 107 86 magick convert -density "$density" -units PixelsPerInch "$out" "$out" 108 87 else ··· 146 121 local icon=${iconResult#* } 147 122 local scaleSuffix=${scales[$scale]} 148 123 local result=${resultdir}/${iconSize}x${iconSize}${scales[$scale]}${scaleSuffix:+x}.png 124 + echo "desktopToDarwinBundle: using $type icon $icon for size $iconSize$scaleSuffix" >&2 149 125 case $type in 150 126 fixed) 151 127 local density=$((72 * scale))x$((72 * scale)) ··· 216 190 convertDesktopFile() { 217 191 local -r file=$1 218 192 local -r sharePath=$(dirname "$(dirname "$file")") 219 - local -r name=$(getDesktopParam "${file}" "^Name") 193 + local -r name=$(getDesktopParam "${file}" "Name") 220 194 local -r macOSExec=$(getDesktopParam "${file}" "X-macOS-Exec") 221 195 if [[ "$macOSExec" ]]; then 222 196 local -r exec="$macOSExec" 223 197 else 224 198 local -r exec=$(processExecFieldCodes "${file}") 225 199 fi 226 - local -r iconName=$(getDesktopParam "${file}" "^Icon") 200 + local -r iconName=$(getDesktopParam "${file}" "Icon") 227 201 local -r squircle=$(getDesktopParam "${file}" "X-macOS-SquircleIcon") 228 202 229 203 mkdir -p "${!outputBin}/Applications/${name}.app/Contents/MacOS"
+1 -1
pkgs/development/compilers/flutter/engine-artifacts/hashes.nix
··· 64 64 "linux-x64-flutter-gtk.zip" = "sha256-boICnuJF4zqGb7kaN5haO/df9hC9KeJidt3uIK06S7M="; 65 65 }; 66 66 "linux-x64-profile" = { 67 - "linux-x64-flutter-gtk.zip" = "sha256-RAsgupVF18IxLaP8tJ7XRQ8y/um46nlpA8fDITPwLqY="; 67 + "linux-x64-flutter-gtk.zip" = "sha256-AnkLMPW3mwiXdiDz3Zo802QZRi+8EMCy4Mx2ODSbMOU="; 68 68 }; 69 69 "linux-x64-release" = { 70 70 "linux-x64-flutter-gtk.zip" = "sha256-RAsgupVF18IxLaP8tJ7XRQ8y/um46nlpA8fDITPwLqY=";
+2 -1
pkgs/development/libraries/kde-frameworks/baloo.nix
··· 1 1 { 2 - mkDerivation, 2 + mkDerivation, lib, 3 3 extra-cmake-modules, 4 4 kauth, kconfig, kcoreaddons, kcrash, kdbusaddons, kfilemetadata, ki18n, 5 5 kidletime, kio, lmdb, qtbase, qtdeclarative, solid, ··· 22 22 substituteInPlace "$sourceRoot"/src/file/kde-baloo.service.in \ 23 23 --replace @KDE_INSTALL_FULL_BINDIR@ /run/current-system/sw/bin 24 24 ''; 25 + meta.platforms = lib.platforms.linux ++ lib.platforms.freebsd; 25 26 }
+2 -1
pkgs/development/libraries/kde-frameworks/bluez-qt.nix
··· 1 - { mkDerivation 1 + { mkDerivation, lib 2 2 , extra-cmake-modules 3 3 , qtbase, qtdeclarative 4 4 }: ··· 12 12 substituteInPlace CMakeLists.txt \ 13 13 --replace /lib/udev/rules.d "$bin/lib/udev/rules.d" 14 14 ''; 15 + meta.platforms = lib.platforms.linux; 15 16 }
+2 -1
pkgs/development/libraries/kde-frameworks/kactivities-stats.nix
··· 1 1 { 2 - mkDerivation, 2 + mkDerivation, lib, 3 3 extra-cmake-modules, 4 4 boost, kactivities, kconfig, qtbase, 5 5 }: ··· 10 10 buildInputs = [ boost kactivities kconfig ]; 11 11 propagatedBuildInputs = [ qtbase ]; 12 12 outputs = [ "out" "dev" ]; 13 + meta.platforms = lib.platforms.linux ++ lib.platforms.freebsd; 13 14 }
+2 -1
pkgs/development/libraries/kde-frameworks/kded.nix
··· 1 1 { 2 - mkDerivation, propagate, wrapGAppsHook, 2 + mkDerivation, lib, propagate, wrapGAppsHook, 3 3 extra-cmake-modules, kdoctools, 4 4 gsettings-desktop-schemas, kconfig, kcoreaddons, kcrash, kdbusaddons, 5 5 kservice, qtbase, ··· 18 18 preFixup = '' 19 19 qtWrapperArgs+=("''${gappsWrapperArgs[@]}") 20 20 ''; 21 + meta.platforms = lib.platforms.linux ++ lib.platforms.freebsd; 21 22 }
+2 -1
pkgs/development/libraries/kde-frameworks/kdesu/default.nix
··· 1 1 { 2 - mkDerivation, 2 + mkDerivation, lib, 3 3 extra-cmake-modules, 4 4 kcoreaddons, ki18n, kpty, kservice, qtbase, 5 5 }: ··· 11 11 propagatedBuildInputs = [ kpty ]; 12 12 outputs = [ "out" "dev" ]; 13 13 patches = [ ./kdesu-search-for-wrapped-daemon-first.patch ]; 14 + meta.platforms = lib.platforms.linux ++ lib.platforms.freebsd; 14 15 }
+3 -1
pkgs/development/libraries/kde-frameworks/kfilemetadata/default.nix
··· 1 1 { mkDerivation 2 2 , lib 3 + , stdenv 3 4 , extra-cmake-modules 4 5 , attr 5 6 , ebook_tools ··· 18 17 mkDerivation { 19 18 pname = "kfilemetadata"; 20 19 nativeBuildInputs = [ extra-cmake-modules ]; 21 - buildInputs = [ 20 + buildInputs = lib.optionals stdenv.isLinux [ 22 21 attr 22 + ] ++ [ 23 23 ebook_tools 24 24 exiv2 25 25 ffmpeg
+2 -1
pkgs/development/libraries/kde-frameworks/kinit/default.nix
··· 1 1 { 2 - mkDerivation, lib, writeScript, 2 + mkDerivation, lib, stdenv, writeScript, 3 3 extra-cmake-modules, kdoctools, 4 4 kconfig, kcrash, ki18n, kio, kparts, kservice, kwindowsystem, plasma-framework 5 5 }: ··· 21 21 CXXFLAGS = [ 22 22 ''-DNIXPKGS_KF5_KIOCORE=\"${getLib kio}/lib/libKF5KIOCore.so.5\"'' 23 23 ''-DNIXPKGS_KF5_PARTS=\"${getLib kparts}/lib/libKF5Parts.so.5\"'' 24 + ] ++ lib.optionals stdenv.isLinux [ 24 25 ''-DNIXPKGS_KF5_PLASMA=\"${getLib plasma-framework}/lib/libKF5Plasma.so.5\"'' 25 26 ]; 26 27 setupHook = writeScript "setup-hook.sh" ''
+3 -1
pkgs/development/libraries/kde-frameworks/kio/default.nix
··· 21 21 ]; 22 22 propagatedBuildInputs = [ 23 23 kbookmarks kcompletion kconfig kcoreaddons kitemviews kjobwidgets kservice 24 - kxmlgui qtbase qttools solid kded 24 + kxmlgui qtbase qttools solid 25 + ] ++ lib.optionals stdenv.isLinux [ 26 + kded 25 27 ]; 26 28 outputs = [ "out" "dev" ]; 27 29 patches = [
+4 -2
pkgs/development/libraries/kde-frameworks/knotifications.nix
··· 1 - { mkDerivation 1 + { mkDerivation, lib, stdenv 2 2 , extra-cmake-modules 3 3 , kcodecs, kconfig, kcoreaddons, kwindowsystem 4 4 , libdbusmenu 5 5 , phonon 6 - , qttools, qtx11extras 6 + , qttools, qtx11extras, qtmacextras 7 7 }: 8 8 9 9 mkDerivation { ··· 11 11 nativeBuildInputs = [ extra-cmake-modules qttools ]; 12 12 buildInputs = [ 13 13 kcodecs kconfig kcoreaddons kwindowsystem libdbusmenu phonon qtx11extras 14 + ] ++ lib.optionals stdenv.isDarwin [ 15 + qtmacextras 14 16 ]; 15 17 }
+2 -1
pkgs/development/libraries/kde-frameworks/kwayland.nix
··· 1 1 { 2 - mkDerivation, propagateBin, 2 + mkDerivation, propagateBin, lib, 3 3 extra-cmake-modules, 4 4 plasma-wayland-protocols, qtbase, wayland, wayland-protocols 5 5 }: ··· 10 10 buildInputs = [ plasma-wayland-protocols wayland wayland-protocols ]; 11 11 propagatedBuildInputs = [ qtbase ]; 12 12 setupHook = propagateBin; # XDG_CONFIG_DIRS 13 + meta.platforms = lib.platforms.linux ++ lib.platforms.freebsd; 13 14 }
+2 -1
pkgs/development/libraries/kde-frameworks/modemmanager-qt.nix
··· 1 1 { 2 - mkDerivation, 2 + mkDerivation, lib, 3 3 extra-cmake-modules, 4 4 modemmanager, qtbase 5 5 }: ··· 9 9 nativeBuildInputs = [ extra-cmake-modules ]; 10 10 propagatedBuildInputs = [ modemmanager qtbase ]; 11 11 outputs = [ "out" "dev" ]; 12 + meta.platforms = lib.platforms.linux; 12 13 }
+2 -1
pkgs/development/libraries/kde-frameworks/networkmanager-qt.nix
··· 1 1 { 2 - mkDerivation, 2 + mkDerivation, lib, 3 3 extra-cmake-modules, 4 4 networkmanager, qtbase, 5 5 }: ··· 9 9 nativeBuildInputs = [ extra-cmake-modules ]; 10 10 propagatedBuildInputs = [ networkmanager qtbase ]; 11 11 outputs = [ "out" "dev" ]; 12 + meta.platforms = lib.platforms.linux; 12 13 }
+4 -3
pkgs/development/libraries/kde-frameworks/solid/default.nix
··· 1 1 { 2 - mkDerivation, 2 + mkDerivation, lib, stdenv, 3 3 bison, extra-cmake-modules, flex, 4 4 media-player-info, qtbase, qtdeclarative, qttools 5 5 }: ··· 7 7 mkDerivation { 8 8 pname = "solid"; 9 9 patches = [ ./fix-search-path.patch ]; 10 - nativeBuildInputs = [ bison extra-cmake-modules flex media-player-info ]; 10 + nativeBuildInputs = [ bison extra-cmake-modules flex ] 11 + ++ lib.optionals stdenv.isLinux [ media-player-info ]; 11 12 buildInputs = [ qtdeclarative qttools ]; 12 13 propagatedBuildInputs = [ qtbase ]; 13 - propagatedUserEnvPkgs = [ media-player-info ]; 14 + propagatedUserEnvPkgs = lib.optionals stdenv.isLinux [ media-player-info ]; 14 15 }
+8 -7
pkgs/development/libraries/libdeltachat/Cargo.lock
··· 1144 1144 1145 1145 [[package]] 1146 1146 name = "deltachat" 1147 - version = "1.113.0" 1147 + version = "1.114.0" 1148 1148 dependencies = [ 1149 1149 "ansi_term", 1150 1150 "anyhow", ··· 1175 1175 "libc", 1176 1176 "log", 1177 1177 "mailparse", 1178 + "mime", 1178 1179 "num-derive", 1179 1180 "num-traits", 1180 1181 "num_cpus", ··· 1219 1218 1220 1219 [[package]] 1221 1220 name = "deltachat-jsonrpc" 1222 - version = "1.113.0" 1221 + version = "1.114.0" 1223 1222 dependencies = [ 1224 1223 "anyhow", 1225 1224 "async-channel", ··· 1242 1241 1243 1242 [[package]] 1244 1243 name = "deltachat-repl" 1245 - version = "1.113.0" 1244 + version = "1.114.0" 1246 1245 dependencies = [ 1247 1246 "ansi_term", 1248 1247 "anyhow", ··· 1257 1256 1258 1257 [[package]] 1259 1258 name = "deltachat-rpc-server" 1260 - version = "1.113.0" 1259 + version = "1.114.0" 1261 1260 dependencies = [ 1262 1261 "anyhow", 1263 1262 "deltachat", ··· 1282 1281 1283 1282 [[package]] 1284 1283 name = "deltachat_ffi" 1285 - version = "1.113.0" 1284 + version = "1.114.0" 1286 1285 dependencies = [ 1287 1286 "anyhow", 1288 1287 "deltachat", ··· 2807 2806 2808 2807 [[package]] 2809 2808 name = "mime" 2810 - version = "0.3.16" 2809 + version = "0.3.17" 2811 2810 source = "registry+https://github.com/rust-lang/crates.io-index" 2812 - checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 2811 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2813 2812 2814 2813 [[package]] 2815 2814 name = "minimal-lexical"
+2 -2
pkgs/development/libraries/libdeltachat/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "libdeltachat"; 21 - version = "1.113.0"; 21 + version = "1.114.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "deltachat"; 25 25 repo = "deltachat-core-rust"; 26 26 rev = "v${version}"; 27 - hash = "sha256-Ft7BMgHGeTEM3WQVhAEjtyYYCfVFa2+ZkbdmDF22X9A="; 27 + hash = "sha256-fonrf4DZI5HhUY08yZmAHp2SKJYA2OywVBa31W7O1qU="; 28 28 }; 29 29 30 30 patches = [
+1
pkgs/development/libraries/maui-core/default.nix
··· 39 39 # Missing license information https://github.com/Nitrux/maui-core/issues/1 40 40 license = licenses.unfree; 41 41 maintainers = with maintainers; [ onny ]; 42 + platforms = platforms.linux; 42 43 }; 43 44 44 45 }
+2 -1
pkgs/development/libraries/phonon/default.nix
··· 25 25 homepage = "https://community.kde.org/Phonon"; 26 26 description = "Multimedia API for Qt"; 27 27 license = lib.licenses.lgpl2; 28 - platforms = lib.platforms.linux; 28 + platforms = lib.platforms.unix; 29 29 maintainers = with lib.maintainers; [ ttuegel ]; 30 + broken = stdenv.isDarwin; 30 31 }; 31 32 32 33 src = fetchurl {
+2 -2
pkgs/development/libraries/qt-6/modules/qtmultimedia.nix
··· 26 26 nativeBuildInputs = [ pkg-config ]; 27 27 buildInputs = [ libunwind orc ] 28 28 ++ lib.optionals stdenv.isLinux [ libpulseaudio elfutils alsa-lib wayland ]; 29 - propagatedBuildInputs = [ gstreamer gst-plugins-base gst-plugins-good gst-libav ] 30 - ++ lib.optionals stdenv.isLinux [ gst-vaapi ] 29 + propagatedBuildInputs = 30 + lib.optionals stdenv.isLinux [ gstreamer gst-plugins-base gst-plugins-good gst-libav gst-vaapi ] 31 31 ++ lib.optionals stdenv.isDarwin [ VideoToolbox ]; 32 32 33 33 env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin
+2 -2
pkgs/development/tools/algolia-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "algolia-cli"; 5 - version = "1.3.4"; 5 + version = "1.3.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "algolia"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - hash = "sha256-OclNhqJ7BJwpwu8EWjZuIw/an4K7dETjynrU0Ju1yak="; 11 + hash = "sha256-tz05j2XkA3Dh1RlQf8KHuPSqGhbFc0fxSe0LC2d5FYU="; 12 12 }; 13 13 14 14 vendorHash = "sha256-QgNL7pp0KH1RUV69BFVtHpaLHrPp4UQhEtOEiRmfAi0=";
+3 -3
pkgs/development/tools/bacon/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "bacon"; 10 - version = "2.7.0"; 10 + version = "2.8.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Canop"; 14 14 repo = pname; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-qN1Jpv6hoIKVGGQXzon8P0O12YlIB7Dam1UxXL3TQrY="; 16 + hash = "sha256-3LoqG7t2InDBrfOk0vve/6C5Vjifq5L+Tt8ulMGuASg="; 17 17 }; 18 18 19 - cargoHash = "sha256-253j34Kxzsfe5UeiWRdV+2P0rbnTYig18cZ25HVKX+8="; 19 + cargoHash = "sha256-k41hF7qhT9Y7IBp7rzpRP9pTIf1ZQsEyslaHmss+NhE="; 20 20 21 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 22 CoreServices
+3 -3
pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
··· 1 1 { lib, buildGoModule, fetchFromGitLab, fetchurl, bash }: 2 2 3 3 let 4 - version = "15.10.0"; 4 + version = "15.11.0"; 5 5 in 6 6 buildGoModule rec { 7 7 inherit version; ··· 17 17 # For patchShebangs 18 18 buildInputs = [ bash ]; 19 19 20 - vendorHash = "sha256-ASmhcaywnVb62lPZk1+0hHme7IgXylnk8DryhCjQ6dc="; 20 + vendorHash = "sha256-4eSfNo5S/eottEN4AptGJq6pBDHkNud0Nj5GrqutADM="; 21 21 22 22 src = fetchFromGitLab { 23 23 owner = "gitlab-org"; 24 24 repo = "gitlab-runner"; 25 25 rev = "v${version}"; 26 - sha256 = "sha256-HwG23eqTPQFvziRKhbMdl5O4OlrC9lgha92J2hzRRS8="; 26 + sha256 = "sha256-S4KdEepNWv8J5+r/GT8+8kAKU5fq2iwQU+qyoCY1s0o="; 27 27 }; 28 28 29 29 patches = [
+3 -3
pkgs/development/tools/rust/duckscript/default.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "duckscript_cli"; 16 - version = "0.8.17"; 16 + version = "0.8.18"; 17 17 18 18 src = fetchCrate { 19 19 inherit pname version; 20 - sha256 = "sha256-fEAm7HhRGYZpGL9I8h3wX8AnPs00pG/ui7Rm+PaXJpA="; 20 + sha256 = "sha256-AbdGyRCeypmsBc2QdR4Tdl3MeUlK9xmNmB63axpUfFI="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ pkg-config ]; ··· 25 25 buildInputs = [ openssl ] 26 26 ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration libiconv ]; 27 27 28 - cargoHash = "sha256-kll2q5HhcpizBDbWipj30F8WEQnjG1fndxCHoXBbik8="; 28 + cargoHash = "sha256-Exsgt1yV3EiEewzDU4YLhSYGpzr4t2o5hm3evyAkO44="; 29 29 30 30 meta = with lib; { 31 31 description = "Simple, extendable and embeddable scripting language.";
+3 -3
pkgs/development/tools/supabase-cli/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "supabase-cli"; 10 - version = "1.48.1"; 10 + version = "1.50.13"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "supabase"; 14 14 repo = "cli"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-BTUeGaWWkq1kMGInpu/zlJ7lFSSoiPlTDS/jjKe/uD4="; 16 + sha256 = "sha256-e/jPtNzuETky8uwg1TnFOGKppSPuEkBiEfmPwiUM3V0="; 17 17 }; 18 18 19 - vendorSha256 = "sha256-PAsmUEw6nI2KTrvPCn2Dxm3mrM6f/O4i8P6P0UuDXzo="; 19 + vendorSha256 = "sha256-j2iEeAn+4Tn3h8lVKoaYE+6W4R/q+JaAWXxHllZGLNs="; 20 20 21 21 ldflags = [ "-s" "-w" "-X" "github.com/supabase/cli/cmd.version=${version}" ]; 22 22
-1624
pkgs/servers/static-web-server/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "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 = "aho-corasick" 13 - version = "0.7.20" 14 - source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 16 - dependencies = [ 17 - "memchr", 18 - ] 19 - 20 - [[package]] 21 - name = "alloc-no-stdlib" 22 - version = "2.0.4" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 25 - 26 - [[package]] 27 - name = "alloc-stdlib" 28 - version = "0.2.2" 29 - source = "registry+https://github.com/rust-lang/crates.io-index" 30 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 31 - dependencies = [ 32 - "alloc-no-stdlib", 33 - ] 34 - 35 - [[package]] 36 - name = "android_system_properties" 37 - version = "0.1.5" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 40 - dependencies = [ 41 - "libc", 42 - ] 43 - 44 - [[package]] 45 - name = "anyhow" 46 - version = "1.0.69" 47 - source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 49 - 50 - [[package]] 51 - name = "async-compression" 52 - version = "0.3.15" 53 - source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 55 - dependencies = [ 56 - "brotli", 57 - "flate2", 58 - "futures-core", 59 - "memchr", 60 - "pin-project-lite", 61 - "tokio", 62 - ] 63 - 64 - [[package]] 65 - name = "autocfg" 66 - version = "1.1.0" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 69 - 70 - [[package]] 71 - name = "base64" 72 - version = "0.13.1" 73 - source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 75 - 76 - [[package]] 77 - name = "base64" 78 - version = "0.21.0" 79 - source = "registry+https://github.com/rust-lang/crates.io-index" 80 - checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 81 - 82 - [[package]] 83 - name = "bcrypt" 84 - version = "0.14.0" 85 - source = "registry+https://github.com/rust-lang/crates.io-index" 86 - checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a" 87 - dependencies = [ 88 - "base64 0.21.0", 89 - "blowfish", 90 - "getrandom", 91 - "subtle", 92 - "zeroize", 93 - ] 94 - 95 - [[package]] 96 - name = "bitflags" 97 - version = "1.3.2" 98 - source = "registry+https://github.com/rust-lang/crates.io-index" 99 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 100 - 101 - [[package]] 102 - name = "block-buffer" 103 - version = "0.10.4" 104 - source = "registry+https://github.com/rust-lang/crates.io-index" 105 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 106 - dependencies = [ 107 - "generic-array", 108 - ] 109 - 110 - [[package]] 111 - name = "blowfish" 112 - version = "0.9.1" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" 115 - dependencies = [ 116 - "byteorder", 117 - "cipher", 118 - ] 119 - 120 - [[package]] 121 - name = "brotli" 122 - version = "3.3.4" 123 - source = "registry+https://github.com/rust-lang/crates.io-index" 124 - checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" 125 - dependencies = [ 126 - "alloc-no-stdlib", 127 - "alloc-stdlib", 128 - "brotli-decompressor", 129 - ] 130 - 131 - [[package]] 132 - name = "brotli-decompressor" 133 - version = "2.3.4" 134 - source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" 136 - dependencies = [ 137 - "alloc-no-stdlib", 138 - "alloc-stdlib", 139 - ] 140 - 141 - [[package]] 142 - name = "bstr" 143 - version = "1.3.0" 144 - source = "registry+https://github.com/rust-lang/crates.io-index" 145 - checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" 146 - dependencies = [ 147 - "memchr", 148 - "serde", 149 - ] 150 - 151 - [[package]] 152 - name = "bumpalo" 153 - version = "3.12.0" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 156 - 157 - [[package]] 158 - name = "byteorder" 159 - version = "1.4.3" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 162 - 163 - [[package]] 164 - name = "bytes" 165 - version = "1.4.0" 166 - source = "registry+https://github.com/rust-lang/crates.io-index" 167 - checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 168 - 169 - [[package]] 170 - name = "cc" 171 - version = "1.0.79" 172 - source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 174 - 175 - [[package]] 176 - name = "cfg-if" 177 - version = "1.0.0" 178 - source = "registry+https://github.com/rust-lang/crates.io-index" 179 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 180 - 181 - [[package]] 182 - name = "chrono" 183 - version = "0.4.24" 184 - source = "registry+https://github.com/rust-lang/crates.io-index" 185 - checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 186 - dependencies = [ 187 - "iana-time-zone", 188 - "num-integer", 189 - "num-traits", 190 - "winapi", 191 - ] 192 - 193 - [[package]] 194 - name = "cipher" 195 - version = "0.4.4" 196 - source = "registry+https://github.com/rust-lang/crates.io-index" 197 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 198 - dependencies = [ 199 - "crypto-common", 200 - "inout", 201 - ] 202 - 203 - [[package]] 204 - name = "clap" 205 - version = "2.34.0" 206 - source = "registry+https://github.com/rust-lang/crates.io-index" 207 - checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 208 - dependencies = [ 209 - "bitflags", 210 - "textwrap", 211 - "unicode-width", 212 - ] 213 - 214 - [[package]] 215 - name = "codespan-reporting" 216 - version = "0.11.1" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 219 - dependencies = [ 220 - "termcolor", 221 - "unicode-width", 222 - ] 223 - 224 - [[package]] 225 - name = "core-foundation-sys" 226 - version = "0.8.3" 227 - source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 229 - 230 - [[package]] 231 - name = "cpufeatures" 232 - version = "0.2.5" 233 - source = "registry+https://github.com/rust-lang/crates.io-index" 234 - checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 235 - dependencies = [ 236 - "libc", 237 - ] 238 - 239 - [[package]] 240 - name = "crc32fast" 241 - version = "1.3.2" 242 - source = "registry+https://github.com/rust-lang/crates.io-index" 243 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 244 - dependencies = [ 245 - "cfg-if", 246 - ] 247 - 248 - [[package]] 249 - name = "crypto-common" 250 - version = "0.1.6" 251 - source = "registry+https://github.com/rust-lang/crates.io-index" 252 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 253 - dependencies = [ 254 - "generic-array", 255 - "typenum", 256 - ] 257 - 258 - [[package]] 259 - name = "cxx" 260 - version = "1.0.92" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72" 263 - dependencies = [ 264 - "cc", 265 - "cxxbridge-flags", 266 - "cxxbridge-macro", 267 - "link-cplusplus", 268 - ] 269 - 270 - [[package]] 271 - name = "cxx-build" 272 - version = "1.0.92" 273 - source = "registry+https://github.com/rust-lang/crates.io-index" 274 - checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613" 275 - dependencies = [ 276 - "cc", 277 - "codespan-reporting", 278 - "once_cell", 279 - "proc-macro2", 280 - "quote", 281 - "scratch", 282 - "syn", 283 - ] 284 - 285 - [[package]] 286 - name = "cxxbridge-flags" 287 - version = "1.0.92" 288 - source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97" 290 - 291 - [[package]] 292 - name = "cxxbridge-macro" 293 - version = "1.0.92" 294 - source = "registry+https://github.com/rust-lang/crates.io-index" 295 - checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56" 296 - dependencies = [ 297 - "proc-macro2", 298 - "quote", 299 - "syn", 300 - ] 301 - 302 - [[package]] 303 - name = "digest" 304 - version = "0.10.6" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 307 - dependencies = [ 308 - "block-buffer", 309 - "crypto-common", 310 - ] 311 - 312 - [[package]] 313 - name = "either" 314 - version = "1.8.1" 315 - source = "registry+https://github.com/rust-lang/crates.io-index" 316 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 317 - 318 - [[package]] 319 - name = "flate2" 320 - version = "1.0.25" 321 - source = "registry+https://github.com/rust-lang/crates.io-index" 322 - checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 323 - dependencies = [ 324 - "crc32fast", 325 - "miniz_oxide", 326 - ] 327 - 328 - [[package]] 329 - name = "fnv" 330 - version = "1.0.7" 331 - source = "registry+https://github.com/rust-lang/crates.io-index" 332 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 333 - 334 - [[package]] 335 - name = "form_urlencoded" 336 - version = "1.1.0" 337 - source = "registry+https://github.com/rust-lang/crates.io-index" 338 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 339 - dependencies = [ 340 - "percent-encoding", 341 - ] 342 - 343 - [[package]] 344 - name = "futures-channel" 345 - version = "0.3.27" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" 348 - dependencies = [ 349 - "futures-core", 350 - ] 351 - 352 - [[package]] 353 - name = "futures-core" 354 - version = "0.3.27" 355 - source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" 357 - 358 - [[package]] 359 - name = "futures-sink" 360 - version = "0.3.27" 361 - source = "registry+https://github.com/rust-lang/crates.io-index" 362 - checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" 363 - 364 - [[package]] 365 - name = "futures-task" 366 - version = "0.3.27" 367 - source = "registry+https://github.com/rust-lang/crates.io-index" 368 - checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" 369 - 370 - [[package]] 371 - name = "futures-util" 372 - version = "0.3.27" 373 - source = "registry+https://github.com/rust-lang/crates.io-index" 374 - checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" 375 - dependencies = [ 376 - "futures-core", 377 - "futures-sink", 378 - "futures-task", 379 - "pin-project-lite", 380 - "pin-utils", 381 - ] 382 - 383 - [[package]] 384 - name = "generic-array" 385 - version = "0.14.6" 386 - source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 388 - dependencies = [ 389 - "typenum", 390 - "version_check", 391 - ] 392 - 393 - [[package]] 394 - name = "getrandom" 395 - version = "0.2.8" 396 - source = "registry+https://github.com/rust-lang/crates.io-index" 397 - checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 398 - dependencies = [ 399 - "cfg-if", 400 - "libc", 401 - "wasi", 402 - ] 403 - 404 - [[package]] 405 - name = "globset" 406 - version = "0.4.10" 407 - source = "registry+https://github.com/rust-lang/crates.io-index" 408 - checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 409 - dependencies = [ 410 - "aho-corasick", 411 - "bstr", 412 - "fnv", 413 - "log", 414 - "regex", 415 - "serde", 416 - ] 417 - 418 - [[package]] 419 - name = "h2" 420 - version = "0.3.16" 421 - source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 423 - dependencies = [ 424 - "bytes", 425 - "fnv", 426 - "futures-core", 427 - "futures-sink", 428 - "futures-util", 429 - "http", 430 - "indexmap", 431 - "slab", 432 - "tokio", 433 - "tokio-util", 434 - "tracing", 435 - ] 436 - 437 - [[package]] 438 - name = "hashbrown" 439 - version = "0.12.3" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 442 - 443 - [[package]] 444 - name = "headers" 445 - version = "0.3.8" 446 - source = "git+https://github.com/joseluisq/hyper-headers.git?branch=headers_encoding#33002c471ce4ee94d2f4d47ed85f1b0a62595cfe" 447 - dependencies = [ 448 - "base64 0.13.1", 449 - "bitflags", 450 - "bytes", 451 - "headers-core", 452 - "http", 453 - "httpdate", 454 - "itertools", 455 - "mime", 456 - "sha1", 457 - ] 458 - 459 - [[package]] 460 - name = "headers-core" 461 - version = "0.2.0" 462 - source = "git+https://github.com/joseluisq/hyper-headers.git?branch=headers_encoding#33002c471ce4ee94d2f4d47ed85f1b0a62595cfe" 463 - dependencies = [ 464 - "http", 465 - ] 466 - 467 - [[package]] 468 - name = "heck" 469 - version = "0.3.3" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 472 - dependencies = [ 473 - "unicode-segmentation", 474 - ] 475 - 476 - [[package]] 477 - name = "hermit-abi" 478 - version = "0.2.6" 479 - source = "registry+https://github.com/rust-lang/crates.io-index" 480 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 481 - dependencies = [ 482 - "libc", 483 - ] 484 - 485 - [[package]] 486 - name = "http" 487 - version = "0.2.9" 488 - source = "registry+https://github.com/rust-lang/crates.io-index" 489 - checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 490 - dependencies = [ 491 - "bytes", 492 - "fnv", 493 - "itoa", 494 - ] 495 - 496 - [[package]] 497 - name = "http-body" 498 - version = "0.4.5" 499 - source = "registry+https://github.com/rust-lang/crates.io-index" 500 - checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 501 - dependencies = [ 502 - "bytes", 503 - "http", 504 - "pin-project-lite", 505 - ] 506 - 507 - [[package]] 508 - name = "http-serde" 509 - version = "1.1.2" 510 - source = "registry+https://github.com/rust-lang/crates.io-index" 511 - checksum = "0e272971f774ba29341db2f686255ff8a979365a26fb9e4277f6b6d9ec0cdd5e" 512 - dependencies = [ 513 - "http", 514 - "serde", 515 - ] 516 - 517 - [[package]] 518 - name = "httparse" 519 - version = "1.8.0" 520 - source = "registry+https://github.com/rust-lang/crates.io-index" 521 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 522 - 523 - [[package]] 524 - name = "httpdate" 525 - version = "1.0.2" 526 - source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 528 - 529 - [[package]] 530 - name = "humansize" 531 - version = "2.1.3" 532 - source = "registry+https://github.com/rust-lang/crates.io-index" 533 - checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 534 - dependencies = [ 535 - "libm", 536 - ] 537 - 538 - [[package]] 539 - name = "hyper" 540 - version = "0.14.25" 541 - source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" 543 - dependencies = [ 544 - "bytes", 545 - "futures-channel", 546 - "futures-core", 547 - "futures-util", 548 - "h2", 549 - "http", 550 - "http-body", 551 - "httparse", 552 - "httpdate", 553 - "itoa", 554 - "pin-project-lite", 555 - "socket2", 556 - "tokio", 557 - "tower-service", 558 - "tracing", 559 - "want", 560 - ] 561 - 562 - [[package]] 563 - name = "iana-time-zone" 564 - version = "0.1.53" 565 - source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 567 - dependencies = [ 568 - "android_system_properties", 569 - "core-foundation-sys", 570 - "iana-time-zone-haiku", 571 - "js-sys", 572 - "wasm-bindgen", 573 - "winapi", 574 - ] 575 - 576 - [[package]] 577 - name = "iana-time-zone-haiku" 578 - version = "0.1.1" 579 - source = "registry+https://github.com/rust-lang/crates.io-index" 580 - checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 581 - dependencies = [ 582 - "cxx", 583 - "cxx-build", 584 - ] 585 - 586 - [[package]] 587 - name = "indexmap" 588 - version = "1.9.2" 589 - source = "registry+https://github.com/rust-lang/crates.io-index" 590 - checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 591 - dependencies = [ 592 - "autocfg", 593 - "hashbrown", 594 - ] 595 - 596 - [[package]] 597 - name = "inout" 598 - version = "0.1.3" 599 - source = "registry+https://github.com/rust-lang/crates.io-index" 600 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 601 - dependencies = [ 602 - "generic-array", 603 - ] 604 - 605 - [[package]] 606 - name = "itertools" 607 - version = "0.9.0" 608 - source = "registry+https://github.com/rust-lang/crates.io-index" 609 - checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" 610 - dependencies = [ 611 - "either", 612 - ] 613 - 614 - [[package]] 615 - name = "itoa" 616 - version = "1.0.6" 617 - source = "registry+https://github.com/rust-lang/crates.io-index" 618 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 619 - 620 - [[package]] 621 - name = "js-sys" 622 - version = "0.3.61" 623 - source = "registry+https://github.com/rust-lang/crates.io-index" 624 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 625 - dependencies = [ 626 - "wasm-bindgen", 627 - ] 628 - 629 - [[package]] 630 - name = "lazy_static" 631 - version = "1.4.0" 632 - source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 634 - 635 - [[package]] 636 - name = "libc" 637 - version = "0.2.140" 638 - source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 640 - 641 - [[package]] 642 - name = "libm" 643 - version = "0.2.6" 644 - source = "registry+https://github.com/rust-lang/crates.io-index" 645 - checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" 646 - 647 - [[package]] 648 - name = "link-cplusplus" 649 - version = "1.0.8" 650 - source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 652 - dependencies = [ 653 - "cc", 654 - ] 655 - 656 - [[package]] 657 - name = "listenfd" 658 - version = "1.0.1" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "e0500463acd96259d219abb05dc57e5a076ef04b2db9a2112846929b5f174c96" 661 - dependencies = [ 662 - "libc", 663 - "uuid", 664 - "winapi", 665 - ] 666 - 667 - [[package]] 668 - name = "lock_api" 669 - version = "0.4.9" 670 - source = "registry+https://github.com/rust-lang/crates.io-index" 671 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 672 - dependencies = [ 673 - "autocfg", 674 - "scopeguard", 675 - ] 676 - 677 - [[package]] 678 - name = "log" 679 - version = "0.4.17" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 682 - dependencies = [ 683 - "cfg-if", 684 - ] 685 - 686 - [[package]] 687 - name = "memchr" 688 - version = "2.5.0" 689 - source = "registry+https://github.com/rust-lang/crates.io-index" 690 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 691 - 692 - [[package]] 693 - name = "mime" 694 - version = "0.3.16" 695 - source = "registry+https://github.com/rust-lang/crates.io-index" 696 - checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 697 - 698 - [[package]] 699 - name = "mime_guess" 700 - version = "2.0.4" 701 - source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 703 - dependencies = [ 704 - "mime", 705 - "unicase", 706 - ] 707 - 708 - [[package]] 709 - name = "miniz_oxide" 710 - version = "0.6.2" 711 - source = "registry+https://github.com/rust-lang/crates.io-index" 712 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 713 - dependencies = [ 714 - "adler", 715 - ] 716 - 717 - [[package]] 718 - name = "mio" 719 - version = "0.8.6" 720 - source = "registry+https://github.com/rust-lang/crates.io-index" 721 - checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 722 - dependencies = [ 723 - "libc", 724 - "log", 725 - "wasi", 726 - "windows-sys", 727 - ] 728 - 729 - [[package]] 730 - name = "nu-ansi-term" 731 - version = "0.46.0" 732 - source = "registry+https://github.com/rust-lang/crates.io-index" 733 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 734 - dependencies = [ 735 - "overload", 736 - "winapi", 737 - ] 738 - 739 - [[package]] 740 - name = "num-integer" 741 - version = "0.1.45" 742 - source = "registry+https://github.com/rust-lang/crates.io-index" 743 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 744 - dependencies = [ 745 - "autocfg", 746 - "num-traits", 747 - ] 748 - 749 - [[package]] 750 - name = "num-traits" 751 - version = "0.2.15" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 754 - dependencies = [ 755 - "autocfg", 756 - ] 757 - 758 - [[package]] 759 - name = "num_cpus" 760 - version = "1.15.0" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 763 - dependencies = [ 764 - "hermit-abi", 765 - "libc", 766 - ] 767 - 768 - [[package]] 769 - name = "once_cell" 770 - version = "1.17.1" 771 - source = "registry+https://github.com/rust-lang/crates.io-index" 772 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 773 - 774 - [[package]] 775 - name = "overload" 776 - version = "0.1.1" 777 - source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 779 - 780 - [[package]] 781 - name = "parking_lot" 782 - version = "0.12.1" 783 - source = "registry+https://github.com/rust-lang/crates.io-index" 784 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 785 - dependencies = [ 786 - "lock_api", 787 - "parking_lot_core", 788 - ] 789 - 790 - [[package]] 791 - name = "parking_lot_core" 792 - version = "0.9.7" 793 - source = "registry+https://github.com/rust-lang/crates.io-index" 794 - checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 795 - dependencies = [ 796 - "cfg-if", 797 - "libc", 798 - "redox_syscall", 799 - "smallvec", 800 - "windows-sys", 801 - ] 802 - 803 - [[package]] 804 - name = "percent-encoding" 805 - version = "2.2.0" 806 - source = "registry+https://github.com/rust-lang/crates.io-index" 807 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 808 - 809 - [[package]] 810 - name = "pin-project" 811 - version = "1.0.12" 812 - source = "registry+https://github.com/rust-lang/crates.io-index" 813 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 814 - dependencies = [ 815 - "pin-project-internal", 816 - ] 817 - 818 - [[package]] 819 - name = "pin-project-internal" 820 - version = "1.0.12" 821 - source = "registry+https://github.com/rust-lang/crates.io-index" 822 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 823 - dependencies = [ 824 - "proc-macro2", 825 - "quote", 826 - "syn", 827 - ] 828 - 829 - [[package]] 830 - name = "pin-project-lite" 831 - version = "0.2.9" 832 - source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 834 - 835 - [[package]] 836 - name = "pin-utils" 837 - version = "0.1.0" 838 - source = "registry+https://github.com/rust-lang/crates.io-index" 839 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 840 - 841 - [[package]] 842 - name = "proc-macro-error" 843 - version = "1.0.4" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 846 - dependencies = [ 847 - "proc-macro-error-attr", 848 - "proc-macro2", 849 - "quote", 850 - "syn", 851 - "version_check", 852 - ] 853 - 854 - [[package]] 855 - name = "proc-macro-error-attr" 856 - version = "1.0.4" 857 - source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 859 - dependencies = [ 860 - "proc-macro2", 861 - "quote", 862 - "version_check", 863 - ] 864 - 865 - [[package]] 866 - name = "proc-macro2" 867 - version = "1.0.52" 868 - source = "registry+https://github.com/rust-lang/crates.io-index" 869 - checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224" 870 - dependencies = [ 871 - "unicode-ident", 872 - ] 873 - 874 - [[package]] 875 - name = "quote" 876 - version = "1.0.24" 877 - source = "registry+https://github.com/rust-lang/crates.io-index" 878 - checksum = "50686e0021c4136d1d453b2dfe059902278681512a34d4248435dc34b6b5c8ec" 879 - dependencies = [ 880 - "proc-macro2", 881 - ] 882 - 883 - [[package]] 884 - name = "redox_syscall" 885 - version = "0.2.16" 886 - source = "registry+https://github.com/rust-lang/crates.io-index" 887 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 888 - dependencies = [ 889 - "bitflags", 890 - ] 891 - 892 - [[package]] 893 - name = "regex" 894 - version = "1.7.1" 895 - source = "registry+https://github.com/rust-lang/crates.io-index" 896 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 897 - dependencies = [ 898 - "aho-corasick", 899 - "memchr", 900 - "regex-syntax", 901 - ] 902 - 903 - [[package]] 904 - name = "regex-syntax" 905 - version = "0.6.28" 906 - source = "registry+https://github.com/rust-lang/crates.io-index" 907 - checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 908 - 909 - [[package]] 910 - name = "ring" 911 - version = "0.16.20" 912 - source = "registry+https://github.com/rust-lang/crates.io-index" 913 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 914 - dependencies = [ 915 - "cc", 916 - "libc", 917 - "once_cell", 918 - "spin", 919 - "untrusted", 920 - "web-sys", 921 - "winapi", 922 - ] 923 - 924 - [[package]] 925 - name = "rustls" 926 - version = "0.20.8" 927 - source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 929 - dependencies = [ 930 - "log", 931 - "ring", 932 - "sct", 933 - "webpki", 934 - ] 935 - 936 - [[package]] 937 - name = "rustls-pemfile" 938 - version = "1.0.2" 939 - source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 941 - dependencies = [ 942 - "base64 0.21.0", 943 - ] 944 - 945 - [[package]] 946 - name = "ryu" 947 - version = "1.0.13" 948 - source = "registry+https://github.com/rust-lang/crates.io-index" 949 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 950 - 951 - [[package]] 952 - name = "scopeguard" 953 - version = "1.1.0" 954 - source = "registry+https://github.com/rust-lang/crates.io-index" 955 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 956 - 957 - [[package]] 958 - name = "scratch" 959 - version = "1.0.5" 960 - source = "registry+https://github.com/rust-lang/crates.io-index" 961 - checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 962 - 963 - [[package]] 964 - name = "sct" 965 - version = "0.7.0" 966 - source = "registry+https://github.com/rust-lang/crates.io-index" 967 - checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 968 - dependencies = [ 969 - "ring", 970 - "untrusted", 971 - ] 972 - 973 - [[package]] 974 - name = "serde" 975 - version = "1.0.155" 976 - source = "registry+https://github.com/rust-lang/crates.io-index" 977 - checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8" 978 - dependencies = [ 979 - "serde_derive", 980 - ] 981 - 982 - [[package]] 983 - name = "serde_derive" 984 - version = "1.0.155" 985 - source = "registry+https://github.com/rust-lang/crates.io-index" 986 - checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630" 987 - dependencies = [ 988 - "proc-macro2", 989 - "quote", 990 - "syn", 991 - ] 992 - 993 - [[package]] 994 - name = "serde_ignored" 995 - version = "0.1.7" 996 - source = "registry+https://github.com/rust-lang/crates.io-index" 997 - checksum = "94eb4a4087ba8bdf14a9208ac44fddbf55c01a6195f7edfc511ddaff6cae45a6" 998 - dependencies = [ 999 - "serde", 1000 - ] 1001 - 1002 - [[package]] 1003 - name = "serde_json" 1004 - version = "1.0.94" 1005 - source = "registry+https://github.com/rust-lang/crates.io-index" 1006 - checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" 1007 - dependencies = [ 1008 - "itoa", 1009 - "ryu", 1010 - "serde", 1011 - ] 1012 - 1013 - [[package]] 1014 - name = "serde_repr" 1015 - version = "0.1.11" 1016 - source = "registry+https://github.com/rust-lang/crates.io-index" 1017 - checksum = "395627de918015623b32e7669714206363a7fc00382bf477e72c1f7533e8eafc" 1018 - dependencies = [ 1019 - "proc-macro2", 1020 - "quote", 1021 - "syn", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "sha1" 1026 - version = "0.10.5" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 1029 - dependencies = [ 1030 - "cfg-if", 1031 - "cpufeatures", 1032 - "digest", 1033 - ] 1034 - 1035 - [[package]] 1036 - name = "sharded-slab" 1037 - version = "0.1.4" 1038 - source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 1040 - dependencies = [ 1041 - "lazy_static", 1042 - ] 1043 - 1044 - [[package]] 1045 - name = "signal-hook" 1046 - version = "0.3.15" 1047 - source = "registry+https://github.com/rust-lang/crates.io-index" 1048 - checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 1049 - dependencies = [ 1050 - "cc", 1051 - "libc", 1052 - "signal-hook-registry", 1053 - ] 1054 - 1055 - [[package]] 1056 - name = "signal-hook-registry" 1057 - version = "1.4.1" 1058 - source = "registry+https://github.com/rust-lang/crates.io-index" 1059 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1060 - dependencies = [ 1061 - "libc", 1062 - ] 1063 - 1064 - [[package]] 1065 - name = "signal-hook-tokio" 1066 - version = "0.3.1" 1067 - source = "registry+https://github.com/rust-lang/crates.io-index" 1068 - checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e" 1069 - dependencies = [ 1070 - "futures-core", 1071 - "libc", 1072 - "signal-hook", 1073 - "tokio", 1074 - ] 1075 - 1076 - [[package]] 1077 - name = "slab" 1078 - version = "0.4.8" 1079 - source = "registry+https://github.com/rust-lang/crates.io-index" 1080 - checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1081 - dependencies = [ 1082 - "autocfg", 1083 - ] 1084 - 1085 - [[package]] 1086 - name = "smallvec" 1087 - version = "1.10.0" 1088 - source = "registry+https://github.com/rust-lang/crates.io-index" 1089 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1090 - 1091 - [[package]] 1092 - name = "socket2" 1093 - version = "0.4.9" 1094 - source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1096 - dependencies = [ 1097 - "libc", 1098 - "winapi", 1099 - ] 1100 - 1101 - [[package]] 1102 - name = "spin" 1103 - version = "0.5.2" 1104 - source = "registry+https://github.com/rust-lang/crates.io-index" 1105 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1106 - 1107 - [[package]] 1108 - name = "static-web-server" 1109 - version = "2.15.0" 1110 - dependencies = [ 1111 - "anyhow", 1112 - "async-compression", 1113 - "bcrypt", 1114 - "bytes", 1115 - "chrono", 1116 - "form_urlencoded", 1117 - "futures-util", 1118 - "globset", 1119 - "headers", 1120 - "http", 1121 - "http-serde", 1122 - "humansize", 1123 - "hyper", 1124 - "listenfd", 1125 - "mime_guess", 1126 - "num_cpus", 1127 - "percent-encoding", 1128 - "pin-project", 1129 - "rustls-pemfile", 1130 - "serde", 1131 - "serde_ignored", 1132 - "serde_json", 1133 - "serde_repr", 1134 - "signal-hook", 1135 - "signal-hook-tokio", 1136 - "structopt", 1137 - "tikv-jemallocator", 1138 - "tokio", 1139 - "tokio-rustls", 1140 - "tokio-util", 1141 - "toml", 1142 - "tracing", 1143 - "tracing-subscriber", 1144 - "windows-service", 1145 - ] 1146 - 1147 - [[package]] 1148 - name = "structopt" 1149 - version = "0.3.26" 1150 - source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 1152 - dependencies = [ 1153 - "clap", 1154 - "lazy_static", 1155 - "structopt-derive", 1156 - ] 1157 - 1158 - [[package]] 1159 - name = "structopt-derive" 1160 - version = "0.4.18" 1161 - source = "registry+https://github.com/rust-lang/crates.io-index" 1162 - checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 1163 - dependencies = [ 1164 - "heck", 1165 - "proc-macro-error", 1166 - "proc-macro2", 1167 - "quote", 1168 - "syn", 1169 - ] 1170 - 1171 - [[package]] 1172 - name = "subtle" 1173 - version = "2.5.0" 1174 - source = "registry+https://github.com/rust-lang/crates.io-index" 1175 - checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 1176 - 1177 - [[package]] 1178 - name = "syn" 1179 - version = "1.0.109" 1180 - source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1182 - dependencies = [ 1183 - "proc-macro2", 1184 - "quote", 1185 - "unicode-ident", 1186 - ] 1187 - 1188 - [[package]] 1189 - name = "termcolor" 1190 - version = "1.2.0" 1191 - source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1193 - dependencies = [ 1194 - "winapi-util", 1195 - ] 1196 - 1197 - [[package]] 1198 - name = "textwrap" 1199 - version = "0.11.0" 1200 - source = "registry+https://github.com/rust-lang/crates.io-index" 1201 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1202 - dependencies = [ 1203 - "unicode-width", 1204 - ] 1205 - 1206 - [[package]] 1207 - name = "thread_local" 1208 - version = "1.1.7" 1209 - source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 1211 - dependencies = [ 1212 - "cfg-if", 1213 - "once_cell", 1214 - ] 1215 - 1216 - [[package]] 1217 - name = "tikv-jemalloc-sys" 1218 - version = "0.5.3+5.3.0-patched" 1219 - source = "registry+https://github.com/rust-lang/crates.io-index" 1220 - checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8" 1221 - dependencies = [ 1222 - "cc", 1223 - "libc", 1224 - ] 1225 - 1226 - [[package]] 1227 - name = "tikv-jemallocator" 1228 - version = "0.5.0" 1229 - source = "registry+https://github.com/rust-lang/crates.io-index" 1230 - checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979" 1231 - dependencies = [ 1232 - "libc", 1233 - "tikv-jemalloc-sys", 1234 - ] 1235 - 1236 - [[package]] 1237 - name = "tokio" 1238 - version = "1.26.0" 1239 - source = "registry+https://github.com/rust-lang/crates.io-index" 1240 - checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 1241 - dependencies = [ 1242 - "autocfg", 1243 - "bytes", 1244 - "libc", 1245 - "memchr", 1246 - "mio", 1247 - "num_cpus", 1248 - "pin-project-lite", 1249 - "signal-hook-registry", 1250 - "socket2", 1251 - "tokio-macros", 1252 - "windows-sys", 1253 - ] 1254 - 1255 - [[package]] 1256 - name = "tokio-macros" 1257 - version = "1.8.2" 1258 - source = "registry+https://github.com/rust-lang/crates.io-index" 1259 - checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 1260 - dependencies = [ 1261 - "proc-macro2", 1262 - "quote", 1263 - "syn", 1264 - ] 1265 - 1266 - [[package]] 1267 - name = "tokio-rustls" 1268 - version = "0.23.4" 1269 - source = "registry+https://github.com/rust-lang/crates.io-index" 1270 - checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 1271 - dependencies = [ 1272 - "rustls", 1273 - "tokio", 1274 - "webpki", 1275 - ] 1276 - 1277 - [[package]] 1278 - name = "tokio-util" 1279 - version = "0.7.7" 1280 - source = "registry+https://github.com/rust-lang/crates.io-index" 1281 - checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 1282 - dependencies = [ 1283 - "bytes", 1284 - "futures-core", 1285 - "futures-sink", 1286 - "pin-project-lite", 1287 - "tokio", 1288 - "tracing", 1289 - ] 1290 - 1291 - [[package]] 1292 - name = "toml" 1293 - version = "0.5.11" 1294 - source = "registry+https://github.com/rust-lang/crates.io-index" 1295 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1296 - dependencies = [ 1297 - "serde", 1298 - ] 1299 - 1300 - [[package]] 1301 - name = "tower-service" 1302 - version = "0.3.2" 1303 - source = "registry+https://github.com/rust-lang/crates.io-index" 1304 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1305 - 1306 - [[package]] 1307 - name = "tracing" 1308 - version = "0.1.37" 1309 - source = "registry+https://github.com/rust-lang/crates.io-index" 1310 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1311 - dependencies = [ 1312 - "cfg-if", 1313 - "pin-project-lite", 1314 - "tracing-core", 1315 - ] 1316 - 1317 - [[package]] 1318 - name = "tracing-core" 1319 - version = "0.1.30" 1320 - source = "registry+https://github.com/rust-lang/crates.io-index" 1321 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 1322 - dependencies = [ 1323 - "once_cell", 1324 - "valuable", 1325 - ] 1326 - 1327 - [[package]] 1328 - name = "tracing-log" 1329 - version = "0.1.3" 1330 - source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 1332 - dependencies = [ 1333 - "lazy_static", 1334 - "log", 1335 - "tracing-core", 1336 - ] 1337 - 1338 - [[package]] 1339 - name = "tracing-subscriber" 1340 - version = "0.3.16" 1341 - source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" 1343 - dependencies = [ 1344 - "nu-ansi-term", 1345 - "parking_lot", 1346 - "sharded-slab", 1347 - "smallvec", 1348 - "thread_local", 1349 - "tracing-core", 1350 - "tracing-log", 1351 - ] 1352 - 1353 - [[package]] 1354 - name = "try-lock" 1355 - version = "0.2.4" 1356 - source = "registry+https://github.com/rust-lang/crates.io-index" 1357 - checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 1358 - 1359 - [[package]] 1360 - name = "typenum" 1361 - version = "1.16.0" 1362 - source = "registry+https://github.com/rust-lang/crates.io-index" 1363 - checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 1364 - 1365 - [[package]] 1366 - name = "unicase" 1367 - version = "2.6.0" 1368 - source = "registry+https://github.com/rust-lang/crates.io-index" 1369 - checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1370 - dependencies = [ 1371 - "version_check", 1372 - ] 1373 - 1374 - [[package]] 1375 - name = "unicode-ident" 1376 - version = "1.0.8" 1377 - source = "registry+https://github.com/rust-lang/crates.io-index" 1378 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1379 - 1380 - [[package]] 1381 - name = "unicode-segmentation" 1382 - version = "1.10.1" 1383 - source = "registry+https://github.com/rust-lang/crates.io-index" 1384 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1385 - 1386 - [[package]] 1387 - name = "unicode-width" 1388 - version = "0.1.10" 1389 - source = "registry+https://github.com/rust-lang/crates.io-index" 1390 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1391 - 1392 - [[package]] 1393 - name = "untrusted" 1394 - version = "0.7.1" 1395 - source = "registry+https://github.com/rust-lang/crates.io-index" 1396 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1397 - 1398 - [[package]] 1399 - name = "uuid" 1400 - version = "1.3.0" 1401 - source = "registry+https://github.com/rust-lang/crates.io-index" 1402 - checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" 1403 - 1404 - [[package]] 1405 - name = "valuable" 1406 - version = "0.1.0" 1407 - source = "registry+https://github.com/rust-lang/crates.io-index" 1408 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 1409 - 1410 - [[package]] 1411 - name = "version_check" 1412 - version = "0.9.4" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1415 - 1416 - [[package]] 1417 - name = "want" 1418 - version = "0.3.0" 1419 - source = "registry+https://github.com/rust-lang/crates.io-index" 1420 - checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1421 - dependencies = [ 1422 - "log", 1423 - "try-lock", 1424 - ] 1425 - 1426 - [[package]] 1427 - name = "wasi" 1428 - version = "0.11.0+wasi-snapshot-preview1" 1429 - source = "registry+https://github.com/rust-lang/crates.io-index" 1430 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1431 - 1432 - [[package]] 1433 - name = "wasm-bindgen" 1434 - version = "0.2.84" 1435 - source = "registry+https://github.com/rust-lang/crates.io-index" 1436 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 1437 - dependencies = [ 1438 - "cfg-if", 1439 - "wasm-bindgen-macro", 1440 - ] 1441 - 1442 - [[package]] 1443 - name = "wasm-bindgen-backend" 1444 - version = "0.2.84" 1445 - source = "registry+https://github.com/rust-lang/crates.io-index" 1446 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 1447 - dependencies = [ 1448 - "bumpalo", 1449 - "log", 1450 - "once_cell", 1451 - "proc-macro2", 1452 - "quote", 1453 - "syn", 1454 - "wasm-bindgen-shared", 1455 - ] 1456 - 1457 - [[package]] 1458 - name = "wasm-bindgen-macro" 1459 - version = "0.2.84" 1460 - source = "registry+https://github.com/rust-lang/crates.io-index" 1461 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 1462 - dependencies = [ 1463 - "quote", 1464 - "wasm-bindgen-macro-support", 1465 - ] 1466 - 1467 - [[package]] 1468 - name = "wasm-bindgen-macro-support" 1469 - version = "0.2.84" 1470 - source = "registry+https://github.com/rust-lang/crates.io-index" 1471 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 1472 - dependencies = [ 1473 - "proc-macro2", 1474 - "quote", 1475 - "syn", 1476 - "wasm-bindgen-backend", 1477 - "wasm-bindgen-shared", 1478 - ] 1479 - 1480 - [[package]] 1481 - name = "wasm-bindgen-shared" 1482 - version = "0.2.84" 1483 - source = "registry+https://github.com/rust-lang/crates.io-index" 1484 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 1485 - 1486 - [[package]] 1487 - name = "web-sys" 1488 - version = "0.3.61" 1489 - source = "registry+https://github.com/rust-lang/crates.io-index" 1490 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 1491 - dependencies = [ 1492 - "js-sys", 1493 - "wasm-bindgen", 1494 - ] 1495 - 1496 - [[package]] 1497 - name = "webpki" 1498 - version = "0.22.0" 1499 - source = "registry+https://github.com/rust-lang/crates.io-index" 1500 - checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 1501 - dependencies = [ 1502 - "ring", 1503 - "untrusted", 1504 - ] 1505 - 1506 - [[package]] 1507 - name = "widestring" 1508 - version = "1.0.2" 1509 - source = "registry+https://github.com/rust-lang/crates.io-index" 1510 - checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 1511 - 1512 - [[package]] 1513 - name = "winapi" 1514 - version = "0.3.9" 1515 - source = "registry+https://github.com/rust-lang/crates.io-index" 1516 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1517 - dependencies = [ 1518 - "winapi-i686-pc-windows-gnu", 1519 - "winapi-x86_64-pc-windows-gnu", 1520 - ] 1521 - 1522 - [[package]] 1523 - name = "winapi-i686-pc-windows-gnu" 1524 - version = "0.4.0" 1525 - source = "registry+https://github.com/rust-lang/crates.io-index" 1526 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1527 - 1528 - [[package]] 1529 - name = "winapi-util" 1530 - version = "0.1.5" 1531 - source = "registry+https://github.com/rust-lang/crates.io-index" 1532 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1533 - dependencies = [ 1534 - "winapi", 1535 - ] 1536 - 1537 - [[package]] 1538 - name = "winapi-x86_64-pc-windows-gnu" 1539 - version = "0.4.0" 1540 - source = "registry+https://github.com/rust-lang/crates.io-index" 1541 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1542 - 1543 - [[package]] 1544 - name = "windows-service" 1545 - version = "0.6.0" 1546 - source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "cd9db37ecb5b13762d95468a2fc6009d4b2c62801243223aabd44fca13ad13c8" 1548 - dependencies = [ 1549 - "bitflags", 1550 - "widestring", 1551 - "windows-sys", 1552 - ] 1553 - 1554 - [[package]] 1555 - name = "windows-sys" 1556 - version = "0.45.0" 1557 - source = "registry+https://github.com/rust-lang/crates.io-index" 1558 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1559 - dependencies = [ 1560 - "windows-targets", 1561 - ] 1562 - 1563 - [[package]] 1564 - name = "windows-targets" 1565 - version = "0.42.1" 1566 - source = "registry+https://github.com/rust-lang/crates.io-index" 1567 - checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 1568 - dependencies = [ 1569 - "windows_aarch64_gnullvm", 1570 - "windows_aarch64_msvc", 1571 - "windows_i686_gnu", 1572 - "windows_i686_msvc", 1573 - "windows_x86_64_gnu", 1574 - "windows_x86_64_gnullvm", 1575 - "windows_x86_64_msvc", 1576 - ] 1577 - 1578 - [[package]] 1579 - name = "windows_aarch64_gnullvm" 1580 - version = "0.42.1" 1581 - source = "registry+https://github.com/rust-lang/crates.io-index" 1582 - checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 1583 - 1584 - [[package]] 1585 - name = "windows_aarch64_msvc" 1586 - version = "0.42.1" 1587 - source = "registry+https://github.com/rust-lang/crates.io-index" 1588 - checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 1589 - 1590 - [[package]] 1591 - name = "windows_i686_gnu" 1592 - version = "0.42.1" 1593 - source = "registry+https://github.com/rust-lang/crates.io-index" 1594 - checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 1595 - 1596 - [[package]] 1597 - name = "windows_i686_msvc" 1598 - version = "0.42.1" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 1601 - 1602 - [[package]] 1603 - name = "windows_x86_64_gnu" 1604 - version = "0.42.1" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 1607 - 1608 - [[package]] 1609 - name = "windows_x86_64_gnullvm" 1610 - version = "0.42.1" 1611 - source = "registry+https://github.com/rust-lang/crates.io-index" 1612 - checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 1613 - 1614 - [[package]] 1615 - name = "windows_x86_64_msvc" 1616 - version = "0.42.1" 1617 - source = "registry+https://github.com/rust-lang/crates.io-index" 1618 - checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 1619 - 1620 - [[package]] 1621 - name = "zeroize" 1622 - version = "1.5.7" 1623 - source = "registry+https://github.com/rust-lang/crates.io-index" 1624 - checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
+4 -9
pkgs/servers/static-web-server/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "static-web-server"; 5 - version = "2.15.0"; 5 + version = "2.16.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "static-web-server"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-TzMXVwtvslM57ucHT5NHMjsLex2VjuvyqP9gMdQXfFs="; 11 + sha256 = "sha256-ZHJGUgFCguUszcpzXwAK1XH3Ds4b87pyiohabvIwMX4="; 12 12 }; 13 13 14 - cargoLock = { 15 - lockFile = ./Cargo.lock; 16 - outputHashes = { 17 - "headers-0.3.8" = "sha256-zi9ytzjq5M1TtLJxibEnUdx42T+2v5uH9+3+3et6RXQ="; 18 - }; 19 - }; 14 + cargoHash = "sha256-7JOJknBJuX0anzd6Oqp3HEzYtEQfRkcHdjNBzW59P+E="; 20 15 21 16 buildInputs = lib.optionals stdenv.isDarwin [ 22 17 darwin.apple_sdk.frameworks.Security ··· 26 31 27 32 meta = with lib; { 28 33 description = "An asynchronus web server for static files-serving"; 29 - homepage = "https://sws.joseluisq.net"; 34 + homepage = "https://static-web-server.net/"; 30 35 changelog = "https://github.com/static-web-server/static-web-server/blob/v${version}/CHANGELOG.md"; 31 36 license = with licenses; [ mit /* or */ asl20 ]; 32 37 maintainers = with maintainers; [ figsoda ];
+4 -4
pkgs/servers/web-apps/dokuwiki/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "dokuwiki"; 11 - version = "2022-07-31a"; 11 + version = "2023-04-04"; 12 12 13 13 src = fetchFromGitHub { 14 - owner = "splitbrain"; 14 + owner = "dokuwiki"; 15 15 repo = pname; 16 - rev = "release_stable_${version}"; 17 - sha256 = "sha256-gtWEtc3kbMokKycTx71XXblkDF39i926uN2kU3oOeVw="; 16 + rev = "release-${version}"; 17 + sha256 = "sha256-QJnXKsEhvEcE88wvfMZR2j7X/pW8+28zlEnxhvhl+44="; 18 18 }; 19 19 20 20 preload = writeText "preload.php" ''
+3 -3
pkgs/tools/backup/restic/default.nix
··· 3 3 4 4 buildGoModule rec { 5 5 pname = "restic"; 6 - version = "0.15.1"; 6 + version = "0.15.2"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "restic"; 10 10 repo = "restic"; 11 11 rev = "v${version}"; 12 - hash = "sha256-KdPslVJHH+xdUuFfmLZumP2lHzkDrrAvpDaj38SuP8o="; 12 + hash = "sha256-YJBHk/B8+q5f0k5i5hpucsJK4T/cRu9Jv7+O6vlT64Q="; 13 13 }; 14 14 15 15 patches = [ ··· 17 17 ./0001-Skip-testing-restore-with-permission-failure.patch 18 18 ]; 19 19 20 - vendorHash = "sha256-oetaCiXWEBUEf382l4sjO0SCPxkoh+bMTgIf/qJTQms="; 20 + vendorHash = "sha256-GWFaCfiE8Ph2uBTBI0E47pH+EJsMsMr1NDuaIGvyXRM="; 21 21 22 22 subPackages = [ "cmd/restic" ]; 23 23
+3 -3
pkgs/tools/networking/burpsuite/default.nix
··· 1 1 { lib, fetchurl, jdk, buildFHSEnv, unzip, makeDesktopItem }: 2 2 let 3 - version = "2023.2.4"; 3 + version = "2023.3.5"; 4 4 5 5 src = fetchurl { 6 6 name = "burpsuite.jar"; ··· 8 8 "https://portswigger.net/burp/releases/download?productId=100&version=${version}&type=Jar" 9 9 "https://web.archive.org/web/https://portswigger.net/burp/releases/download?productId=100&version=${version}&type=Jar" 10 10 ]; 11 - sha256 = "4e9cd298a03af8684306ca2dfe52e630f032c1df7ca8baecbd329c792137052f"; 11 + sha256 = "ef1b1094bbe7388b5b4d515b8e42347243efb34a4d8acc27d9d553fe62f45fb5"; 12 12 }; 13 13 14 14 name = "burpsuite-${version}"; ··· 74 74 license = licenses.unfree; 75 75 platforms = jdk.meta.platforms; 76 76 hydraPlatforms = [ ]; 77 - maintainers = with maintainers; [ bennofs ]; 77 + maintainers = with maintainers; [ bennofs stepech ]; 78 78 }; 79 79 }
+3 -3
pkgs/tools/networking/godns/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "godns"; 9 - version = "2.9.4"; 9 + version = "2.9.6"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "TimothyYe"; 13 13 repo = "godns"; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-7AIr35vsjI5jamvdA1EwTwkr8MiEOjTntFeeg4b7RCw="; 15 + hash = "sha256-PrjkZxMgj2+jttkXVkn1JoLKGfBOMMbTLimngUDEuX8="; 16 16 }; 17 17 18 - vendorHash = "sha256-+wnaTrY7Mt6bCNTRZbJDFD75RCHyz5gtFi4DN0ng0/M="; 18 + vendorHash = "sha256-y2DRQ4nryUCrGUHmEuJSrYDjJ3X4sAcyWOp6ZKcoSSo="; 19 19 20 20 # Some tests require internet access, broken in sandbox 21 21 doCheck = false;
+3 -3
pkgs/tools/security/trufflehog/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "trufflehog"; 8 - version = "3.32.1"; 8 + version = "3.32.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "trufflesecurity"; 12 12 repo = "trufflehog"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-CRgGQZf+97gvnMcZF6al4cEnf8ndQwoGBqGRZG865Nw="; 14 + hash = "sha256-+iGk3pmmpiljnmX0yCL3/X+icWvukxVA5n32npVBGOM="; 15 15 }; 16 16 17 - vendorHash = "sha256-NnYQGbG4R/Ar0goOtymuohHO36t3UQhjg53ufneCFxQ="; 17 + vendorHash = "sha256-sSpRu6zLIvllrDYdtrj3oD3pCVs9ucSXbu3IYTqjT+k="; 18 18 19 19 # Test cases run git clone and require network access 20 20 doCheck = false;