Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
6626399e 80418517

+393 -2209
+4
pkgs/applications/editors/jetbrains/linux.nix
··· 11 11 , unzip 12 12 , libsecret 13 13 , libnotify 14 + , udev 14 15 , e2fsprogs 15 16 , python3 16 17 , vmopts ? null ··· 109 110 # Some internals want libstdc++.so.6 110 111 stdenv.cc.cc.lib libsecret e2fsprogs 111 112 libnotify 113 + # Required for Help -> Collect Logs 114 + # in at least rider and goland 115 + udev 112 116 ] ++ extraLdPath)}" \ 113 117 ${lib.concatStringsSep " " extraWrapperArgs} \ 114 118 --set-default JDK_HOME "$jdk" \
+7 -2
pkgs/applications/misc/stog/default.nix
··· 1 - { lib, buildDunePackage, fetchFromGitLab, ocaml 1 + { lib, buildDunePackage, fetchFromGitLab, fetchpatch, ocaml 2 2 , fmt, lwt_ppx, menhir, ocf_ppx, ppx_blob, xtmpl_ppx 3 3 , dune-build-info, dune-site, higlo, logs, lwt, ocf, ptime, uri, uutf, xtmpl 4 4 }: ··· 10 10 buildDunePackage rec { 11 11 pname = "stog"; 12 12 version = "0.20.0"; 13 - duneVersion = "3"; 14 13 minimalOCamlVersion = "4.12"; 15 14 src = fetchFromGitLab { 16 15 domain = "framagit.org"; ··· 18 17 repo = "stog"; 19 18 rev = version; 20 19 sha256 = "sha256:0krj5w4y05bcfx7hk9blmap8avl31gp7yi01lpqzs6ync23mvm0x"; 20 + }; 21 + 22 + # Compatibility with higlo 0.9 23 + patches = fetchpatch { 24 + url = "https://framagit.org/zoggy/stog/-/commit/ea0546ab4cda8cc5c4c820ebaf2e3dfddc2ab101.patch"; 25 + hash = "sha256-86GRHF9OjfcalGfA0Om2wXH99j4THCs9a4+o5ghuiJc="; 21 26 }; 22 27 23 28 nativeBuildInputs = [ menhir ];
+9 -8
pkgs/applications/networking/browsers/palemoon/bin.nix
··· 17 17 , palemoon-bin 18 18 }: 19 19 20 - stdenv.mkDerivation rec { 20 + stdenv.mkDerivation (finalAttrs: { 21 21 pname = "palemoon-bin"; 22 - version = "32.3.1"; 22 + version = "32.4.0.1"; 23 23 24 24 src = fetchzip { 25 25 urls = [ 26 - "https://rm-eu.palemoon.org/release/palemoon-${version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz" 27 - "https://rm-us.palemoon.org/release/palemoon-${version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz" 26 + "https://rm-eu.palemoon.org/release/palemoon-${finalAttrs.version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz" 27 + "https://rm-us.palemoon.org/release/palemoon-${finalAttrs.version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz" 28 28 ]; 29 29 hash = if withGTK3 then 30 - "sha256-1JYaxxkqgg/gLdZ+uGDB5BI0NKjHO4huk0b/M9QFuII=" 30 + "sha256-kGt3pIgCjVeSD6UXRvj5w9opWrMx3q3B/Y0S55kKS08=" 31 31 else 32 - "sha256-p/Lid6Uv3XTEg+43Gke5VLILhzENHoBP6XjGVHy7wCY="; 32 + "sha256-kNvUC/ir7TKjvKXYFoEDOPAY75CEgeixmEV1tuB/WIM="; 33 33 }; 34 34 35 35 preferLocalBuild = true; ··· 53 53 ]; 54 54 55 55 desktopItems = [(makeDesktopItem rec { 56 - name = pname; 56 + name = "palemoon-bin"; 57 57 desktopName = "Pale Moon Web Browser"; 58 58 comment = "Browse the World Wide Web"; 59 59 keywords = [ ··· 164 164 longDescription = '' 165 165 Pale Moon is an Open Source, Goanna-based web browser focusing on 166 166 efficiency and customization. 167 + 167 168 Pale Moon offers you a browsing experience in a browser completely built 168 169 from its own, independently developed source that has been forked off from 169 170 Firefox/Mozilla code a number of years ago, with carefully selected ··· 186 187 platforms = [ "x86_64-linux" ]; 187 188 hydraPlatforms = []; 188 189 }; 189 - } 190 + })
+3 -3
pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
··· 92 92 fteLibPath = lib.makeLibraryPath [ stdenv.cc.cc gmp ]; 93 93 94 94 # Upstream source 95 - version = "12.5.4"; 95 + version = "12.5.5"; 96 96 97 97 lang = "ALL"; 98 98 ··· 104 104 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz" 105 105 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz" 106 106 ]; 107 - hash = "sha256-AIwqIz8QG7Fq3Vvd22QTNFH1fnZgtH25qUaECX50QCQ="; 107 + hash = "sha256-FS1ywm/UJDZiSYPf0WHikoX/o6WGIP+lQQGFeD0g2dc="; 108 108 }; 109 109 110 110 i686-linux = fetchurl { ··· 114 114 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz" 115 115 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz" 116 116 ]; 117 - hash = "sha256-s8UReyurIKlxG0bT0ecGUcXMTTHyYKy/AcygTE6ujqo="; 117 + hash = "sha256-6ozGIQPC8QnZxS1oJ0ZEdZDMY2JkwRHs+7ZHUkqrL6U="; 118 118 }; 119 119 }; 120 120
+3 -3
pkgs/applications/networking/cluster/talosctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "talosctl"; 5 - version = "1.5.2"; 5 + version = "1.5.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "siderolabs"; 9 9 repo = "talos"; 10 10 rev = "v${version}"; 11 - hash = "sha256-CEalMrXdLa/pGok1uB60PmxYmmDnSas38cUxvOpkoGk="; 11 + hash = "sha256-RoodFtZ4BINyPxxpVkliMD9Sam0eRujvd3gXR2Hxk70="; 12 12 }; 13 13 14 - vendorHash = "sha256-JDhpRXYnNhVJ5BBKdUmCponRpckH54gMRoKLQ+wx5zM="; 14 + vendorHash = "sha256-PIuSn4qp6bLPFJwkLEb+pX1ra49IkxXYDRzEFbVqVI0="; 15 15 16 16 ldflags = [ "-s" "-w" ]; 17 17
+4 -4
pkgs/applications/networking/instant-messengers/qq/default.nix
··· 23 23 }: 24 24 25 25 let 26 - version = "3.1.2-13107"; 27 - _hash = "ad5b5393"; 26 + version = "3.2.1-17153"; 27 + _hash = "b69de82d"; 28 28 srcs = { 29 29 x86_64-linux = fetchurl { 30 30 url = "https://dldir1.qq.com/qqfile/qq/QQNT/${_hash}/linuxqq_${version}_amd64.deb"; 31 - hash = "sha256-mBfeexWEYpGybFFianUFvlzMv0HoFR4EeFcwlGVXIRA="; 31 + hash = "sha256-+GjTjv0K2vnlkb46KhMvRRFWuIEBz23Lg3QhiA7QzkA="; 32 32 }; 33 33 aarch64-linux = fetchurl { 34 34 url = "https://dldir1.qq.com/qqfile/qq/QQNT/${_hash}/linuxqq_${version}_arm64.deb"; 35 - hash = "sha256-V6kR2lb63nnNIEhn64Yg0BYYlz7W0Cw60TwnKaJuLgs="; 35 + hash = "sha256-BtmmVpKZF15aU7RRmXl9g5leg2jz5sT4vYXluq9aIYk="; 36 36 }; 37 37 }; 38 38 src = srcs.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
-3
pkgs/applications/networking/nextcloud-client/default.nix
··· 86 86 "-DNO_SHIBBOLETH=1" # allows to compile without qtwebkit 87 87 ]; 88 88 89 - # causes redefinition of _FORTIFY_SOURCE 90 - hardeningDisable = [ "fortify3" ]; 91 - 92 89 postBuild = '' 93 90 make doc-man 94 91 '';
+3 -1
pkgs/build-support/node/fetch-yarn-deps/index.js
··· 37 37 res.on('end', () => { 38 38 file.close() 39 39 const h = hash.read() 40 - if (h != expectedHash) return reject(new Error(`hash mismatch, expected ${expectedHash}, got ${h}`)) 40 + if (expectedHash === undefined){ 41 + console.log(`Warning: lockfile url ${url} doesn't end in "#<hash>" to validate against. Downloaded file had hash ${h}.`); 42 + } else if (h != expectedHash) return reject(new Error(`hash mismatch, expected ${expectedHash}, got ${h}`)) 41 43 resolve() 42 44 }) 43 45 res.on('error', e => reject(e))
+41
pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix
··· 1 + { lib 2 + , python3 3 + , fetchFromGitHub 4 + }: 5 + 6 + python3.pkgs.buildPythonApplication rec { 7 + pname = "ha-mqtt-discoverable-cli"; 8 + version = "0.2.1"; 9 + pyproject = true; 10 + 11 + src = fetchFromGitHub { 12 + owner = "unixorn"; 13 + repo = "ha-mqtt-discoverable-cli"; 14 + rev = "refs/tags/v${version}"; 15 + hash = "sha256-miFlrBmxVuIJjpsyYnbQt+QAGSrS4sHlJpCmxouM2Wc="; 16 + }; 17 + 18 + nativeBuildInputs = with python3.pkgs; [ 19 + poetry-core 20 + ]; 21 + 22 + propagatedBuildInputs = with python3.pkgs; [ 23 + ha-mqtt-discoverable 24 + ]; 25 + 26 + # Project has no real tests 27 + doCheck = false; 28 + 29 + pythonImportsCheck = [ 30 + "ha_mqtt_discoverable_cli" 31 + ]; 32 + 33 + meta = with lib; { 34 + description = "CLI for creating Home Assistant compatible MQTT entities that will be automatically discovered"; 35 + homepage = "https://github.com/unixorn/ha-mqtt-discoverable-cli"; 36 + changelog = "https://github.com/unixorn/ha-mqtt-discoverable-cli/releases/tag/v0.2.1"; 37 + license = licenses.asl20; 38 + maintainers = with maintainers; [ fab ]; 39 + mainProgram = "hmd"; 40 + }; 41 + }
+2 -2
pkgs/development/guile-modules/guile-gnutls/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "guile-gnutls"; 13 - version = "3.7.12"; 13 + version = "4.0.0"; 14 14 15 15 src = fetchurl { 16 16 url = "mirror://gnu/gnutls/guile-gnutls-${version}.tar.gz"; 17 - hash = "sha256-XTrxFXMJPeWfJYQVhy4sWxTMqd0lGosuwWQ9bpf+4zY="; 17 + hash = "sha256-W0y5JgMgduw0a7XAvA0CMflo/g9WWRPMFpNLt5Ovsjk="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ pkg-config ];
+9 -1
pkgs/development/guile-modules/guile-lib/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchurl 4 + , autoreconfHook 4 5 , guile 5 6 , pkg-config 6 7 , texinfo ··· 16 17 }; 17 18 18 19 nativeBuildInputs = [ 20 + autoreconfHook 19 21 pkg-config 20 22 ]; 21 23 buildInputs = [ ··· 23 25 texinfo 24 26 ]; 25 27 28 + postPatch = '' 29 + substituteInPlace configure.ac \ 30 + --replace 'SITEDIR="$datadir/guile-lib"' 'SITEDIR=$datadir/guile/site/$GUILE_EFFECTIVE_VERSION' \ 31 + --replace 'SITECCACHEDIR="$libdir/guile-lib/guile/$GUILE_EFFECTIVE_VERSION/site-ccache"' 'SITECCACHEDIR="$libdir/guile/$GUILE_EFFECTIVE_VERSION/site-ccache"' 32 + ''; 33 + 26 34 makeFlags = [ "GUILE_AUTO_COMPILE=0" ]; 27 35 28 36 doCheck = !stdenv.isDarwin; ··· 43 51 for Guile". 44 52 ''; 45 53 license = licenses.gpl3Plus; 46 - maintainers = with maintainers; [ vyp ]; 54 + maintainers = with maintainers; [ vyp foo-dogsquared ]; 47 55 platforms = guile.meta.platforms; 48 56 }; 49 57 }
+3 -3
pkgs/development/ocaml-modules/higlo/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "higlo"; 5 - version = "0.8"; 6 - duneVersion = "3"; 5 + version = "0.9"; 6 + 7 7 src = fetchFromGitLab { 8 8 domain = "framagit.org"; 9 9 owner = "zoggy"; 10 10 repo = "higlo"; 11 11 rev = version; 12 - sha256 = "sha256:09hsbwy5asacgh4gdj0vjpy4kzfnq3qji9szbsbyswsf1nbyczir"; 12 + hash = "sha256-SaFFzp4FCjVLdMLH6mNIv3HzJbkXJ5Ojbku258LCfLI="; 13 13 }; 14 14 15 15 propagatedBuildInputs = [ sedlex xtmpl ];
+5 -18
pkgs/development/ocaml-modules/parany/default.nix
··· 1 - { lib, buildDunePackage, fetchFromGitHub, ocaml, cpu, domainslib }: 2 - 3 - let params = 4 - if lib.versionAtLeast ocaml.version "5.00" then { 5 - version = "13.0.1"; 6 - hash = "sha256-OYa0uLsDyzjmXZgWcYUxLhqco4Kp/icfDamNe3En5JQ="; 7 - propagatedBuildInputs = [ domainslib ]; 8 - } else { 9 - version = "12.2.2"; 10 - hash = "sha256-woZ4XJqqoRr/7mDurXYvTbSUUcLBEylzVYBQp1BAOqc="; 11 - propagatedBuildInputs = [ cpu ]; 12 - } 13 - ; in 1 + { lib, buildDunePackage, fetchFromGitHub, cpu }: 14 2 15 3 buildDunePackage rec { 16 4 pname = "parany"; 17 - inherit (params) version; 5 + version = "14.0.0"; 18 6 19 - duneVersion = "3"; 20 7 minimalOCamlVersion = "4.08"; 21 8 22 9 src = fetchFromGitHub { 23 10 owner = "UnixJunkie"; 24 11 repo = pname; 25 12 rev = "v${version}"; 26 - inherit (params) hash; 13 + hash = "sha256-L5jHm3gZ2XIJ7jMUb/KvpSa/bnprEX75/P3BCMSe9Ok="; 27 14 }; 28 15 29 - inherit (params) propagatedBuildInputs; 16 + propagatedBuildInputs = [ cpu ]; 30 17 31 18 meta = with lib; { 32 - inherit (src.meta) homepage; 19 + homepage = "https://github.com/UnixJunkie/parany"; 33 20 description = "Generalized map/reduce for multicore computing"; 34 21 maintainers = [ maintainers.bcdarwin ]; 35 22 license = licenses.lgpl2;
+2 -2
pkgs/development/python-modules/ailment/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "ailment"; 11 - version = "9.2.69"; 11 + version = "9.2.70"; 12 12 format = "pyproject"; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "angr"; 18 18 repo = pname; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-qoewPYu4BO5VZq3MXg0j+L58dTusaoqrsrHo6stepJQ="; 20 + hash = "sha256-oe+p1x+NbcKJ2JDVeiTsxAHqgQnyadEwQ9S8QOqUYoM="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/aioairzone-cloud/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aioairzone-cloud"; 12 - version = "0.2.1"; 12 + version = "0.2.2"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "Noltari"; 19 19 repo = "aioairzone-cloud"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-GOt6oFf1ogxODrgs6/OdgTjA1UNyiNZOPFr+0DRgz0M="; 21 + hash = "sha256-SGHbM7D21ykFWwg4aTUUMIFpwZ0K8CQohZYtzXOPJQg="; 22 22 }; 23 23 24 24 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/aioesphomeapi/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "aioesphomeapi"; 17 - version = "16.0.6"; 17 + version = "17.0.0"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "esphome"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-BcFNxm4JpHaqKEhUTCXIrF18OMFxLbQHCQ9jfs+U0hc="; 26 + hash = "sha256-1FCZfl3qiaaBNY3/ZN8fIRZtDrREU6fl5voLhZdKaKk="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/aiohomekit/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "aiohomekit"; 22 - version = "3.0.4"; 22 + version = "3.0.5"; 23 23 format = "pyproject"; 24 24 25 25 disabled = pythonOlder "3.9"; ··· 28 28 owner = "Jc2k"; 29 29 repo = pname; 30 30 rev = "refs/tags/${version}"; 31 - hash = "sha256-ZcgV+IkdSVKMd2GfnXqS6MibWT96YKVTJgor0zG+a/k="; 31 + hash = "sha256-Rux3fRP1lM42i42K24t27DwAadi+NRJJHDhPAjZXb7s="; 32 32 }; 33 33 34 34 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/aiosmb/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "aiosmb"; 19 - version = "0.4.6"; 19 + version = "0.4.7"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - hash = "sha256-Y0Z76YP1cWcfMKZOn2L6z4B+hAdibxJOYBzT3WV6FcY="; 26 + hash = "sha256-ze8x0vFGnPAIQQicuJxAcBVEeeKOGUHvepRTO4Ejx+g="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/aiovodafone/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "aiovodafone"; 13 - version = "0.2.1"; 13 + version = "0.3.1"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.10"; ··· 19 19 owner = "chemelli74"; 20 20 repo = "aiovodafone"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-fBGVXYHyC7Ek75KgmH9LCCgETGvHnS9WF1QJMbDtfVc="; 22 + hash = "sha256-Zitssjoe88T7gphfAQXyv2el7jbMLKTnr1GSe5LTWnI="; 23 23 }; 24 24 25 25 postPatch = ''
+2 -2
pkgs/development/python-modules/angr/default.nix
··· 32 32 33 33 buildPythonPackage rec { 34 34 pname = "angr"; 35 - version = "9.2.69"; 35 + version = "9.2.70"; 36 36 format = "pyproject"; 37 37 38 38 disabled = pythonOlder "3.8"; ··· 41 41 owner = pname; 42 42 repo = pname; 43 43 rev = "refs/tags/v${version}"; 44 - hash = "sha256-6I8ybszEIWVtIVNPxkxP7W5jHH66XaaGZ5yF59CXBAc="; 44 + hash = "sha256-21AaK4L8LLk9UcAFAPVOsbs06WQUhXdUrCuMsjArTPo="; 45 45 }; 46 46 47 47 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/archinfo/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "archinfo"; 11 - version = "9.2.69"; 11 + version = "9.2.70"; 12 12 format = "pyproject"; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "angr"; 18 18 repo = pname; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-VvTUIFJ5XCo+iGKofv6aMhBS3To1uyWgwEsGXz2bOwE="; 20 + hash = "sha256-09nFen98AQC4X0Jf6CMswQvs8stQMIb+tTosFtlq1Z8="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/asyauth/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "asyauth"; 13 - version = "0.0.15"; 13 + version = "0.0.16"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-J2shp4YMGvDFDrfKxnqHQSfH6yteKM1DpQ+8DjblcNI="; 20 + hash = "sha256-ktmL2EFWDTzZwhxfleYEeJtMiiDP28JaCGbsvxx73Ok="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/boschshcpy/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "boschshcpy"; 13 - version = "0.2.67"; 13 + version = "0.2.68"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "tschamm"; 20 20 repo = pname; 21 21 rev = version; 22 - hash = "sha256-M0LyEKJUcamv0PcflVI97zrXAoe1iV5sJ/oh60bMo6c="; 22 + hash = "sha256-/W9Z1LjHpiAupA+D1tD+B0jmGhNbSo5aSv/nL2WSc8M="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/botocore-stubs/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "botocore-stubs"; 12 - version = "1.31.53"; 12 + version = "1.31.55"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 17 17 src = fetchPypi { 18 18 pname = "botocore_stubs"; 19 19 inherit version; 20 - hash = "sha256-Ag7eB210DaUvzJ6tiwZB+2xVc/HXwX1hudnRRLOZBfg="; 20 + hash = "sha256-51xyWEGm/a/+Kznr+JKCjOaQEy6+q1vjCnVoZB5+rhA="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/casbin/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "casbin"; 12 - version = "1.28.0"; 12 + version = "1.31.0"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.6"; ··· 18 18 owner = pname; 19 19 repo = "pycasbin"; 20 20 rev = "refs/tags/v${version}"; 21 - hash = "sha256-h/wg7O6zWnSQL5+VzAUA+G/4i7LcFpHvK2weyql998Y="; 21 + hash = "sha256-hWKO64cx8lcErGWMPY2pDtvuO6xF1Ve+bLWhHnYL/ng="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/certipy-ad/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "certipy-ad"; 21 - version = "4.8.1"; 21 + version = "4.8.2"; 22 22 format = "setuptools"; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "ly4k"; 28 28 repo = "Certipy"; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-HgRUpltkai68tDkanXIOEdrJ4DJYDcbNk0op0enUAXU="; 30 + hash = "sha256-Era5iNLJkZIRvN/p3BiD/eDiDQme24G65VSG97tuEOQ="; 31 31 }; 32 32 33 33 postPatch = ''
+2 -2
pkgs/development/python-modules/claripy/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "claripy"; 16 - version = "9.2.69"; 16 + version = "9.2.70"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "angr"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-l1l4E0NES06ewf499vE9fmYuqAFaylRamDrJSkGEGMQ="; 25 + hash = "sha256-xzbABww5jj3vuQeRhTwz6Z9MGVGVWPvSxv/LRXrb46M="; 26 26 }; 27 27 28 28 nativeBuildInputs = [
+3 -3
pkgs/development/python-modules/cle/default.nix
··· 16 16 17 17 let 18 18 # The binaries are following the argr projects release cycle 19 - version = "9.2.69"; 19 + version = "9.2.70"; 20 20 21 21 # Binary files from https://github.com/angr/binaries (only used for testing and only here) 22 22 binaries = fetchFromGitHub { 23 23 owner = "angr"; 24 24 repo = "binaries"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-AURNfPdmvMwVxYwLa60T7pJxKbGbTy3xeH/jm1Qdad0="; 26 + hash = "sha256-BQwP3qq+2o/Z05RcnhJyrBAo/kqosHMJ8Bn8T7ZBlaA="; 27 27 }; 28 28 29 29 in ··· 38 38 owner = "angr"; 39 39 repo = pname; 40 40 rev = "refs/tags/v${version}"; 41 - hash = "sha256-6NDNGcKiBKKzkzXx/gnSyO/dCHD4VrcClGCMndwxF9Q="; 41 + hash = "sha256-1ekHkkjoGY1y4WV0vCnk4EWkkH60gQAOvlJV6AIOatw="; 42 42 }; 43 43 44 44 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/dataclasses-json/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "dataclasses-json"; 15 - version = "0.6.0"; 15 + version = "0.6.1"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "lidatong"; 22 22 repo = pname; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-jv00WqSC/KCM+6+LtsCAQcqZTBbV1pavEqsCP/F84VU="; 24 + hash = "sha256-pZohueZvEIGgY6isci2mGGBewfi9SwnHHy8OwyJGR0w="; 25 25 }; 26 26 27 27 postPatch = ''
+2 -2
pkgs/development/python-modules/dvc-data/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "dvc-data"; 17 - version = "2.16.3"; 17 + version = "2.16.4"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "iterative"; 24 24 repo = pname; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-cuUxVDc//O0FjPyBgXh8gBkCHSqfHELtTLT4VAu4HSA="; 26 + hash = "sha256-DvG1SFYDzLXhftfyCVbO9WNSZeRE2tRU1nbkIayJYv4="; 27 27 }; 28 28 29 29 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+2 -2
pkgs/development/python-modules/dvc/default.nix
··· 55 55 56 56 buildPythonPackage rec { 57 57 pname = "dvc"; 58 - version = "3.22.0"; 58 + version = "3.23.0"; 59 59 format = "pyproject"; 60 60 61 61 src = fetchFromGitHub { 62 62 owner = "iterative"; 63 63 repo = pname; 64 64 rev = "refs/tags/${version}"; 65 - hash = "sha256-8L8ilGOPSfc6mW4JmmLM7VimwlFBQ6h5WIxaRnvWcm0="; 65 + hash = "sha256-Ti4RWIN5y38ZpS91Q/4HDE549evQ8rL7P/bp9D7ql7U="; 66 66 }; 67 67 68 68 pythonRelaxDeps = [
+2 -2
pkgs/development/python-modules/dvclive/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "dvclive"; 17 - version = "3.0.0"; 17 + version = "3.0.1"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "iterative"; 24 24 repo = pname; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-nTxgRfzrKYl6aC8rxusZPBihpsKp7gCyxKVOiDrTNtE="; 26 + hash = "sha256-jcgNNraMgsqTPNCbBcqEewe3jAXer4wn0aKqiUos+k8="; 27 27 }; 28 28 29 29 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+40
pkgs/development/python-modules/gitlike-commands/default.nix
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , poetry-core 5 + , pythonOlder 6 + }: 7 + 8 + buildPythonPackage rec { 9 + pname = "gitlike-commands"; 10 + version = "0.2.1"; 11 + pyproject = true; 12 + 13 + disabled = pythonOlder "3.9"; 14 + 15 + src = fetchFromGitHub { 16 + owner = "unixorn"; 17 + repo = "gitlike-commands"; 18 + rev = "refs/tags/v${version}"; 19 + hash = "sha256-VjweN4gigzCNvg6TccZx2Xw1p7SusKplxUTZjItTQc0="; 20 + }; 21 + 22 + nativeBuildInputs = [ 23 + poetry-core 24 + ]; 25 + 26 + # Module has no real tests 27 + doCheck = false; 28 + 29 + pythonImportsCheck = [ 30 + "gitlike_commands" 31 + ]; 32 + 33 + meta = with lib; { 34 + description = "Easy python module for creating git-style subcommand handling"; 35 + homepage = "https://github.com/unixorn/gitlike-commands"; 36 + changelog = "https://github.com/unixorn/gitlike-commands/releases/tag/v${version}"; 37 + license = licenses.asl20; 38 + maintainers = with maintainers; [ fab ]; 39 + }; 40 + }
+53
pkgs/development/python-modules/ha-mqtt-discoverable/default.nix
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , gitlike-commands 5 + , paho-mqtt 6 + , poetry-core 7 + , pyaml 8 + , pydantic 9 + , pythonOlder 10 + , thelogrus 11 + }: 12 + 13 + buildPythonPackage rec { 14 + pname = "ha-mqtt-discoverable"; 15 + version = "0.10.0"; 16 + pyproject = true; 17 + 18 + disabled = pythonOlder "3.10"; 19 + 20 + src = fetchFromGitHub { 21 + owner = "unixorn"; 22 + repo = "ha-mqtt-discoverable"; 23 + rev = "refs/tags/v${version}"; 24 + hash = "sha256-0a39KTLZw3Y2D0TXlKCmvVeNoXAN/uLXQGDlA9iM9J0="; 25 + }; 26 + 27 + nativeBuildInputs = [ 28 + poetry-core 29 + ]; 30 + 31 + propagatedBuildInputs = [ 32 + gitlike-commands 33 + paho-mqtt 34 + pyaml 35 + pydantic 36 + thelogrus 37 + ]; 38 + 39 + # Test require a running Mosquitto instance 40 + doCheck = false; 41 + 42 + pythonImportsCheck = [ 43 + "ha_mqtt_discoverable" 44 + ]; 45 + 46 + meta = with lib; { 47 + description = "Python module to create MQTT entities that are automatically discovered by Home Assistant"; 48 + homepage = "https://github.com/unixorn/ha-mqtt-discoverable"; 49 + changelog = "https://github.com/unixorn/ha-mqtt-discoverable/releases/tag/v${version}"; 50 + license = licenses.asl20; 51 + maintainers = with maintainers; [ fab ]; 52 + }; 53 + }
+2 -2
pkgs/development/python-modules/levenshtein/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "levenshtein"; 16 - version = "0.21.1"; 16 + version = "0.22.0"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.6"; ··· 22 22 owner = "maxbachmann"; 23 23 repo = "Levenshtein"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-I1kVGbZI1hQRNv0e44giWiMqmeqaqFZks20IyFQ9VIU="; 25 + hash = "sha256-rqbZ2+UfWhh5qEd1GL6W9edHPCSNnK3s/Y2aT3R5wCA="; 26 26 }; 27 27 28 28 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/limnoria/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "limnoria"; 18 - version = "2023.8.10"; 18 + version = "2023.9.24"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.6"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-3AHc7Ej0IJ2WCQ8XVbWL0lwTQW6ng2ehemTcmJOQ86U="; 25 + hash = "sha256-VJXIuGcgwAEObCCah+yc/o3IEpe4ln5F4wVwCy54Auc="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/meilisearch/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "meilisearch"; 12 - version = "0.28.2"; 12 + version = "0.28.4"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "meilisearch"; 19 19 repo = "meilisearch-python"; 20 20 rev = "refs/tags/v${version}"; 21 - hash = "sha256-S1ZBSkWqCU6EpFqLpxCN1ZNswJroF86+26WeyYPD0S0="; 21 + hash = "sha256-ASrm21dW1lCiUZJReJYlot2sp9sO1HuGaWVZXDOC9i4="; 22 22 }; 23 23 24 24 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/meshtastic/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "meshtastic"; 23 - version = "2.2.6"; 23 + version = "2.2.7"; 24 24 format = "setuptools"; 25 25 26 26 disabled = pythonOlder "3.7"; ··· 29 29 owner = "meshtastic"; 30 30 repo = "Meshtastic-python"; 31 31 rev = "refs/tags/${version}"; 32 - hash = "sha256-JnheGeiLJMI0zsb+jiuMxjXg/3rDbMyA2XVtl1ujiso="; 32 + hash = "sha256-1XbD//nuTJkw5YefUURfMXjvjoZheadRcNI+SSIQ1LU="; 33 33 }; 34 34 35 35 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/msldap/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "msldap"; 17 - version = "0.5.5"; 17 + version = "0.5.6"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.7"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-ewE3rECsydNFgfh53X/oB/VyXd54nSpVsxMRZPGuR3I="; 24 + hash = "sha256-NCcEUSDsvMUCV07Gzh18NaKSw4On0XPT3UytBeeT3qo="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/mypy-boto3-s3/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "mypy-boto3-s3"; 12 - version = "1.28.52"; 12 + version = "1.28.55"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-F5y3VCzF72VvEyOtUesjevy6d9Hl7QfSGgE/427/uLI="; 19 + hash = "sha256-sAiAn0SOdAdQEtT8VLAXbeC09JvDjjneMMoOdk63UFY="; 20 20 }; 21 21 22 22 nativeBuildInputs = [
+10 -8
pkgs/development/python-modules/netio/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 - , fetchPypi 3 + , fetchFromGitHub 4 + , poetry-core 4 5 , pyopenssl 5 6 , pythonOlder 6 7 , requests ··· 9 10 10 11 buildPythonPackage rec { 11 12 pname = "netio"; 12 - version = "1.0.10"; 13 - format = "pyproject"; 13 + version = "1.0.13"; 14 + pyproject = true; 14 15 15 16 disabled = pythonOlder "3.7"; 16 17 17 - src = fetchPypi { 18 - pname ="Netio"; 19 - inherit version; 20 - hash = "sha256-+fGs7ZwvspAW4GlO5Hx+gNb+7Mhl9HC4pijHyk+8PYs="; 18 + src = fetchFromGitHub { 19 + owner = "netioproducts"; 20 + repo = "PyNetio"; 21 + rev = "refs/tags/v${version}"; 22 + hash = "sha256-s/X2WGhQXYsbo+ZPpkVSF/vclaThYYNHu0UY0yCnfPA="; 21 23 }; 22 24 23 25 nativeBuildInputs = [ 24 - setuptools 26 + poetry-core 25 27 ]; 26 28 27 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/publicsuffixlist/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "publicsuffixlist"; 12 - version = "0.10.0.20230920"; 12 + version = "0.10.0.20230927"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-4Sp8uyJAJ+Sg0wv6TjNkMOCKlL/c/2ToWP1byG2BZtE="; 19 + hash = "sha256-GmDnm2qEpf3RL08tmiyYVUij9ija8qx8f5r0e2SStAM="; 20 20 }; 21 21 22 22 passthru.optional-dependencies = {
+2 -2
pkgs/development/python-modules/pydrawise/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "pydrawise"; 20 - version = "2023.8.0"; 20 + version = "2023.9.2"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.10"; ··· 26 26 owner = "dknowles2"; 27 27 repo = "pydrawise"; 28 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-cnQJ0enDgOB66rEZePmfTImFrPNMiXfggATM6hsL+ag="; 29 + hash = "sha256-ynQu8Ow6NrGfxzrwiXwMIEx9W65kAjFuXBzQgFAby4k="; 30 30 }; 31 31 32 32 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+2 -2
pkgs/development/python-modules/pyduotecno/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pyduotecno"; 11 - version = "2023.8.4"; 11 + version = "2023.9.0"; 12 12 format = "pyproject"; 13 13 14 14 disabled = pythonOlder "3.9"; ··· 17 17 owner = "Cereal2nd"; 18 18 repo = "pyDuotecno"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-VDDDG/D21yumWmcTC0mwXoGItB7OTdVCcjo01W1YZXY="; 20 + hash = "sha256-UPyx/e06N2cAct6/r1y5LXAzKwANQ/ZpADQsjxBv6/Q="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+11 -7
pkgs/development/python-modules/pygitguardian/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pygitguardian"; 17 - version = "1.9.0"; 17 + version = "1.10.0"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "GitGuardian"; 24 24 repo = "py-gitguardian"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-lDs2H5GUf3fhTSX+20dD0FNW2oirkgQQk5t7GKSnKe4="; 26 + hash = "sha256-o5Hur51Dh4HWI7f4BpfEi40/inVAJgYF3xXZGPMyF8E="; 27 27 }; 28 28 29 29 nativeBuildInputs = [ ··· 49 49 50 50 disabledTests = [ 51 51 # Tests require an API key 52 - "test_health_check" 53 - "test_multi_content_scan" 52 + "test_compute_sca_files" 54 53 "test_content_scan_exceptions" 55 - "test_multi_content_exceptions" 56 54 "test_content_scan" 55 + "test_create_honeytoken" 56 + "test_create_jwt" 57 57 "test_extra_headers" 58 + "test_health_check" 59 + "test_multi_content_exceptions" 60 + "test_multi_content_scan" 58 61 "test_multiscan_parameters" 59 62 "test_quota_overview" 63 + "test_sca_client_scan_diff" 64 + "test_sca_scan_directory_invalid_tar" 65 + "test_sca_scan_directory" 60 66 "test_versions_from_headers" 61 - "test_create_honeytoken" 62 - "test_create_jwt" 63 67 ]; 64 68 65 69 meta = with lib; {
+2 -2
pkgs/development/python-modules/pynobo/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "pynobo"; 9 - version = "1.6.1"; 9 + version = "1.7.0"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; ··· 15 15 owner = "echoromeo"; 16 16 repo = pname; 17 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-T86d3HGu6hsc54+ocCbINsInH/qHL9+HhOXDQ0I8QGA="; 18 + hash = "sha256-LJS4NJM+f+j53YzH8LradBDzHAsOprd4F7nH1cfC3B0="; 19 19 }; 20 20 21 21 # Project has no tests
+2 -2
pkgs/development/python-modules/pyrisco/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pyrisco"; 10 - version = "0.5.7"; 10 + version = "0.5.8"; 11 11 disabled = pythonOlder "3.7"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "OnFreund"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - hash = "sha256-ySFHB+PZmjsqKJQrfFoupylowsOiV5B2feHX7nF8dUA="; 17 + hash = "sha256-PQ1h9UVQ2DQMInxdAaLES7uDWAxwDra+YfAmz5jjV6g="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/pyvex/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pyvex"; 16 - version = "9.2.69"; 16 + version = "9.2.70"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.8"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-qyqWJ3B4R7aKHDsTJ29luwTfVysMx56hY82rBgRS2Sw="; 23 + hash = "sha256-zLbftRhInZPHm5NUG9CnoZ9iLKw+gNDaPiCx5Gd4OXY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/qcs-api-client/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "qcs-api-client"; 25 - version = "0.21.6"; 25 + version = "0.23.1"; 26 26 format = "pyproject"; 27 27 28 28 disabled = pythonOlder "3.7"; ··· 31 31 owner = "rigetti"; 32 32 repo = "qcs-api-client-python"; 33 33 rev = "refs/tags/v${version}"; 34 - hash = "sha256-1vXqwir3lAM+m/HGHWuXl20muAOasEWo1H0RjUCShTM="; 34 + hash = "sha256-Z+RCjpSpfYU3oU5HQ8CzZfwqUjMHvCKVn+p2tq+VDxQ="; 35 35 }; 36 36 37 37 patches = [
+2 -2
pkgs/development/python-modules/syncedlyrics/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "syncedlyrics"; 14 - version = "0.6.0"; 14 + version = "0.6.1"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "rtcq"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-SVB6hlVBk+0nNfJjp5zdv4A6FmVt1/NV4ov6qS1DlLI="; 23 + hash = "sha256-oMG3TqCJfEyfF5zK8hNhyhQ1z7G+S+De8hI1GLCfctM="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+47
pkgs/development/python-modules/thelogrus/default.nix
··· 1 + { lib 2 + , buildPythonPackage 3 + , dateutils 4 + , fetchFromGitHub 5 + , poetry-core 6 + , pyaml 7 + , pythonOlder 8 + }: 9 + 10 + buildPythonPackage rec { 11 + pname = "thelogrus"; 12 + version = "0.7.0"; 13 + pyproject = true; 14 + 15 + disabled = pythonOlder "3.7"; 16 + 17 + src = fetchFromGitHub { 18 + owner = "unixorn"; 19 + repo = "thelogrus"; 20 + rev = "refs/tags/v${version}"; 21 + hash = "sha256-96/EjDh5XcTsfUcTnsltsT6LMYbyKuM/eNyeq2Pukfo="; 22 + }; 23 + 24 + nativeBuildInputs = [ 25 + poetry-core 26 + ]; 27 + 28 + propagatedBuildInputs = [ 29 + dateutils 30 + pyaml 31 + ]; 32 + 33 + # Module has no unit tests 34 + doCheck = false; 35 + 36 + pythonImportsCheck = [ 37 + "thelogrus" 38 + ]; 39 + 40 + meta = with lib; { 41 + description = "Python 3 version of logrus"; 42 + homepage = "https://github.com/unixorn/thelogrus"; 43 + changelog = "https://github.com/unixorn/thelogrus/blob/${version}/ChangeLog.md"; 44 + license = licenses.asl20; 45 + maintainers = with maintainers; [ fab ]; 46 + }; 47 + }
+2 -2
pkgs/development/python-modules/ttls/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "ttls"; 13 - version = "1.8.0"; 13 + version = "1.8.1"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "jschlyter"; 20 20 repo = pname; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-WhngJfDu1Dcc4M5083o8ZBC1aSp4nOKOGPni2I/Llwg="; 22 + hash = "sha256-7w+VFxqv1htN5rKvMbcBV6uYqT3PT0ocv3S9Om2Ol3k="; 23 23 }; 24 24 25 25 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/types-requests/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "types-requests"; 9 - version = "2.31.0.4"; 9 + version = "2.31.0.6"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-oREEEUjX4EvxAMR2vE2z7msKHNC0AYd39qZgscTxMY0="; 14 + hash = "sha256-zXTOO1PEYfEiipt4OSmsc6ZmZY8iPijtKXU3cUd7O9A="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/zha-quirks/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "zha-quirks"; 12 - version = "0.0.103"; 12 + version = "0.0.104"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "zigpy"; 19 19 repo = "zha-device-handlers"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-H6LkCjpyj1uk05aIvO2TNJoAEXsPZlsIHo+t5rO5ikY="; 21 + hash = "sha256-oPg+eQ89GhNX5ADTK9JvgXuBhH7HZs3Ktuami2v2a38="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [
+1 -1
pkgs/development/r-modules/default.nix
··· 423 423 seqinr = [ pkgs.zlib.dev ]; 424 424 webp = [ pkgs.pkg-config ]; 425 425 seqminer = with pkgs; [ zlib.dev bzip2 ]; 426 - sf = with pkgs; [ gdal proj geos ]; 426 + sf = with pkgs; [ gdal proj geos libtiff curl ]; 427 427 terra = with pkgs; [ gdal proj geos ]; 428 428 showtext = with pkgs; [ zlib libpng icu freetype.dev ]; 429 429 simplexreg = [ pkgs.gsl ];
+2 -2
pkgs/development/tools/analysis/checkov/default.nix
··· 22 22 23 23 buildPythonApplication rec { 24 24 pname = "checkov"; 25 - version = "2.4.48"; 25 + version = "2.4.50"; 26 26 format = "setuptools"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "bridgecrewio"; 30 30 repo = pname; 31 31 rev = "refs/tags/${version}"; 32 - hash = "sha256-d9rSzdsKnbL7yBLweptGzq40wn15I1PB1YQFa7/GJKU="; 32 + hash = "sha256-+Rzs5+girXp6UqlX+VrWfI4ZGn8u6ZMPxSpRh5Zl5LQ="; 33 33 }; 34 34 35 35 patches = [
+3 -2
pkgs/servers/mastodon/default.nix
··· 7 7 , pname ? "mastodon" 8 8 , version ? import ./version.nix 9 9 , srcOverride ? null 10 - , dependenciesDir ? ./. # Should contain gemset.nix, yarn.nix and package.json. 10 + , dependenciesDir ? ./. # Expected to contain gemset.nix 11 + , yarnHash ? import ./yarn-hash.nix 11 12 }: 12 13 13 14 stdenv.mkDerivation rec { ··· 43 44 44 45 yarnOfflineCache = fetchYarnDeps { 45 46 yarnLock = "${src}/yarn.lock"; 46 - sha256 = "sha256-e3rl/WuKXaUdeDEYvo1sSubuIwtBjkbguCYdAijwXOA="; 47 + hash = yarnHash; 47 48 }; 48 49 49 50 nativeBuildInputs = [ fixup_yarn_lock nodejs-slim yarn mastodonGems mastodonGems.wrappedRuby brotli ];
+8 -2
pkgs/servers/mastodon/update.sh
··· 1 1 #!/usr/bin/env nix-shell 2 - #! nix-shell -i bash -p yarn2nix bundix coreutils diffutils nix-prefetch-github gnused jq 2 + #! nix-shell -i bash -p bundix coreutils diffutils nix-prefetch-github gnused jq prefetch-yarn-deps 3 3 set -e 4 4 5 5 OWNER=mastodon ··· 77 77 78 78 echo "Fetching source code $REVISION" 79 79 JSON=$(nix-prefetch-github "$OWNER" "$REPO" --rev "$REVISION" 2> $WORK_DIR/nix-prefetch-git.out) 80 - HASH=$(echo "$JSON" | jq -r .hash) 80 + HASH="$(echo "$JSON" | jq -r .sha256)" 81 + HASH="$(nix hash to-sri --type sha256 "$HASH")" 81 82 82 83 echo "Creating version.nix" 83 84 echo "\"$VERSION\"" | sed 's/^"v/"/' > version.nix ··· 101 102 echo "Creating gemset.nix" 102 103 bundix --lockfile="$SOURCE_DIR/Gemfile.lock" --gemfile="$SOURCE_DIR/Gemfile" 103 104 echo "" >> gemset.nix # Create trailing newline to please EditorConfig checks 105 + 106 + echo "Creating yarn-hash.nix" 107 + YARN_HASH="$(prefetch-yarn-deps "$SOURCE_DIR/yarn.lock")" 108 + YARN_HASH="$(nix hash to-sri --type sha256 "$YARN_HASH")" 109 + printf '"%s"\n' "$YARN_HASH" > yarn-hash.nix
+1
pkgs/servers/mastodon/yarn-hash.nix
··· 1 + "sha256-e3rl/WuKXaUdeDEYvo1sSubuIwtBjkbguCYdAijwXOA="
+2 -2
pkgs/tools/admin/qovery-cli/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "qovery-cli"; 11 - version = "0.70.1"; 11 + version = "0.72.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Qovery"; 15 15 repo = pname; 16 16 rev = "refs/tags/v${version}"; 17 - hash = "sha256-g1X0DUbCwL9XTDeYsYNfXABNnyJqnB+E6nq7NynoMYk="; 17 + hash = "sha256-mb1GLhrU+/g0zX2CNkwlJKuLAVDxLWuU9EoYyxXQEWA="; 18 18 }; 19 19 20 20 vendorHash = "sha256-OexoLqlPBr1JSL63lP172YaGJ0GLlxxsJYdXIGhNqjs=";
+30 -24
pkgs/tools/archivers/unrar/default.nix
··· 1 - {lib, stdenv, fetchurl}: 1 + { lib 2 + , stdenv 3 + , fetchzip 4 + }: 2 5 3 - stdenv.mkDerivation rec { 6 + stdenv.mkDerivation (finalAttrs: { 4 7 pname = "unrar"; 5 - version = "6.2.5"; 8 + version = "6.2.11"; 6 9 7 - src = fetchurl { 8 - url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"; 9 - hash = "sha256-mjl0QQ0dNA45mN0qb5j6776DjK1VYmbnFK37Doz5N3w="; 10 + src = fetchzip { 11 + url = "https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz"; 12 + stripRoot = false; 13 + hash = "sha256-HFglLjn4UE8dalp2ZIFlqqaE9FahahFrDNsPrKUIQPI="; 10 14 }; 15 + 16 + sourceRoot = finalAttrs.src.name; 11 17 12 18 postPatch = '' 13 - substituteInPlace makefile \ 19 + substituteInPlace unrar/makefile \ 14 20 --replace "CXX=" "#CXX=" \ 15 21 --replace "STRIP=" "#STRIP=" \ 16 22 --replace "AR=" "#AR=" 17 23 ''; 18 24 25 + outputs = [ "out" "dev" ]; 26 + 27 + # `make {unrar,lib}` call `make clean` implicitly 28 + # separate build into different dirs to avoid deleting them 19 29 buildPhase = '' 20 - # `make {unrar,lib}` call `make clean` implicitly 21 - # move build results to another dir to avoid deleting them 22 - mkdir -p bin 30 + runHook preBuild 23 31 24 - make unrar 25 - mv unrar bin 32 + cp -a unrar libunrar 33 + make -C libunrar lib 34 + make -C unrar -j1 26 35 27 - make lib 28 - mv libunrar.so bin 36 + runHook postBuild 29 37 ''; 30 - 31 - outputs = [ "out" "dev" ]; 32 38 33 39 installPhase = '' 34 - install -Dt "$out/bin" bin/unrar 40 + runHook preInstall 35 41 36 - mkdir -p $out/share/doc/unrar 37 - cp acknow.txt license.txt \ 38 - $out/share/doc/unrar 42 + install -Dm755 unrar/unrar -t $out/bin/ 43 + install -Dm644 unrar/{acknow.txt,license.txt} -t $out/share/doc/unrar/ 39 44 40 - install -Dm755 bin/libunrar.so $out/lib/libunrar.so 45 + install -Dm755 libunrar/libunrar.so -t $out/lib/ 46 + install -Dm644 libunrar/dll.hpp -t $dev/include/unrar/ 41 47 42 - install -Dt $dev/include/unrar/ *.hpp 48 + runHook postInstall 43 49 ''; 44 50 45 51 setupHook = ./setup-hook.sh; ··· 48 54 description = "Utility for RAR archives"; 49 55 homepage = "https://www.rarlab.com/"; 50 56 license = licenses.unfreeRedistributable; 51 - maintainers = [ maintainers.ehmry ]; 57 + maintainers = with maintainers; [ ehmry wegank ]; 52 58 platforms = platforms.all; 53 59 }; 54 - } 60 + })
-2023
pkgs/tools/backup/conserve/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 = "ahash" 7 - version = "0.8.3" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 10 - dependencies = [ 11 - "cfg-if", 12 - "once_cell", 13 - "version_check", 14 - ] 15 - 16 - [[package]] 17 - name = "aho-corasick" 18 - version = "0.7.20" 19 - source = "registry+https://github.com/rust-lang/crates.io-index" 20 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 21 - dependencies = [ 22 - "memchr", 23 - ] 24 - 25 - [[package]] 26 - name = "aho-corasick" 27 - version = "1.0.1" 28 - source = "registry+https://github.com/rust-lang/crates.io-index" 29 - checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 30 - dependencies = [ 31 - "memchr", 32 - ] 33 - 34 - [[package]] 35 - name = "anstream" 36 - version = "0.3.2" 37 - source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 39 - dependencies = [ 40 - "anstyle", 41 - "anstyle-parse", 42 - "anstyle-query", 43 - "anstyle-wincon", 44 - "colorchoice", 45 - "is-terminal", 46 - "utf8parse", 47 - ] 48 - 49 - [[package]] 50 - name = "anstyle" 51 - version = "1.0.0" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 54 - 55 - [[package]] 56 - name = "anstyle-parse" 57 - version = "0.2.0" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 60 - dependencies = [ 61 - "utf8parse", 62 - ] 63 - 64 - [[package]] 65 - name = "anstyle-query" 66 - version = "1.0.0" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 69 - dependencies = [ 70 - "windows-sys 0.48.0", 71 - ] 72 - 73 - [[package]] 74 - name = "anstyle-wincon" 75 - version = "1.0.1" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 78 - dependencies = [ 79 - "anstyle", 80 - "windows-sys 0.48.0", 81 - ] 82 - 83 - [[package]] 84 - name = "arrayvec" 85 - version = "0.4.12" 86 - source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" 88 - dependencies = [ 89 - "nodrop", 90 - ] 91 - 92 - [[package]] 93 - name = "assert_cmd" 94 - version = "2.0.11" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151" 97 - dependencies = [ 98 - "anstyle", 99 - "bstr", 100 - "doc-comment", 101 - "predicates", 102 - "predicates-core", 103 - "predicates-tree", 104 - "wait-timeout", 105 - ] 106 - 107 - [[package]] 108 - name = "assert_fs" 109 - version = "1.0.13" 110 - source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48" 112 - dependencies = [ 113 - "anstyle", 114 - "doc-comment", 115 - "globwalk", 116 - "predicates", 117 - "predicates-core", 118 - "predicates-tree", 119 - "tempfile", 120 - ] 121 - 122 - [[package]] 123 - name = "assert_matches" 124 - version = "1.5.0" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 127 - 128 - [[package]] 129 - name = "atty" 130 - version = "0.2.14" 131 - source = "registry+https://github.com/rust-lang/crates.io-index" 132 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 133 - dependencies = [ 134 - "hermit-abi 0.1.19", 135 - "libc", 136 - "winapi", 137 - ] 138 - 139 - [[package]] 140 - name = "autocfg" 141 - version = "1.1.0" 142 - source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 144 - 145 - [[package]] 146 - name = "bit-set" 147 - version = "0.5.3" 148 - source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 150 - dependencies = [ 151 - "bit-vec", 152 - ] 153 - 154 - [[package]] 155 - name = "bit-vec" 156 - version = "0.6.3" 157 - source = "registry+https://github.com/rust-lang/crates.io-index" 158 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 159 - 160 - [[package]] 161 - name = "bitflags" 162 - version = "1.3.2" 163 - source = "registry+https://github.com/rust-lang/crates.io-index" 164 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 165 - 166 - [[package]] 167 - name = "blake2-rfc" 168 - version = "0.2.18" 169 - source = "registry+https://github.com/rust-lang/crates.io-index" 170 - checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" 171 - dependencies = [ 172 - "arrayvec", 173 - "constant_time_eq", 174 - ] 175 - 176 - [[package]] 177 - name = "bstr" 178 - version = "1.5.0" 179 - source = "registry+https://github.com/rust-lang/crates.io-index" 180 - checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5" 181 - dependencies = [ 182 - "memchr", 183 - "once_cell", 184 - "regex-automata", 185 - "serde", 186 - ] 187 - 188 - [[package]] 189 - name = "bumpalo" 190 - version = "3.13.0" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 193 - 194 - [[package]] 195 - name = "byteorder" 196 - version = "1.4.3" 197 - source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 199 - 200 - [[package]] 201 - name = "bytes" 202 - version = "1.4.0" 203 - source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 205 - 206 - [[package]] 207 - name = "cachedir" 208 - version = "0.3.0" 209 - source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "e236bf5873ea57ec2877445297f4da008916bfae51567131acfc54a073d694f3" 211 - dependencies = [ 212 - "tempfile", 213 - ] 214 - 215 - [[package]] 216 - name = "cc" 217 - version = "1.0.79" 218 - source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 220 - 221 - [[package]] 222 - name = "cfg-if" 223 - version = "1.0.0" 224 - source = "registry+https://github.com/rust-lang/crates.io-index" 225 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 226 - 227 - [[package]] 228 - name = "clap" 229 - version = "4.3.0" 230 - source = "registry+https://github.com/rust-lang/crates.io-index" 231 - checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc" 232 - dependencies = [ 233 - "clap_builder", 234 - "clap_derive", 235 - "once_cell", 236 - ] 237 - 238 - [[package]] 239 - name = "clap_builder" 240 - version = "4.3.0" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990" 243 - dependencies = [ 244 - "anstream", 245 - "anstyle", 246 - "bitflags", 247 - "clap_lex", 248 - "strsim", 249 - "terminal_size", 250 - ] 251 - 252 - [[package]] 253 - name = "clap_derive" 254 - version = "4.3.0" 255 - source = "registry+https://github.com/rust-lang/crates.io-index" 256 - checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b" 257 - dependencies = [ 258 - "heck", 259 - "proc-macro2 1.0.58", 260 - "quote 1.0.27", 261 - "syn 2.0.16", 262 - ] 263 - 264 - [[package]] 265 - name = "clap_lex" 266 - version = "0.5.0" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 269 - 270 - [[package]] 271 - name = "clicolors-control" 272 - version = "1.0.1" 273 - source = "registry+https://github.com/rust-lang/crates.io-index" 274 - checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" 275 - dependencies = [ 276 - "atty", 277 - "lazy_static", 278 - "libc", 279 - "winapi", 280 - ] 281 - 282 - [[package]] 283 - name = "colorchoice" 284 - version = "1.0.0" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 287 - 288 - [[package]] 289 - name = "conserve" 290 - version = "23.5.0" 291 - dependencies = [ 292 - "assert_cmd", 293 - "assert_fs", 294 - "assert_matches", 295 - "blake2-rfc", 296 - "bytes", 297 - "cachedir", 298 - "clap", 299 - "clicolors-control", 300 - "cp_r", 301 - "derive_more", 302 - "dir-assert", 303 - "filetime", 304 - "globset", 305 - "hex", 306 - "indoc", 307 - "itertools", 308 - "lazy_static", 309 - "metrics", 310 - "metrics-util", 311 - "mutants", 312 - "nix", 313 - "nutmeg", 314 - "predicates", 315 - "pretty_assertions", 316 - "proptest", 317 - "proptest-derive", 318 - "rayon", 319 - "readahead-iterator", 320 - "regex", 321 - "rstest", 322 - "semver", 323 - "serde", 324 - "serde_json", 325 - "snap", 326 - "tempfile", 327 - "thiserror", 328 - "thousands", 329 - "time", 330 - "tracing", 331 - "tracing-appender", 332 - "tracing-subscriber", 333 - "tracing-test", 334 - "unix_mode", 335 - "url", 336 - "users", 337 - ] 338 - 339 - [[package]] 340 - name = "constant_time_eq" 341 - version = "0.1.5" 342 - source = "registry+https://github.com/rust-lang/crates.io-index" 343 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 344 - 345 - [[package]] 346 - name = "convert_case" 347 - version = "0.4.0" 348 - source = "registry+https://github.com/rust-lang/crates.io-index" 349 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 350 - 351 - [[package]] 352 - name = "cp_r" 353 - version = "0.5.1" 354 - source = "registry+https://github.com/rust-lang/crates.io-index" 355 - checksum = "f21d305efe161d2d3179950f5746837215197e774bf7424c12eafc191b63e88a" 356 - dependencies = [ 357 - "filetime", 358 - ] 359 - 360 - [[package]] 361 - name = "crossbeam-channel" 362 - version = "0.5.8" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 365 - dependencies = [ 366 - "cfg-if", 367 - "crossbeam-utils", 368 - ] 369 - 370 - [[package]] 371 - name = "crossbeam-deque" 372 - version = "0.8.3" 373 - source = "registry+https://github.com/rust-lang/crates.io-index" 374 - checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 375 - dependencies = [ 376 - "cfg-if", 377 - "crossbeam-epoch", 378 - "crossbeam-utils", 379 - ] 380 - 381 - [[package]] 382 - name = "crossbeam-epoch" 383 - version = "0.9.14" 384 - source = "registry+https://github.com/rust-lang/crates.io-index" 385 - checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 386 - dependencies = [ 387 - "autocfg", 388 - "cfg-if", 389 - "crossbeam-utils", 390 - "memoffset 0.8.0", 391 - "scopeguard", 392 - ] 393 - 394 - [[package]] 395 - name = "crossbeam-utils" 396 - version = "0.8.15" 397 - source = "registry+https://github.com/rust-lang/crates.io-index" 398 - checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 399 - dependencies = [ 400 - "cfg-if", 401 - ] 402 - 403 - [[package]] 404 - name = "ctor" 405 - version = "0.1.26" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 408 - dependencies = [ 409 - "quote 1.0.27", 410 - "syn 1.0.109", 411 - ] 412 - 413 - [[package]] 414 - name = "derive_more" 415 - version = "0.99.17" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 418 - dependencies = [ 419 - "convert_case", 420 - "proc-macro2 1.0.58", 421 - "quote 1.0.27", 422 - "rustc_version", 423 - "syn 1.0.109", 424 - ] 425 - 426 - [[package]] 427 - name = "diff" 428 - version = "0.1.13" 429 - source = "registry+https://github.com/rust-lang/crates.io-index" 430 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 431 - 432 - [[package]] 433 - name = "difflib" 434 - version = "0.4.0" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 437 - 438 - [[package]] 439 - name = "dir-assert" 440 - version = "0.2.0" 441 - source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "52079f51e329f84f2895c4752455296d9a2dab76d7af51fc7b026f05889b1899" 443 - 444 - [[package]] 445 - name = "doc-comment" 446 - version = "0.3.3" 447 - source = "registry+https://github.com/rust-lang/crates.io-index" 448 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 449 - 450 - [[package]] 451 - name = "either" 452 - version = "1.8.1" 453 - source = "registry+https://github.com/rust-lang/crates.io-index" 454 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 455 - 456 - [[package]] 457 - name = "endian-type" 458 - version = "0.1.2" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 461 - 462 - [[package]] 463 - name = "errno" 464 - version = "0.3.1" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 467 - dependencies = [ 468 - "errno-dragonfly", 469 - "libc", 470 - "windows-sys 0.48.0", 471 - ] 472 - 473 - [[package]] 474 - name = "errno-dragonfly" 475 - version = "0.1.2" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 478 - dependencies = [ 479 - "cc", 480 - "libc", 481 - ] 482 - 483 - [[package]] 484 - name = "fastrand" 485 - version = "1.9.0" 486 - source = "registry+https://github.com/rust-lang/crates.io-index" 487 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 488 - dependencies = [ 489 - "instant", 490 - ] 491 - 492 - [[package]] 493 - name = "filetime" 494 - version = "0.2.21" 495 - source = "registry+https://github.com/rust-lang/crates.io-index" 496 - checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 497 - dependencies = [ 498 - "cfg-if", 499 - "libc", 500 - "redox_syscall 0.2.16", 501 - "windows-sys 0.48.0", 502 - ] 503 - 504 - [[package]] 505 - name = "float-cmp" 506 - version = "0.9.0" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 509 - dependencies = [ 510 - "num-traits", 511 - ] 512 - 513 - [[package]] 514 - name = "fnv" 515 - version = "1.0.7" 516 - source = "registry+https://github.com/rust-lang/crates.io-index" 517 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 518 - 519 - [[package]] 520 - name = "form_urlencoded" 521 - version = "1.1.0" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 524 - dependencies = [ 525 - "percent-encoding", 526 - ] 527 - 528 - [[package]] 529 - name = "getrandom" 530 - version = "0.2.9" 531 - source = "registry+https://github.com/rust-lang/crates.io-index" 532 - checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 533 - dependencies = [ 534 - "cfg-if", 535 - "libc", 536 - "wasi", 537 - ] 538 - 539 - [[package]] 540 - name = "globset" 541 - version = "0.4.10" 542 - source = "registry+https://github.com/rust-lang/crates.io-index" 543 - checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 544 - dependencies = [ 545 - "aho-corasick 0.7.20", 546 - "bstr", 547 - "fnv", 548 - "log", 549 - "regex", 550 - ] 551 - 552 - [[package]] 553 - name = "globwalk" 554 - version = "0.8.1" 555 - source = "registry+https://github.com/rust-lang/crates.io-index" 556 - checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" 557 - dependencies = [ 558 - "bitflags", 559 - "ignore", 560 - "walkdir", 561 - ] 562 - 563 - [[package]] 564 - name = "hashbrown" 565 - version = "0.12.3" 566 - source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 568 - 569 - [[package]] 570 - name = "hashbrown" 571 - version = "0.13.2" 572 - source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 574 - dependencies = [ 575 - "ahash", 576 - ] 577 - 578 - [[package]] 579 - name = "heck" 580 - version = "0.4.1" 581 - source = "registry+https://github.com/rust-lang/crates.io-index" 582 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 583 - 584 - [[package]] 585 - name = "hermit-abi" 586 - version = "0.1.19" 587 - source = "registry+https://github.com/rust-lang/crates.io-index" 588 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 589 - dependencies = [ 590 - "libc", 591 - ] 592 - 593 - [[package]] 594 - name = "hermit-abi" 595 - version = "0.2.6" 596 - source = "registry+https://github.com/rust-lang/crates.io-index" 597 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 598 - dependencies = [ 599 - "libc", 600 - ] 601 - 602 - [[package]] 603 - name = "hermit-abi" 604 - version = "0.3.1" 605 - source = "registry+https://github.com/rust-lang/crates.io-index" 606 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 607 - 608 - [[package]] 609 - name = "hex" 610 - version = "0.4.3" 611 - source = "registry+https://github.com/rust-lang/crates.io-index" 612 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 613 - 614 - [[package]] 615 - name = "idna" 616 - version = "0.3.0" 617 - source = "registry+https://github.com/rust-lang/crates.io-index" 618 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 619 - dependencies = [ 620 - "unicode-bidi", 621 - "unicode-normalization", 622 - ] 623 - 624 - [[package]] 625 - name = "ignore" 626 - version = "0.4.20" 627 - source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 629 - dependencies = [ 630 - "globset", 631 - "lazy_static", 632 - "log", 633 - "memchr", 634 - "regex", 635 - "same-file", 636 - "thread_local", 637 - "walkdir", 638 - "winapi-util", 639 - ] 640 - 641 - [[package]] 642 - name = "indexmap" 643 - version = "1.9.3" 644 - source = "registry+https://github.com/rust-lang/crates.io-index" 645 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 646 - dependencies = [ 647 - "autocfg", 648 - "hashbrown 0.12.3", 649 - ] 650 - 651 - [[package]] 652 - name = "indoc" 653 - version = "2.0.1" 654 - source = "registry+https://github.com/rust-lang/crates.io-index" 655 - checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" 656 - 657 - [[package]] 658 - name = "instant" 659 - version = "0.1.12" 660 - source = "registry+https://github.com/rust-lang/crates.io-index" 661 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 662 - dependencies = [ 663 - "cfg-if", 664 - ] 665 - 666 - [[package]] 667 - name = "io-lifetimes" 668 - version = "1.0.10" 669 - source = "registry+https://github.com/rust-lang/crates.io-index" 670 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 671 - dependencies = [ 672 - "hermit-abi 0.3.1", 673 - "libc", 674 - "windows-sys 0.48.0", 675 - ] 676 - 677 - [[package]] 678 - name = "is-terminal" 679 - version = "0.4.7" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 682 - dependencies = [ 683 - "hermit-abi 0.3.1", 684 - "io-lifetimes", 685 - "rustix", 686 - "windows-sys 0.48.0", 687 - ] 688 - 689 - [[package]] 690 - name = "itertools" 691 - version = "0.10.5" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 694 - dependencies = [ 695 - "either", 696 - ] 697 - 698 - [[package]] 699 - name = "itoa" 700 - version = "1.0.6" 701 - source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 703 - 704 - [[package]] 705 - name = "js-sys" 706 - version = "0.3.63" 707 - source = "registry+https://github.com/rust-lang/crates.io-index" 708 - checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 709 - dependencies = [ 710 - "wasm-bindgen", 711 - ] 712 - 713 - [[package]] 714 - name = "lazy_static" 715 - version = "1.4.0" 716 - source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 718 - 719 - [[package]] 720 - name = "libc" 721 - version = "0.2.144" 722 - source = "registry+https://github.com/rust-lang/crates.io-index" 723 - checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 724 - 725 - [[package]] 726 - name = "libm" 727 - version = "0.2.7" 728 - source = "registry+https://github.com/rust-lang/crates.io-index" 729 - checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 730 - 731 - [[package]] 732 - name = "linux-raw-sys" 733 - version = "0.3.8" 734 - source = "registry+https://github.com/rust-lang/crates.io-index" 735 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 736 - 737 - [[package]] 738 - name = "lock_api" 739 - version = "0.4.9" 740 - source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 742 - dependencies = [ 743 - "autocfg", 744 - "scopeguard", 745 - ] 746 - 747 - [[package]] 748 - name = "log" 749 - version = "0.4.17" 750 - source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 752 - dependencies = [ 753 - "cfg-if", 754 - ] 755 - 756 - [[package]] 757 - name = "mach2" 758 - version = "0.4.1" 759 - source = "registry+https://github.com/rust-lang/crates.io-index" 760 - checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" 761 - dependencies = [ 762 - "libc", 763 - ] 764 - 765 - [[package]] 766 - name = "matchers" 767 - version = "0.1.0" 768 - source = "registry+https://github.com/rust-lang/crates.io-index" 769 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 770 - dependencies = [ 771 - "regex-automata", 772 - ] 773 - 774 - [[package]] 775 - name = "memchr" 776 - version = "2.5.0" 777 - source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 779 - 780 - [[package]] 781 - name = "memoffset" 782 - version = "0.7.1" 783 - source = "registry+https://github.com/rust-lang/crates.io-index" 784 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 785 - dependencies = [ 786 - "autocfg", 787 - ] 788 - 789 - [[package]] 790 - name = "memoffset" 791 - version = "0.8.0" 792 - source = "registry+https://github.com/rust-lang/crates.io-index" 793 - checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 794 - dependencies = [ 795 - "autocfg", 796 - ] 797 - 798 - [[package]] 799 - name = "metrics" 800 - version = "0.21.0" 801 - source = "registry+https://github.com/rust-lang/crates.io-index" 802 - checksum = "aa8ebbd1a9e57bbab77b9facae7f5136aea44c356943bf9a198f647da64285d6" 803 - dependencies = [ 804 - "ahash", 805 - "metrics-macros", 806 - "portable-atomic", 807 - ] 808 - 809 - [[package]] 810 - name = "metrics-macros" 811 - version = "0.7.0" 812 - source = "registry+https://github.com/rust-lang/crates.io-index" 813 - checksum = "ddece26afd34c31585c74a4db0630c376df271c285d682d1e55012197830b6df" 814 - dependencies = [ 815 - "proc-macro2 1.0.58", 816 - "quote 1.0.27", 817 - "syn 2.0.16", 818 - ] 819 - 820 - [[package]] 821 - name = "metrics-util" 822 - version = "0.15.0" 823 - source = "registry+https://github.com/rust-lang/crates.io-index" 824 - checksum = "111cb375987443c3de8d503580b536f77dc8416d32db62d9456db5d93bd7ac47" 825 - dependencies = [ 826 - "aho-corasick 0.7.20", 827 - "crossbeam-epoch", 828 - "crossbeam-utils", 829 - "hashbrown 0.13.2", 830 - "indexmap", 831 - "metrics", 832 - "num_cpus", 833 - "ordered-float", 834 - "quanta", 835 - "radix_trie", 836 - "sketches-ddsketch", 837 - ] 838 - 839 - [[package]] 840 - name = "mutants" 841 - version = "0.0.3" 842 - source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126" 844 - 845 - [[package]] 846 - name = "nibble_vec" 847 - version = "0.1.0" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 850 - dependencies = [ 851 - "smallvec", 852 - ] 853 - 854 - [[package]] 855 - name = "nix" 856 - version = "0.26.2" 857 - source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 859 - dependencies = [ 860 - "bitflags", 861 - "cfg-if", 862 - "libc", 863 - "memoffset 0.7.1", 864 - "pin-utils", 865 - "static_assertions", 866 - ] 867 - 868 - [[package]] 869 - name = "nodrop" 870 - version = "0.1.14" 871 - source = "registry+https://github.com/rust-lang/crates.io-index" 872 - checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 873 - 874 - [[package]] 875 - name = "normalize-line-endings" 876 - version = "0.3.0" 877 - source = "registry+https://github.com/rust-lang/crates.io-index" 878 - checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 879 - 880 - [[package]] 881 - name = "nu-ansi-term" 882 - version = "0.46.0" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 885 - dependencies = [ 886 - "overload", 887 - "winapi", 888 - ] 889 - 890 - [[package]] 891 - name = "num-traits" 892 - version = "0.2.15" 893 - source = "registry+https://github.com/rust-lang/crates.io-index" 894 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 895 - dependencies = [ 896 - "autocfg", 897 - "libm", 898 - ] 899 - 900 - [[package]] 901 - name = "num_cpus" 902 - version = "1.15.0" 903 - source = "registry+https://github.com/rust-lang/crates.io-index" 904 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 905 - dependencies = [ 906 - "hermit-abi 0.2.6", 907 - "libc", 908 - ] 909 - 910 - [[package]] 911 - name = "num_threads" 912 - version = "0.1.6" 913 - source = "registry+https://github.com/rust-lang/crates.io-index" 914 - checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 915 - dependencies = [ 916 - "libc", 917 - ] 918 - 919 - [[package]] 920 - name = "nutmeg" 921 - version = "0.1.3-pre" 922 - source = "git+https://github.com/sourcefrog/nutmeg#2d10f07580e038040f9ea72b0cc9cc65b3316104" 923 - dependencies = [ 924 - "atty", 925 - "parking_lot", 926 - "terminal_size", 927 - "yansi", 928 - ] 929 - 930 - [[package]] 931 - name = "once_cell" 932 - version = "1.17.1" 933 - source = "registry+https://github.com/rust-lang/crates.io-index" 934 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 935 - 936 - [[package]] 937 - name = "ordered-float" 938 - version = "3.7.0" 939 - source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213" 941 - dependencies = [ 942 - "num-traits", 943 - ] 944 - 945 - [[package]] 946 - name = "output_vt100" 947 - version = "0.1.3" 948 - source = "registry+https://github.com/rust-lang/crates.io-index" 949 - checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 950 - dependencies = [ 951 - "winapi", 952 - ] 953 - 954 - [[package]] 955 - name = "overload" 956 - version = "0.1.1" 957 - source = "registry+https://github.com/rust-lang/crates.io-index" 958 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 959 - 960 - [[package]] 961 - name = "parking_lot" 962 - version = "0.12.1" 963 - source = "registry+https://github.com/rust-lang/crates.io-index" 964 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 965 - dependencies = [ 966 - "lock_api", 967 - "parking_lot_core", 968 - ] 969 - 970 - [[package]] 971 - name = "parking_lot_core" 972 - version = "0.9.7" 973 - source = "registry+https://github.com/rust-lang/crates.io-index" 974 - checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 975 - dependencies = [ 976 - "cfg-if", 977 - "libc", 978 - "redox_syscall 0.2.16", 979 - "smallvec", 980 - "windows-sys 0.45.0", 981 - ] 982 - 983 - [[package]] 984 - name = "percent-encoding" 985 - version = "2.2.0" 986 - source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 988 - 989 - [[package]] 990 - name = "pin-project-lite" 991 - version = "0.2.9" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 994 - 995 - [[package]] 996 - name = "pin-utils" 997 - version = "0.1.0" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1000 - 1001 - [[package]] 1002 - name = "portable-atomic" 1003 - version = "1.3.2" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5" 1006 - 1007 - [[package]] 1008 - name = "ppv-lite86" 1009 - version = "0.2.17" 1010 - source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1012 - 1013 - [[package]] 1014 - name = "predicates" 1015 - version = "3.0.3" 1016 - source = "registry+https://github.com/rust-lang/crates.io-index" 1017 - checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" 1018 - dependencies = [ 1019 - "anstyle", 1020 - "difflib", 1021 - "float-cmp", 1022 - "itertools", 1023 - "normalize-line-endings", 1024 - "predicates-core", 1025 - "regex", 1026 - ] 1027 - 1028 - [[package]] 1029 - name = "predicates-core" 1030 - version = "1.0.6" 1031 - source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 1033 - 1034 - [[package]] 1035 - name = "predicates-tree" 1036 - version = "1.0.9" 1037 - source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 1039 - dependencies = [ 1040 - "predicates-core", 1041 - "termtree", 1042 - ] 1043 - 1044 - [[package]] 1045 - name = "pretty_assertions" 1046 - version = "1.3.0" 1047 - source = "registry+https://github.com/rust-lang/crates.io-index" 1048 - checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 1049 - dependencies = [ 1050 - "ctor", 1051 - "diff", 1052 - "output_vt100", 1053 - "yansi", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "proc-macro2" 1058 - version = "0.4.30" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 1061 - dependencies = [ 1062 - "unicode-xid", 1063 - ] 1064 - 1065 - [[package]] 1066 - name = "proc-macro2" 1067 - version = "1.0.58" 1068 - source = "registry+https://github.com/rust-lang/crates.io-index" 1069 - checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8" 1070 - dependencies = [ 1071 - "unicode-ident", 1072 - ] 1073 - 1074 - [[package]] 1075 - name = "proptest" 1076 - version = "1.2.0" 1077 - source = "registry+https://github.com/rust-lang/crates.io-index" 1078 - checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" 1079 - dependencies = [ 1080 - "bit-set", 1081 - "bitflags", 1082 - "byteorder", 1083 - "lazy_static", 1084 - "num-traits", 1085 - "rand", 1086 - "rand_chacha", 1087 - "rand_xorshift", 1088 - "regex-syntax 0.6.29", 1089 - "rusty-fork", 1090 - "tempfile", 1091 - "unarray", 1092 - ] 1093 - 1094 - [[package]] 1095 - name = "proptest-derive" 1096 - version = "0.3.0" 1097 - source = "registry+https://github.com/rust-lang/crates.io-index" 1098 - checksum = "90b46295382dc76166cb7cf2bb4a97952464e4b7ed5a43e6cd34e1fec3349ddc" 1099 - dependencies = [ 1100 - "proc-macro2 0.4.30", 1101 - "quote 0.6.13", 1102 - "syn 0.15.44", 1103 - ] 1104 - 1105 - [[package]] 1106 - name = "quanta" 1107 - version = "0.11.0" 1108 - source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - checksum = "8cc73c42f9314c4bdce450c77e6f09ecbddefbeddb1b5979ded332a3913ded33" 1110 - dependencies = [ 1111 - "crossbeam-utils", 1112 - "libc", 1113 - "mach2", 1114 - "once_cell", 1115 - "raw-cpuid", 1116 - "wasi", 1117 - "web-sys", 1118 - "winapi", 1119 - ] 1120 - 1121 - [[package]] 1122 - name = "quick-error" 1123 - version = "1.2.3" 1124 - source = "registry+https://github.com/rust-lang/crates.io-index" 1125 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 1126 - 1127 - [[package]] 1128 - name = "quote" 1129 - version = "0.6.13" 1130 - source = "registry+https://github.com/rust-lang/crates.io-index" 1131 - checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 1132 - dependencies = [ 1133 - "proc-macro2 0.4.30", 1134 - ] 1135 - 1136 - [[package]] 1137 - name = "quote" 1138 - version = "1.0.27" 1139 - source = "registry+https://github.com/rust-lang/crates.io-index" 1140 - checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1141 - dependencies = [ 1142 - "proc-macro2 1.0.58", 1143 - ] 1144 - 1145 - [[package]] 1146 - name = "radix_trie" 1147 - version = "0.2.1" 1148 - source = "registry+https://github.com/rust-lang/crates.io-index" 1149 - checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 1150 - dependencies = [ 1151 - "endian-type", 1152 - "nibble_vec", 1153 - ] 1154 - 1155 - [[package]] 1156 - name = "rand" 1157 - version = "0.8.5" 1158 - source = "registry+https://github.com/rust-lang/crates.io-index" 1159 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1160 - dependencies = [ 1161 - "libc", 1162 - "rand_chacha", 1163 - "rand_core", 1164 - ] 1165 - 1166 - [[package]] 1167 - name = "rand_chacha" 1168 - version = "0.3.1" 1169 - source = "registry+https://github.com/rust-lang/crates.io-index" 1170 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1171 - dependencies = [ 1172 - "ppv-lite86", 1173 - "rand_core", 1174 - ] 1175 - 1176 - [[package]] 1177 - name = "rand_core" 1178 - version = "0.6.4" 1179 - source = "registry+https://github.com/rust-lang/crates.io-index" 1180 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1181 - dependencies = [ 1182 - "getrandom", 1183 - ] 1184 - 1185 - [[package]] 1186 - name = "rand_xorshift" 1187 - version = "0.3.0" 1188 - source = "registry+https://github.com/rust-lang/crates.io-index" 1189 - checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 1190 - dependencies = [ 1191 - "rand_core", 1192 - ] 1193 - 1194 - [[package]] 1195 - name = "raw-cpuid" 1196 - version = "10.7.0" 1197 - source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 1199 - dependencies = [ 1200 - "bitflags", 1201 - ] 1202 - 1203 - [[package]] 1204 - name = "rayon" 1205 - version = "1.7.0" 1206 - source = "registry+https://github.com/rust-lang/crates.io-index" 1207 - checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1208 - dependencies = [ 1209 - "either", 1210 - "rayon-core", 1211 - ] 1212 - 1213 - [[package]] 1214 - name = "rayon-core" 1215 - version = "1.11.0" 1216 - source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1218 - dependencies = [ 1219 - "crossbeam-channel", 1220 - "crossbeam-deque", 1221 - "crossbeam-utils", 1222 - "num_cpus", 1223 - ] 1224 - 1225 - [[package]] 1226 - name = "readahead-iterator" 1227 - version = "0.1.1" 1228 - source = "registry+https://github.com/rust-lang/crates.io-index" 1229 - checksum = "73ea134c32fe12df286020949d57d052a90c4001f2dbec4c1c074f39bcb7fc8c" 1230 - 1231 - [[package]] 1232 - name = "redox_syscall" 1233 - version = "0.2.16" 1234 - source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1236 - dependencies = [ 1237 - "bitflags", 1238 - ] 1239 - 1240 - [[package]] 1241 - name = "redox_syscall" 1242 - version = "0.3.5" 1243 - source = "registry+https://github.com/rust-lang/crates.io-index" 1244 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1245 - dependencies = [ 1246 - "bitflags", 1247 - ] 1248 - 1249 - [[package]] 1250 - name = "regex" 1251 - version = "1.8.2" 1252 - source = "registry+https://github.com/rust-lang/crates.io-index" 1253 - checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974" 1254 - dependencies = [ 1255 - "aho-corasick 1.0.1", 1256 - "memchr", 1257 - "regex-syntax 0.7.2", 1258 - ] 1259 - 1260 - [[package]] 1261 - name = "regex-automata" 1262 - version = "0.1.10" 1263 - source = "registry+https://github.com/rust-lang/crates.io-index" 1264 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1265 - dependencies = [ 1266 - "regex-syntax 0.6.29", 1267 - ] 1268 - 1269 - [[package]] 1270 - name = "regex-syntax" 1271 - version = "0.6.29" 1272 - source = "registry+https://github.com/rust-lang/crates.io-index" 1273 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1274 - 1275 - [[package]] 1276 - name = "regex-syntax" 1277 - version = "0.7.2" 1278 - source = "registry+https://github.com/rust-lang/crates.io-index" 1279 - checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 1280 - 1281 - [[package]] 1282 - name = "rstest" 1283 - version = "0.17.0" 1284 - source = "registry+https://github.com/rust-lang/crates.io-index" 1285 - checksum = "de1bb486a691878cd320c2f0d319ba91eeaa2e894066d8b5f8f117c000e9d962" 1286 - dependencies = [ 1287 - "rstest_macros", 1288 - "rustc_version", 1289 - ] 1290 - 1291 - [[package]] 1292 - name = "rstest_macros" 1293 - version = "0.17.0" 1294 - source = "registry+https://github.com/rust-lang/crates.io-index" 1295 - checksum = "290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8" 1296 - dependencies = [ 1297 - "cfg-if", 1298 - "proc-macro2 1.0.58", 1299 - "quote 1.0.27", 1300 - "rustc_version", 1301 - "syn 1.0.109", 1302 - "unicode-ident", 1303 - ] 1304 - 1305 - [[package]] 1306 - name = "rustc_version" 1307 - version = "0.4.0" 1308 - source = "registry+https://github.com/rust-lang/crates.io-index" 1309 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 1310 - dependencies = [ 1311 - "semver", 1312 - ] 1313 - 1314 - [[package]] 1315 - name = "rustix" 1316 - version = "0.37.19" 1317 - source = "registry+https://github.com/rust-lang/crates.io-index" 1318 - checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1319 - dependencies = [ 1320 - "bitflags", 1321 - "errno", 1322 - "io-lifetimes", 1323 - "libc", 1324 - "linux-raw-sys", 1325 - "windows-sys 0.48.0", 1326 - ] 1327 - 1328 - [[package]] 1329 - name = "rusty-fork" 1330 - version = "0.3.0" 1331 - source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" 1333 - dependencies = [ 1334 - "fnv", 1335 - "quick-error", 1336 - "tempfile", 1337 - "wait-timeout", 1338 - ] 1339 - 1340 - [[package]] 1341 - name = "ryu" 1342 - version = "1.0.13" 1343 - source = "registry+https://github.com/rust-lang/crates.io-index" 1344 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1345 - 1346 - [[package]] 1347 - name = "same-file" 1348 - version = "1.0.6" 1349 - source = "registry+https://github.com/rust-lang/crates.io-index" 1350 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1351 - dependencies = [ 1352 - "winapi-util", 1353 - ] 1354 - 1355 - [[package]] 1356 - name = "scopeguard" 1357 - version = "1.1.0" 1358 - source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1360 - 1361 - [[package]] 1362 - name = "semver" 1363 - version = "1.0.17" 1364 - source = "registry+https://github.com/rust-lang/crates.io-index" 1365 - checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1366 - 1367 - [[package]] 1368 - name = "serde" 1369 - version = "1.0.163" 1370 - source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1372 - dependencies = [ 1373 - "serde_derive", 1374 - ] 1375 - 1376 - [[package]] 1377 - name = "serde_derive" 1378 - version = "1.0.163" 1379 - source = "registry+https://github.com/rust-lang/crates.io-index" 1380 - checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1381 - dependencies = [ 1382 - "proc-macro2 1.0.58", 1383 - "quote 1.0.27", 1384 - "syn 2.0.16", 1385 - ] 1386 - 1387 - [[package]] 1388 - name = "serde_json" 1389 - version = "1.0.96" 1390 - source = "registry+https://github.com/rust-lang/crates.io-index" 1391 - checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1392 - dependencies = [ 1393 - "itoa", 1394 - "ryu", 1395 - "serde", 1396 - ] 1397 - 1398 - [[package]] 1399 - name = "sharded-slab" 1400 - version = "0.1.4" 1401 - source = "registry+https://github.com/rust-lang/crates.io-index" 1402 - checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 1403 - dependencies = [ 1404 - "lazy_static", 1405 - ] 1406 - 1407 - [[package]] 1408 - name = "sketches-ddsketch" 1409 - version = "0.2.1" 1410 - source = "registry+https://github.com/rust-lang/crates.io-index" 1411 - checksum = "68a406c1882ed7f29cd5e248c9848a80e7cb6ae0fea82346d2746f2f941c07e1" 1412 - 1413 - [[package]] 1414 - name = "smallvec" 1415 - version = "1.10.0" 1416 - source = "registry+https://github.com/rust-lang/crates.io-index" 1417 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1418 - 1419 - [[package]] 1420 - name = "snap" 1421 - version = "1.1.0" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" 1424 - 1425 - [[package]] 1426 - name = "static_assertions" 1427 - version = "1.1.0" 1428 - source = "registry+https://github.com/rust-lang/crates.io-index" 1429 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1430 - 1431 - [[package]] 1432 - name = "strsim" 1433 - version = "0.10.0" 1434 - source = "registry+https://github.com/rust-lang/crates.io-index" 1435 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1436 - 1437 - [[package]] 1438 - name = "syn" 1439 - version = "0.15.44" 1440 - source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 1442 - dependencies = [ 1443 - "proc-macro2 0.4.30", 1444 - "quote 0.6.13", 1445 - "unicode-xid", 1446 - ] 1447 - 1448 - [[package]] 1449 - name = "syn" 1450 - version = "1.0.109" 1451 - source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1453 - dependencies = [ 1454 - "proc-macro2 1.0.58", 1455 - "quote 1.0.27", 1456 - "unicode-ident", 1457 - ] 1458 - 1459 - [[package]] 1460 - name = "syn" 1461 - version = "2.0.16" 1462 - source = "registry+https://github.com/rust-lang/crates.io-index" 1463 - checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01" 1464 - dependencies = [ 1465 - "proc-macro2 1.0.58", 1466 - "quote 1.0.27", 1467 - "unicode-ident", 1468 - ] 1469 - 1470 - [[package]] 1471 - name = "tempfile" 1472 - version = "3.5.0" 1473 - source = "registry+https://github.com/rust-lang/crates.io-index" 1474 - checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1475 - dependencies = [ 1476 - "cfg-if", 1477 - "fastrand", 1478 - "redox_syscall 0.3.5", 1479 - "rustix", 1480 - "windows-sys 0.45.0", 1481 - ] 1482 - 1483 - [[package]] 1484 - name = "terminal_size" 1485 - version = "0.2.6" 1486 - source = "registry+https://github.com/rust-lang/crates.io-index" 1487 - checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" 1488 - dependencies = [ 1489 - "rustix", 1490 - "windows-sys 0.48.0", 1491 - ] 1492 - 1493 - [[package]] 1494 - name = "termtree" 1495 - version = "0.4.1" 1496 - source = "registry+https://github.com/rust-lang/crates.io-index" 1497 - checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 1498 - 1499 - [[package]] 1500 - name = "thiserror" 1501 - version = "1.0.40" 1502 - source = "registry+https://github.com/rust-lang/crates.io-index" 1503 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1504 - dependencies = [ 1505 - "thiserror-impl", 1506 - ] 1507 - 1508 - [[package]] 1509 - name = "thiserror-impl" 1510 - version = "1.0.40" 1511 - source = "registry+https://github.com/rust-lang/crates.io-index" 1512 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1513 - dependencies = [ 1514 - "proc-macro2 1.0.58", 1515 - "quote 1.0.27", 1516 - "syn 2.0.16", 1517 - ] 1518 - 1519 - [[package]] 1520 - name = "thousands" 1521 - version = "0.2.0" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" 1524 - 1525 - [[package]] 1526 - name = "thread_local" 1527 - version = "1.1.7" 1528 - source = "registry+https://github.com/rust-lang/crates.io-index" 1529 - checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 1530 - dependencies = [ 1531 - "cfg-if", 1532 - "once_cell", 1533 - ] 1534 - 1535 - [[package]] 1536 - name = "time" 1537 - version = "0.3.21" 1538 - source = "registry+https://github.com/rust-lang/crates.io-index" 1539 - checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc" 1540 - dependencies = [ 1541 - "itoa", 1542 - "libc", 1543 - "num_threads", 1544 - "serde", 1545 - "time-core", 1546 - "time-macros", 1547 - ] 1548 - 1549 - [[package]] 1550 - name = "time-core" 1551 - version = "0.1.1" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 1554 - 1555 - [[package]] 1556 - name = "time-macros" 1557 - version = "0.2.9" 1558 - source = "registry+https://github.com/rust-lang/crates.io-index" 1559 - checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" 1560 - dependencies = [ 1561 - "time-core", 1562 - ] 1563 - 1564 - [[package]] 1565 - name = "tinyvec" 1566 - version = "1.6.0" 1567 - source = "registry+https://github.com/rust-lang/crates.io-index" 1568 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1569 - dependencies = [ 1570 - "tinyvec_macros", 1571 - ] 1572 - 1573 - [[package]] 1574 - name = "tinyvec_macros" 1575 - version = "0.1.1" 1576 - source = "registry+https://github.com/rust-lang/crates.io-index" 1577 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1578 - 1579 - [[package]] 1580 - name = "tracing" 1581 - version = "0.1.37" 1582 - source = "registry+https://github.com/rust-lang/crates.io-index" 1583 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1584 - dependencies = [ 1585 - "cfg-if", 1586 - "pin-project-lite", 1587 - "tracing-attributes", 1588 - "tracing-core", 1589 - ] 1590 - 1591 - [[package]] 1592 - name = "tracing-appender" 1593 - version = "0.2.2" 1594 - source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" 1596 - dependencies = [ 1597 - "crossbeam-channel", 1598 - "time", 1599 - "tracing-subscriber", 1600 - ] 1601 - 1602 - [[package]] 1603 - name = "tracing-attributes" 1604 - version = "0.1.24" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" 1607 - dependencies = [ 1608 - "proc-macro2 1.0.58", 1609 - "quote 1.0.27", 1610 - "syn 2.0.16", 1611 - ] 1612 - 1613 - [[package]] 1614 - name = "tracing-core" 1615 - version = "0.1.31" 1616 - source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 1618 - dependencies = [ 1619 - "once_cell", 1620 - "valuable", 1621 - ] 1622 - 1623 - [[package]] 1624 - name = "tracing-log" 1625 - version = "0.1.3" 1626 - source = "registry+https://github.com/rust-lang/crates.io-index" 1627 - checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 1628 - dependencies = [ 1629 - "lazy_static", 1630 - "log", 1631 - "tracing-core", 1632 - ] 1633 - 1634 - [[package]] 1635 - name = "tracing-serde" 1636 - version = "0.1.3" 1637 - source = "registry+https://github.com/rust-lang/crates.io-index" 1638 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 1639 - dependencies = [ 1640 - "serde", 1641 - "tracing-core", 1642 - ] 1643 - 1644 - [[package]] 1645 - name = "tracing-subscriber" 1646 - version = "0.3.17" 1647 - source = "registry+https://github.com/rust-lang/crates.io-index" 1648 - checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 1649 - dependencies = [ 1650 - "matchers", 1651 - "nu-ansi-term", 1652 - "once_cell", 1653 - "regex", 1654 - "serde", 1655 - "serde_json", 1656 - "sharded-slab", 1657 - "smallvec", 1658 - "thread_local", 1659 - "time", 1660 - "tracing", 1661 - "tracing-core", 1662 - "tracing-log", 1663 - "tracing-serde", 1664 - ] 1665 - 1666 - [[package]] 1667 - name = "tracing-test" 1668 - version = "0.2.4" 1669 - source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "3a2c0ff408fe918a94c428a3f2ad04e4afd5c95bbc08fcf868eff750c15728a4" 1671 - dependencies = [ 1672 - "lazy_static", 1673 - "tracing-core", 1674 - "tracing-subscriber", 1675 - "tracing-test-macro", 1676 - ] 1677 - 1678 - [[package]] 1679 - name = "tracing-test-macro" 1680 - version = "0.2.4" 1681 - source = "registry+https://github.com/rust-lang/crates.io-index" 1682 - checksum = "258bc1c4f8e2e73a977812ab339d503e6feeb92700f6d07a6de4d321522d5c08" 1683 - dependencies = [ 1684 - "lazy_static", 1685 - "quote 1.0.27", 1686 - "syn 1.0.109", 1687 - ] 1688 - 1689 - [[package]] 1690 - name = "unarray" 1691 - version = "0.1.4" 1692 - source = "registry+https://github.com/rust-lang/crates.io-index" 1693 - checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 1694 - 1695 - [[package]] 1696 - name = "unicode-bidi" 1697 - version = "0.3.13" 1698 - source = "registry+https://github.com/rust-lang/crates.io-index" 1699 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1700 - 1701 - [[package]] 1702 - name = "unicode-ident" 1703 - version = "1.0.8" 1704 - source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1706 - 1707 - [[package]] 1708 - name = "unicode-normalization" 1709 - version = "0.1.22" 1710 - source = "registry+https://github.com/rust-lang/crates.io-index" 1711 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1712 - dependencies = [ 1713 - "tinyvec", 1714 - ] 1715 - 1716 - [[package]] 1717 - name = "unicode-xid" 1718 - version = "0.1.0" 1719 - source = "registry+https://github.com/rust-lang/crates.io-index" 1720 - checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 1721 - 1722 - [[package]] 1723 - name = "unix_mode" 1724 - version = "0.1.3" 1725 - source = "registry+https://github.com/rust-lang/crates.io-index" 1726 - checksum = "35abed4630bb800f02451a7428205d1f37b8e125001471bfab259beee6a587ed" 1727 - 1728 - [[package]] 1729 - name = "url" 1730 - version = "2.3.1" 1731 - source = "registry+https://github.com/rust-lang/crates.io-index" 1732 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 1733 - dependencies = [ 1734 - "form_urlencoded", 1735 - "idna", 1736 - "percent-encoding", 1737 - ] 1738 - 1739 - [[package]] 1740 - name = "users" 1741 - version = "0.11.0" 1742 - source = "registry+https://github.com/rust-lang/crates.io-index" 1743 - checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" 1744 - dependencies = [ 1745 - "libc", 1746 - "log", 1747 - ] 1748 - 1749 - [[package]] 1750 - name = "utf8parse" 1751 - version = "0.2.1" 1752 - source = "registry+https://github.com/rust-lang/crates.io-index" 1753 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1754 - 1755 - [[package]] 1756 - name = "valuable" 1757 - version = "0.1.0" 1758 - source = "registry+https://github.com/rust-lang/crates.io-index" 1759 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 1760 - 1761 - [[package]] 1762 - name = "version_check" 1763 - version = "0.9.4" 1764 - source = "registry+https://github.com/rust-lang/crates.io-index" 1765 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1766 - 1767 - [[package]] 1768 - name = "wait-timeout" 1769 - version = "0.2.0" 1770 - source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 1772 - dependencies = [ 1773 - "libc", 1774 - ] 1775 - 1776 - [[package]] 1777 - name = "walkdir" 1778 - version = "2.3.3" 1779 - source = "registry+https://github.com/rust-lang/crates.io-index" 1780 - checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 1781 - dependencies = [ 1782 - "same-file", 1783 - "winapi-util", 1784 - ] 1785 - 1786 - [[package]] 1787 - name = "wasi" 1788 - version = "0.11.0+wasi-snapshot-preview1" 1789 - source = "registry+https://github.com/rust-lang/crates.io-index" 1790 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1791 - 1792 - [[package]] 1793 - name = "wasm-bindgen" 1794 - version = "0.2.86" 1795 - source = "registry+https://github.com/rust-lang/crates.io-index" 1796 - checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 1797 - dependencies = [ 1798 - "cfg-if", 1799 - "wasm-bindgen-macro", 1800 - ] 1801 - 1802 - [[package]] 1803 - name = "wasm-bindgen-backend" 1804 - version = "0.2.86" 1805 - source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 1807 - dependencies = [ 1808 - "bumpalo", 1809 - "log", 1810 - "once_cell", 1811 - "proc-macro2 1.0.58", 1812 - "quote 1.0.27", 1813 - "syn 2.0.16", 1814 - "wasm-bindgen-shared", 1815 - ] 1816 - 1817 - [[package]] 1818 - name = "wasm-bindgen-macro" 1819 - version = "0.2.86" 1820 - source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 1822 - dependencies = [ 1823 - "quote 1.0.27", 1824 - "wasm-bindgen-macro-support", 1825 - ] 1826 - 1827 - [[package]] 1828 - name = "wasm-bindgen-macro-support" 1829 - version = "0.2.86" 1830 - source = "registry+https://github.com/rust-lang/crates.io-index" 1831 - checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 1832 - dependencies = [ 1833 - "proc-macro2 1.0.58", 1834 - "quote 1.0.27", 1835 - "syn 2.0.16", 1836 - "wasm-bindgen-backend", 1837 - "wasm-bindgen-shared", 1838 - ] 1839 - 1840 - [[package]] 1841 - name = "wasm-bindgen-shared" 1842 - version = "0.2.86" 1843 - source = "registry+https://github.com/rust-lang/crates.io-index" 1844 - checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 1845 - 1846 - [[package]] 1847 - name = "web-sys" 1848 - version = "0.3.63" 1849 - source = "registry+https://github.com/rust-lang/crates.io-index" 1850 - checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 1851 - dependencies = [ 1852 - "js-sys", 1853 - "wasm-bindgen", 1854 - ] 1855 - 1856 - [[package]] 1857 - name = "winapi" 1858 - version = "0.3.9" 1859 - source = "registry+https://github.com/rust-lang/crates.io-index" 1860 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1861 - dependencies = [ 1862 - "winapi-i686-pc-windows-gnu", 1863 - "winapi-x86_64-pc-windows-gnu", 1864 - ] 1865 - 1866 - [[package]] 1867 - name = "winapi-i686-pc-windows-gnu" 1868 - version = "0.4.0" 1869 - source = "registry+https://github.com/rust-lang/crates.io-index" 1870 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1871 - 1872 - [[package]] 1873 - name = "winapi-util" 1874 - version = "0.1.5" 1875 - source = "registry+https://github.com/rust-lang/crates.io-index" 1876 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1877 - dependencies = [ 1878 - "winapi", 1879 - ] 1880 - 1881 - [[package]] 1882 - name = "winapi-x86_64-pc-windows-gnu" 1883 - version = "0.4.0" 1884 - source = "registry+https://github.com/rust-lang/crates.io-index" 1885 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1886 - 1887 - [[package]] 1888 - name = "windows-sys" 1889 - version = "0.45.0" 1890 - source = "registry+https://github.com/rust-lang/crates.io-index" 1891 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1892 - dependencies = [ 1893 - "windows-targets 0.42.2", 1894 - ] 1895 - 1896 - [[package]] 1897 - name = "windows-sys" 1898 - version = "0.48.0" 1899 - source = "registry+https://github.com/rust-lang/crates.io-index" 1900 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1901 - dependencies = [ 1902 - "windows-targets 0.48.0", 1903 - ] 1904 - 1905 - [[package]] 1906 - name = "windows-targets" 1907 - version = "0.42.2" 1908 - source = "registry+https://github.com/rust-lang/crates.io-index" 1909 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1910 - dependencies = [ 1911 - "windows_aarch64_gnullvm 0.42.2", 1912 - "windows_aarch64_msvc 0.42.2", 1913 - "windows_i686_gnu 0.42.2", 1914 - "windows_i686_msvc 0.42.2", 1915 - "windows_x86_64_gnu 0.42.2", 1916 - "windows_x86_64_gnullvm 0.42.2", 1917 - "windows_x86_64_msvc 0.42.2", 1918 - ] 1919 - 1920 - [[package]] 1921 - name = "windows-targets" 1922 - version = "0.48.0" 1923 - source = "registry+https://github.com/rust-lang/crates.io-index" 1924 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1925 - dependencies = [ 1926 - "windows_aarch64_gnullvm 0.48.0", 1927 - "windows_aarch64_msvc 0.48.0", 1928 - "windows_i686_gnu 0.48.0", 1929 - "windows_i686_msvc 0.48.0", 1930 - "windows_x86_64_gnu 0.48.0", 1931 - "windows_x86_64_gnullvm 0.48.0", 1932 - "windows_x86_64_msvc 0.48.0", 1933 - ] 1934 - 1935 - [[package]] 1936 - name = "windows_aarch64_gnullvm" 1937 - version = "0.42.2" 1938 - source = "registry+https://github.com/rust-lang/crates.io-index" 1939 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1940 - 1941 - [[package]] 1942 - name = "windows_aarch64_gnullvm" 1943 - version = "0.48.0" 1944 - source = "registry+https://github.com/rust-lang/crates.io-index" 1945 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1946 - 1947 - [[package]] 1948 - name = "windows_aarch64_msvc" 1949 - version = "0.42.2" 1950 - source = "registry+https://github.com/rust-lang/crates.io-index" 1951 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1952 - 1953 - [[package]] 1954 - name = "windows_aarch64_msvc" 1955 - version = "0.48.0" 1956 - source = "registry+https://github.com/rust-lang/crates.io-index" 1957 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1958 - 1959 - [[package]] 1960 - name = "windows_i686_gnu" 1961 - version = "0.42.2" 1962 - source = "registry+https://github.com/rust-lang/crates.io-index" 1963 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1964 - 1965 - [[package]] 1966 - name = "windows_i686_gnu" 1967 - version = "0.48.0" 1968 - source = "registry+https://github.com/rust-lang/crates.io-index" 1969 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1970 - 1971 - [[package]] 1972 - name = "windows_i686_msvc" 1973 - version = "0.42.2" 1974 - source = "registry+https://github.com/rust-lang/crates.io-index" 1975 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1976 - 1977 - [[package]] 1978 - name = "windows_i686_msvc" 1979 - version = "0.48.0" 1980 - source = "registry+https://github.com/rust-lang/crates.io-index" 1981 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1982 - 1983 - [[package]] 1984 - name = "windows_x86_64_gnu" 1985 - version = "0.42.2" 1986 - source = "registry+https://github.com/rust-lang/crates.io-index" 1987 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1988 - 1989 - [[package]] 1990 - name = "windows_x86_64_gnu" 1991 - version = "0.48.0" 1992 - source = "registry+https://github.com/rust-lang/crates.io-index" 1993 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1994 - 1995 - [[package]] 1996 - name = "windows_x86_64_gnullvm" 1997 - version = "0.42.2" 1998 - source = "registry+https://github.com/rust-lang/crates.io-index" 1999 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2000 - 2001 - [[package]] 2002 - name = "windows_x86_64_gnullvm" 2003 - version = "0.48.0" 2004 - source = "registry+https://github.com/rust-lang/crates.io-index" 2005 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2006 - 2007 - [[package]] 2008 - name = "windows_x86_64_msvc" 2009 - version = "0.42.2" 2010 - source = "registry+https://github.com/rust-lang/crates.io-index" 2011 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2012 - 2013 - [[package]] 2014 - name = "windows_x86_64_msvc" 2015 - version = "0.48.0" 2016 - source = "registry+https://github.com/rust-lang/crates.io-index" 2017 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2018 - 2019 - [[package]] 2020 - name = "yansi" 2021 - version = "0.5.1" 2022 - source = "registry+https://github.com/rust-lang/crates.io-index" 2023 - checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
+3 -8
pkgs/tools/backup/conserve/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "conserve"; 8 - version = "23.5.0"; 8 + version = "23.9.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "sourcefrog"; 12 12 repo = "conserve"; 13 13 rev = "v${version}"; 14 - hash = "sha256-OzSTueaw2kWc2e45zckXS2O4bfykREOcz8/PpUIK09w="; 14 + hash = "sha256-QBGuLSW4Uek1ag+QwXvoI8IEDM3j1MAOpScb9tIWrfA="; 15 15 }; 16 16 17 - cargoLock = { 18 - lockFile = ./Cargo.lock; 19 - outputHashes = { 20 - "nutmeg-0.1.3-pre" = "sha256-WcbQf8DZ9ryY+TWcVObdHj005GvfeMG+wesr6FiCUCE="; 21 - }; 22 - }; 17 + cargoHash = "sha256-fKEktRDydmLJdU2KMDn4T637ogdbvT3OwWCzyIVaymc="; 23 18 24 19 meta = with lib; { 25 20 description = "Robust portable backup tool in Rust";
+4 -3
pkgs/tools/filesystems/rar2fs/default.nix
··· 1 - { lib, stdenv 1 + { lib 2 + , stdenv 2 3 , fetchFromGitHub 3 4 , autoreconfHook 4 5 , fuse ··· 25 26 buildInputs = [ fuse unrar ]; 26 27 27 28 configureFlags = [ 28 - "--with-unrar=${unrar.dev}/include/unrar" 29 + "--with-unrar=${unrar.src}/unrar" 29 30 "--disable-static-unrar" 30 31 ]; 31 32 ··· 33 34 description = "FUSE file system for reading RAR archives"; 34 35 homepage = "https://hasse69.github.io/rar2fs/"; 35 36 license = licenses.gpl3Plus; 36 - maintainers = with maintainers; [ kraem ]; 37 + maintainers = with maintainers; [ kraem wegank ]; 37 38 platforms = with platforms; linux ++ freebsd; 38 39 }; 39 40 }
+2 -2
pkgs/tools/misc/tgpt/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "tgpt"; 8 - version = "1.8.0"; 8 + version = "1.9.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "aandrew-me"; 12 12 repo = "tgpt"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-fVDwKNj4XHMWP30f4ASKQ3m5stlQJ/6zOCwVhUfP39c="; 14 + hash = "sha256-kmQvKqrELCL6UdyV8yrwrnjlSYLYIx/SBTKVsqcLng4="; 15 15 }; 16 16 17 17 vendorHash = "sha256-2I5JJWxM6aZx0eZu7taUTL11Y/5HIrXYC5aezrTbbsM=";
+2 -2
pkgs/tools/security/ggshield/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "ggshield"; 9 - version = "1.18.0"; 9 + version = "1.19.1"; 10 10 format = "pyproject"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "GitGuardian"; 14 14 repo = "ggshield"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-CWWgt2Ec8ChhH+nL6DkGqI3GsR52HforUYaaxSpKgCs="; 16 + hash = "sha256-yAH1MWviOfo5m7esvnm6KlcQeS62aIqgFD4hzBMbHVU="; 17 17 }; 18 18 19 19 pythonRelaxDeps = true;
+2 -2
pkgs/tools/security/ldeep/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "ldeep"; 8 - version = "1.0.34"; 8 + version = "1.0.35"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "franc-pentest"; 13 13 repo = "ldeep"; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-Gskbxfqp2HqI6rCEiuT0lgHQtD0rZjtLgH3idEkfmjc="; 15 + hash = "sha256-xt+IPU1709kAKRXBD5+U6L3gDdK7npXbgBdNiqu7yJs="; 16 16 }; 17 17 18 18 propagatedBuildInputs = with python3.pkgs; [
+6
pkgs/top-level/python-packages.nix
··· 4382 4382 4383 4383 gitignore-parser = callPackage ../development/python-modules/gitignore-parser { }; 4384 4384 4385 + gitlike-commands = callPackage ../development/python-modules/gitlike-commands { }; 4386 + 4385 4387 gitpython = callPackage ../development/python-modules/gitpython { }; 4386 4388 4387 4389 glad = callPackage ../development/python-modules/glad { }; ··· 4802 4804 hdf5plugin = callPackage ../development/python-modules/hdf5plugin { }; 4803 4805 4804 4806 ha-ffmpeg = callPackage ../development/python-modules/ha-ffmpeg { }; 4807 + 4808 + ha-mqtt-discoverable = callPackage ../development/python-modules/ha-mqtt-discoverable { }; 4805 4809 4806 4810 ha-philipsjs = callPackage ../development/python-modules/ha-philipsjs{ }; 4807 4811 ··· 12903 12907 }; 12904 12908 12905 12909 thefuzz = callPackage ../development/python-modules/thefuzz { }; 12910 + 12911 + thelogrus = callPackage ../development/python-modules/thelogrus { }; 12906 12912 12907 12913 thermobeacon-ble = callPackage ../development/python-modules/thermobeacon-ble { }; 12908 12914