Merge master into staging-next

This commit is contained in:
github-actions[bot] 2023-09-16 00:02:10 +00:00 committed by GitHub
commit ea82f06be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
38 changed files with 261 additions and 559 deletions

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "browsr";
version = "1.15.0";
version = "1.16.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "juftin";
repo = "browsr";
rev = "v${version}";
hash = "sha256-v3DNk0wNG/TISP609YsVfgOFcr+ZOtdOXrm4j81dtLE=";
hash = "sha256-Tb/7ek5aKFxv8g4jAmj9nQ909LiHqrAXJoeC9o6fwFM=";
};
nativeBuildInputs = with python3.pkgs; [

View File

@ -6,11 +6,11 @@ stdenv.mkDerivation (finalAttrs: let
in
{
pname = "remnote";
version = "1.12.22";
version = "1.12.36";
src = fetchurl {
url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
hash = "sha256-lsTs9Xf0gDRvHQkteNu2JK2eZvF7XK0ryZZgMwTRWvk=";
hash = "sha256-uVncAEKCuUvJCeKMqflWq3R6BVHfbt1Bo+PwNk/pOu4=";
};
appexec = appimageTools.wrapType2 {
inherit pname version src;

View File

@ -91,11 +91,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.57.62";
version = "1.58.124";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "sha256-98zhLxlV/pe5fownqQ3k165YfcoLLxz2vBM/4FEq8ug=";
sha256 = "sha256-Q/bdauGZR68ueeKxOKI8X7OAc7UmNgixxEJncDsYhH0=";
};
dontConfigure = true;

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.253";
version = "1.2.255";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-cHMMLV2NdYueL3qV0wpB4n0+2XZTvg4mfKTSgGZHqqY=";
hash = "sha256-XrW/owPeh+lpkGDy0iNigu68Zx0dZIyBhrUkOXaHsaM=";
};
vendorHash = "sha256-vuEqimNRWQGwybzOkGVoevpyVpU8XyXqhAIa7I66ajs=";
vendorHash = "sha256-rLUZnjrKZd1Br4upb+cGY3AMKtKVNxO/VxntmRLGu8A=";
proxyVendor = true;

View File

@ -5,11 +5,11 @@
let
pname = "zulip";
version = "5.10.0";
version = "5.10.2";
src = fetchurl {
url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
hash = "sha256-rfFEhoykCStFCyBasQV6Cpb5ey+wvQLMXloIR0A1z7g=";
hash = "sha256-lz9PiikIEgGWW1N5KeNJmtIRB+0zFjWsR92PY1r0+NU=";
name="${pname}-${version}.AppImage";
};
@ -20,6 +20,8 @@ let
in appimageTools.wrapType2 {
inherit pname version src;
runScript = "appimage-exec.sh -w ${appimageContents} -- \${NIXOS_OZONE_WL:+\${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}";
extraInstallCommands = ''
mv "$out/bin/${pname}-${version}" "$out/bin/${pname}"
install -m 444 -D ${appimageContents}/zulip.desktop $out/share/applications/zulip.desktop

View File

@ -3,6 +3,7 @@
, lib
, mkDerivation
, antiword
, aspell
, bison
, catdoc
, catdvi
@ -27,6 +28,7 @@
, poppler_utils
, python3Packages
, qtbase
, qttools
, unrtf
, untex
, unzip
@ -68,11 +70,11 @@ in
mkDerivation rec {
pname = "recoll";
version = "1.33.4";
version = "1.35.0";
src = fetchurl {
url = "https://www.lesbonscomptes.com/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-ffD49sGYWYEWAFPRtpyDU/CYFvkrEDL21Ddq3QsXCvc=";
hash = "sha256-5msEeHCdrpPS0VMCVohYNllaFJJdXRn8laY6BNBt+UE=";
};
configureFlags = [
@ -102,18 +104,19 @@ mkDerivation rec {
./fix-datadir.patch
];
nativeBuildInputs = lib.optionals withGui [
qtbase
] ++ [
nativeBuildInputs = [
makeWrapper
pkg-config
which
] ++ lib.optionals withGui [
qtbase
qttools
] ++ lib.optionals withPython [
python3Packages.setuptools
] ++ [
makeWrapper
which
];
buildInputs = [
aspell
bison
chmlib
] ++ lib.optionals withPython [

View File

@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.1.0";
version = "6.2.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-FwsgJ9TYBzCHxYlBwxrsOEy/mQH8tAH4JOkZrjh8Q4U=";
hash = "sha256-rq4beEhEb5CZjGIyTnEHyPQfjAgmbbxBm4HhzBs1VZo=";
};
nativeCheckInputs = with python3Packages; [

View File

@ -0,0 +1,28 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
}:
buildNpmPackage rec {
pname = "prettier-d-slim";
version = "1.2.0";
src = fetchFromGitHub {
owner = "mikew";
repo = "prettier_d_slim";
rev = "v${version}";
hash = "sha256-M+qlFKtIro3geVsVaYu6dIfOrJIlUQY98LSBikKNV/I=";
};
npmDepsHash = "sha256-zkyB3PYpfeEw5U70KewxIWd4eImIbTgy+e88264sotc=";
dontNpmBuild = true;
meta = {
description = "Makes prettier fast";
homepage = "https://github.com/mikew/prettier_d_slim";
license = lib.licenses.mit;
mainProgram = "prettier_d_slim";
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -98,9 +98,11 @@ mapAliases {
inherit (pkgs) npm-check-updates; # added 2023-08-22
ocaml-language-server = throw "ocaml-language-server was removed because it was abandoned upstream"; # added 2023-09-04
parcel-bundler = parcel; # added 2023-09-04
prettier_d_slim = pkgs.prettier-d-slim; # added 2023-09-14
inherit (pkgs) quicktype; # added 2023-09-09
inherit (pkgs) react-static; # added 2023-08-21
readability-cli = pkgs.readability-cli; # Added 2023-06-12
inherit (pkgs) redoc-cli; # added 2023-09-12
reveal-md = pkgs.reveal-md; # added 2023-07-31
inherit (pkgs) rtlcss; # added 2023-08-29
s3http = throw "s3http was removed because it was abandoned upstream"; # added 2023-08-18

View File

@ -202,7 +202,6 @@
, "postcss-cli"
, "prebuild-install"
, "prettier"
, "prettier_d_slim"
, "prettier-plugin-toml"
, "prisma"
, "@prisma/language-server"
@ -216,7 +215,6 @@
, "pyright"
, "react-native-cli"
, "react-tools"
, "redoc-cli"
, "remod-cli"
, "reveal.js"
, "rimraf"

View File

@ -101421,39 +101421,6 @@ in
bypassCache = true;
reconstructLock = true;
};
prettier_d_slim = nodeEnv.buildNodePackage {
name = "prettier_d_slim";
packageName = "prettier_d_slim";
version = "1.2.0";
src = fetchurl {
url = "https://registry.npmjs.org/prettier_d_slim/-/prettier_d_slim-1.2.0.tgz";
sha512 = "Wq/Qida9MweJX7dKjlNeJ9Ppfeu4YPWY2947x1xev2RXjimvv2QOBRQJhGAir/QZ+WJnrU82e9O67Uqu8JgbZw==";
};
dependencies = [
sources."camelize-1.0.1"
sources."core_d-3.2.0"
sources."function-bind-1.1.1"
sources."has-1.0.3"
sources."has-flag-4.0.0"
sources."is-core-module-2.13.0"
sources."minimist-1.2.8"
sources."nanolru-1.0.0"
sources."path-parse-1.0.7"
sources."prettier-2.8.8"
sources."resolve-1.22.4"
sources."supports-color-8.1.1"
sources."supports-preserve-symlinks-flag-1.0.0"
];
buildInputs = globalBuildInputs;
meta = {
description = "Makes prettier fast";
homepage = "https://github.com/mikew/prettier_d_slim";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
prettier-plugin-toml = nodeEnv.buildNodePackage {
name = "prettier-plugin-toml";
packageName = "prettier-plugin-toml";
@ -102461,438 +102428,6 @@ in
bypassCache = true;
reconstructLock = true;
};
redoc-cli = nodeEnv.buildNodePackage {
name = "redoc-cli";
packageName = "redoc-cli";
version = "0.13.21";
src = fetchurl {
url = "https://registry.npmjs.org/redoc-cli/-/redoc-cli-0.13.21.tgz";
sha512 = "pjuPf0HkKqo9qtoHxMK4x5dhC/lJ08O0hO0rJISbSRCf19bPBjQ5lb2mHRu9j6vypTMltyaLtFIfVNveuyF5fQ==";
};
dependencies = [
sources."@ampproject/remapping-2.2.1"
(sources."@babel/code-frame-7.22.10" // {
dependencies = [
sources."ansi-styles-3.2.1"
sources."chalk-2.4.2"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."has-flag-3.0.0"
sources."supports-color-5.5.0"
];
})
sources."@babel/compat-data-7.22.9"
sources."@babel/core-7.22.10"
sources."@babel/generator-7.22.10"
sources."@babel/helper-annotate-as-pure-7.22.5"
sources."@babel/helper-compilation-targets-7.22.10"
sources."@babel/helper-environment-visitor-7.22.5"
sources."@babel/helper-function-name-7.22.5"
sources."@babel/helper-hoist-variables-7.22.5"
sources."@babel/helper-module-imports-7.22.5"
sources."@babel/helper-module-transforms-7.22.9"
sources."@babel/helper-plugin-utils-7.22.5"
sources."@babel/helper-simple-access-7.22.5"
sources."@babel/helper-split-export-declaration-7.22.6"
sources."@babel/helper-string-parser-7.22.5"
sources."@babel/helper-validator-identifier-7.22.5"
sources."@babel/helper-validator-option-7.22.5"
sources."@babel/helpers-7.22.10"
(sources."@babel/highlight-7.22.10" // {
dependencies = [
sources."ansi-styles-3.2.1"
sources."chalk-2.4.2"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."has-flag-3.0.0"
sources."supports-color-5.5.0"
];
})
sources."@babel/parser-7.22.10"
sources."@babel/plugin-syntax-jsx-7.22.5"
sources."@babel/runtime-7.22.10"
sources."@babel/template-7.22.5"
sources."@babel/traverse-7.22.10"
sources."@babel/types-7.22.10"
sources."@emotion/is-prop-valid-1.2.1"
sources."@emotion/memoize-0.8.1"
sources."@emotion/stylis-0.8.5"
sources."@emotion/unitless-0.7.5"
sources."@exodus/schemasafe-1.2.4"
sources."@jridgewell/gen-mapping-0.3.3"
sources."@jridgewell/resolve-uri-3.1.1"
sources."@jridgewell/set-array-1.1.2"
sources."@jridgewell/source-map-0.3.5"
sources."@jridgewell/sourcemap-codec-1.4.15"
sources."@jridgewell/trace-mapping-0.3.19"
sources."@redocly/ajv-8.11.0"
sources."@redocly/openapi-core-1.0.2"
sources."@types/eslint-8.44.2"
sources."@types/eslint-scope-3.7.4"
sources."@types/estree-1.0.1"
sources."@types/json-schema-7.0.12"
sources."@types/node-14.18.55"
sources."@webassemblyjs/ast-1.11.6"
sources."@webassemblyjs/floating-point-hex-parser-1.11.6"
sources."@webassemblyjs/helper-api-error-1.11.6"
sources."@webassemblyjs/helper-buffer-1.11.6"
sources."@webassemblyjs/helper-numbers-1.11.6"
sources."@webassemblyjs/helper-wasm-bytecode-1.11.6"
sources."@webassemblyjs/helper-wasm-section-1.11.6"
sources."@webassemblyjs/ieee754-1.11.6"
sources."@webassemblyjs/leb128-1.11.6"
sources."@webassemblyjs/utf8-1.11.6"
sources."@webassemblyjs/wasm-edit-1.11.6"
sources."@webassemblyjs/wasm-gen-1.11.6"
sources."@webassemblyjs/wasm-opt-1.11.6"
sources."@webassemblyjs/wasm-parser-1.11.6"
sources."@webassemblyjs/wast-printer-1.11.6"
sources."@xtuc/ieee754-1.2.0"
sources."@xtuc/long-4.2.2"
sources."acorn-8.10.0"
sources."acorn-import-assertions-1.9.0"
(sources."ajv-6.12.6" // {
dependencies = [
sources."json-schema-traverse-0.4.1"
];
})
sources."ajv-keywords-3.5.2"
sources."ansi-align-3.0.1"
sources."ansi-regex-5.0.1"
sources."ansi-styles-4.3.0"
sources."anymatch-3.1.3"
sources."argparse-2.0.1"
(sources."asn1.js-5.4.1" // {
dependencies = [
sources."bn.js-4.12.0"
];
})
(sources."assert-1.5.0" // {
dependencies = [
sources."util-0.10.3"
];
})
sources."babel-plugin-styled-components-2.1.4"
sources."balanced-match-1.0.2"
sources."base64-js-1.5.1"
sources."binary-extensions-2.2.0"
sources."bn.js-5.2.1"
sources."boxen-5.1.2"
sources."brace-expansion-2.0.1"
sources."braces-3.0.2"
sources."brorand-1.1.0"
sources."browserify-aes-1.2.0"
sources."browserify-cipher-1.0.1"
sources."browserify-des-1.0.2"
sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
sources."inherits-2.0.4"
sources."readable-stream-3.6.2"
];
})
sources."browserify-zlib-0.2.0"
sources."browserslist-4.21.10"
sources."buffer-4.9.2"
sources."buffer-from-1.1.2"
sources."buffer-xor-1.0.3"
sources."builtin-status-codes-3.0.0"
sources."call-bind-1.0.2"
sources."call-me-maybe-1.0.2"
sources."camelcase-6.3.0"
sources."camelize-1.0.1"
sources."caniuse-lite-1.0.30001522"
sources."chalk-4.1.2"
sources."chokidar-3.5.3"
sources."chrome-trace-event-1.0.3"
sources."cipher-base-1.0.4"
sources."classnames-2.3.2"
sources."cli-boxes-2.2.1"
sources."cliui-8.0.1"
sources."clsx-1.2.1"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."colorette-1.4.0"
sources."commander-2.20.3"
sources."console-browserify-1.2.0"
sources."constants-browserify-1.0.0"
sources."convert-source-map-1.9.0"
sources."core-js-3.32.1"
sources."core-util-is-1.0.3"
(sources."create-ecdh-4.0.4" // {
dependencies = [
sources."bn.js-4.12.0"
];
})
sources."create-hash-1.2.0"
sources."create-hmac-1.1.7"
sources."crypto-browserify-3.12.0"
sources."css-color-keywords-1.0.0"
sources."css-to-react-native-3.2.0"
sources."debug-4.3.4"
sources."decko-1.2.0"
sources."des.js-1.1.0"
(sources."diffie-hellman-5.0.3" // {
dependencies = [
sources."bn.js-4.12.0"
];
})
sources."domain-browser-1.2.0"
sources."dompurify-2.4.7"
sources."electron-to-chromium-1.4.499"
(sources."elliptic-6.5.4" // {
dependencies = [
sources."bn.js-4.12.0"
sources."inherits-2.0.4"
];
})
sources."emoji-regex-8.0.0"
sources."encoding-0.1.13"
sources."enhanced-resolve-5.15.0"
sources."es-module-lexer-1.3.0"
sources."es6-promise-3.3.1"
sources."escalade-3.1.1"
sources."escape-string-regexp-1.0.5"
sources."eslint-scope-5.1.1"
(sources."esrecurse-4.3.0" // {
dependencies = [
sources."estraverse-5.3.0"
];
})
sources."estraverse-4.3.0"
sources."eventemitter3-4.0.7"
sources."events-3.3.0"
sources."evp_bytestokey-1.0.3"
sources."fast-deep-equal-3.1.3"
sources."fast-json-stable-stringify-2.1.0"
sources."fast-safe-stringify-2.1.1"
sources."fill-range-7.0.1"
sources."foreach-2.0.6"
sources."fsevents-2.3.3"
sources."function-bind-1.1.1"
sources."gensync-1.0.0-beta.2"
sources."get-caller-file-2.0.5"
sources."get-intrinsic-1.2.1"
sources."glob-parent-5.1.2"
sources."glob-to-regexp-0.4.1"
sources."globals-11.12.0"
sources."graceful-fs-4.2.11"
sources."handlebars-4.7.8"
sources."has-1.0.3"
sources."has-flag-4.0.0"
sources."has-proto-1.0.1"
sources."has-symbols-1.0.3"
(sources."hash-base-3.1.0" // {
dependencies = [
sources."inherits-2.0.4"
sources."readable-stream-3.6.2"
];
})
(sources."hash.js-1.1.7" // {
dependencies = [
sources."inherits-2.0.4"
];
})
sources."hmac-drbg-1.0.1"
sources."hoist-non-react-statics-3.3.2"
sources."http2-client-1.3.5"
sources."https-browserify-1.0.0"
sources."iconv-lite-0.6.3"
sources."ieee754-1.2.1"
sources."inherits-2.0.1"
sources."is-binary-path-2.1.0"
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-3.0.0"
sources."is-glob-4.0.3"
sources."is-number-7.0.0"
sources."isarray-1.0.0"
(sources."jest-worker-27.5.1" // {
dependencies = [
sources."supports-color-8.1.1"
];
})
sources."js-levenshtein-1.1.6"
sources."js-tokens-4.0.0"
sources."js-yaml-4.1.0"
sources."jsesc-2.5.2"
sources."json-parse-even-better-errors-2.3.1"
sources."json-pointer-0.6.2"
sources."json-schema-traverse-1.0.0"
sources."json5-2.2.3"
sources."loader-runner-4.3.0"
sources."lodash-4.17.21"
sources."lodash.isequal-4.5.0"
sources."loose-envify-1.4.0"
sources."lru-cache-5.1.1"
sources."lunr-2.3.9"
sources."mark.js-8.11.1"
sources."marked-4.3.0"
sources."md5.js-1.3.5"
sources."merge-stream-2.0.0"
(sources."miller-rabin-4.0.1" // {
dependencies = [
sources."bn.js-4.12.0"
];
})
sources."mime-db-1.52.0"
sources."mime-types-2.1.35"
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
sources."minimatch-5.1.6"
sources."minimist-1.2.8"
sources."mkdirp-1.0.4"
sources."mobx-6.10.0"
sources."mobx-react-7.6.0"
sources."mobx-react-lite-3.4.3"
sources."ms-2.1.2"
sources."neo-async-2.6.2"
sources."node-fetch-2.6.13"
sources."node-fetch-h2-2.3.0"
sources."node-libs-browser-2.2.1"
sources."node-readfiles-0.2.0"
sources."node-releases-2.0.13"
sources."normalize-path-3.0.0"
sources."oas-kit-common-1.0.8"
sources."oas-linter-3.2.2"
sources."oas-resolver-2.5.6"
sources."oas-schema-walker-1.1.5"
sources."oas-validator-5.0.8"
sources."object-assign-4.1.1"
sources."object-inspect-1.12.3"
sources."openapi-sampler-1.3.1"
sources."os-browserify-0.3.0"
sources."pako-1.0.11"
sources."parse-asn1-5.1.6"
sources."path-browserify-0.0.1"
sources."pbkdf2-3.1.2"
sources."perfect-scrollbar-1.5.5"
sources."picocolors-1.0.0"
sources."picomatch-2.3.1"
sources."pluralize-8.0.0"
sources."polished-4.2.2"
sources."postcss-value-parser-4.2.0"
sources."prismjs-1.29.0"
sources."process-0.11.10"
sources."process-nextick-args-2.0.1"
sources."prop-types-15.8.1"
(sources."public-encrypt-4.0.3" // {
dependencies = [
sources."bn.js-4.12.0"
];
})
sources."punycode-1.4.1"
sources."qs-6.11.2"
sources."querystring-es3-0.2.1"
sources."randombytes-2.1.0"
sources."randomfill-1.0.4"
sources."react-17.0.2"
sources."react-dom-17.0.2"
sources."react-is-16.13.1"
sources."react-tabs-3.2.3"
(sources."readable-stream-2.3.8" // {
dependencies = [
sources."inherits-2.0.4"
sources."safe-buffer-5.1.2"
sources."string_decoder-1.1.1"
];
})
sources."readdirp-3.6.0"
(sources."redoc-2.0.0" // {
dependencies = [
sources."path-browserify-1.0.1"
];
})
sources."reftools-1.1.9"
sources."regenerator-runtime-0.14.0"
sources."require-directory-2.1.1"
sources."require-from-string-2.0.2"
sources."ripemd160-2.0.2"
sources."safe-buffer-5.2.1"
sources."safer-buffer-2.1.2"
sources."scheduler-0.20.2"
sources."schema-utils-3.3.0"
sources."semver-6.3.1"
sources."serialize-javascript-6.0.1"
sources."setimmediate-1.0.5"
sources."sha.js-2.4.11"
sources."shallowequal-1.1.0"
sources."should-13.2.3"
sources."should-equal-2.0.0"
sources."should-format-3.0.3"
sources."should-type-1.4.0"
sources."should-type-adaptors-1.1.0"
sources."should-util-1.0.1"
sources."side-channel-1.0.4"
sources."slugify-1.4.7"
sources."source-map-0.6.1"
sources."source-map-support-0.5.21"
sources."stickyfill-1.1.1"
sources."stream-browserify-2.0.2"
sources."stream-http-2.8.3"
sources."string-width-4.2.3"
sources."string_decoder-1.3.0"
sources."strip-ansi-6.0.1"
sources."style-loader-3.3.3"
(sources."styled-components-5.3.11" // {
dependencies = [
sources."has-flag-3.0.0"
sources."supports-color-5.5.0"
];
})
sources."supports-color-7.2.0"
sources."swagger2openapi-7.0.8"
sources."tapable-2.2.1"
sources."terser-5.19.2"
sources."terser-webpack-plugin-5.3.9"
sources."timers-browserify-2.0.12"
sources."to-arraybuffer-1.0.1"
sources."to-fast-properties-2.0.0"
sources."to-regex-range-5.0.1"
sources."tr46-0.0.3"
sources."tty-browserify-0.0.0"
sources."type-fest-0.20.2"
sources."uglify-js-3.17.4"
sources."update-browserslist-db-1.0.11"
(sources."uri-js-4.4.1" // {
dependencies = [
sources."punycode-2.3.0"
];
})
sources."url-0.11.1"
sources."url-template-2.0.8"
(sources."util-0.11.1" // {
dependencies = [
sources."inherits-2.0.3"
];
})
sources."util-deprecate-1.0.2"
sources."vm-browserify-1.1.2"
sources."watchpack-2.4.0"
sources."webidl-conversions-3.0.1"
sources."webpack-5.88.2"
sources."webpack-sources-3.2.3"
sources."whatwg-url-5.0.0"
sources."widest-line-3.1.0"
sources."wordwrap-1.0.0"
sources."wrap-ansi-7.0.0"
sources."xtend-4.0.2"
sources."y18n-5.0.8"
sources."yallist-3.1.1"
sources."yaml-1.10.2"
sources."yaml-ast-parser-0.0.43"
sources."yargs-17.7.2"
sources."yargs-parser-21.1.1"
];
buildInputs = globalBuildInputs;
meta = {
description = "ReDoc's Command Line Interface";
homepage = "https://github.com/Redocly/redoc#readme";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
remod-cli = nodeEnv.buildNodePackage {
name = "remod-cli";
packageName = "remod-cli";

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.66";
version = "9.2.68";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5F6mSdYkeDS/n4Quu6UrBK3alfieop6Go3muGlmr/84=";
hash = "sha256-dQ4N1ixqcX+pHm6BIykISiHyao5kxJP+pFFqFV8+Ah0=";
};
nativeBuildInputs = [

View File

@ -0,0 +1,46 @@
{ lib
, aiohttp
, aioresponses
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "aiopegelonline";
version = "0.0.6";
format = "setuptools";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "mib1185";
repo = "aiopegelonline";
rev = "refs/tags/v${version}";
hash = "sha256-UbH5S+BfXMAurEvPx0sOzNoV/yypbMCPN3Y3cSherfQ=";
};
propagatedBuildInputs = [
aiohttp
];
nativeCheckInputs = [
aioresponses
pytest-asyncio
pytestCheckHook
];
pythonImportsCheck = [
"aiopegelonline"
];
meta = with lib; {
description = "Library to retrieve data from PEGELONLINE";
homepage = "https://github.com/mib1185/aiopegelonline";
changelog = "https://github.com/mib1185/aiopegelonline/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};
}

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.66";
version = "9.2.68";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-l/O+7M9f2HtIcXNd49+zr2Z0Cx/3mbXgZvqOyPlvJbk=";
hash = "sha256-+RDsYDROIbcuXl5q45T6lFzDpObWduOK9paDBALbImg=";
};
propagatedBuildInputs = [

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.66";
version = "9.2.68";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-l9AakU68ACb02NGKWbkmUp14/lC21PJeGuzexYPTaNg=";
hash = "sha256-rbhzqp8PaotOt5d4E8hqWTwDRsG+hm7sVjBDkkblaIU=";
};
nativeBuildInputs = [

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.66";
version = "9.2.68";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-CDFZ6CN3pqNpwigYVHyKxwpa9iPfl4m/XDAo1YSRir8=";
hash = "sha256-ZMXlCfeSt2Dcvuc0CdB27rfSIEIgvMS81s7nAbmw5QM=";
};
nativeBuildInputs = [

View File

@ -16,7 +16,7 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.66";
version = "9.2.68";
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/LDVpw1Ej2YuzwA2qUoZv/ajQZPL9dDvvawj9r5bGbo=";
hash = "sha256-qJrVAofIhoYS9dA/ipLh6Xuyt2b+trDRE/yq8tV9arI=";
};
nativeBuildInputs = [

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.30.0";
version = "2.31.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iR6+A3ekRxl3zA1K7DMaw4dyMwjM/yxh/7tOH//mwXY=";
hash = "sha256-PGrG29a5tq41hn8zzJWdAy4Dju1O5ZPYhZ+CcsBraAY=";
};
propagatedBuildInputs = [

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.11.1";
version = "2.12.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-f336hlZ8jWbGbI26i8XvhWd8hTK0IGBVozlBP4BxUl0=";
hash = "sha256-Pu3JsiONj9tsJkXaRV3nuo3wqaHSU4FZMqw6mMXuyc0=";
};
propagatedBuildInputs = [

View File

@ -34,6 +34,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# timing sensitive test
# hypothesis.errors.DeadlineExceeded: Test took 524.23ms, which exceeds the deadline of 200.00ms
"test_string_component_transform_factory"
];
pythonImportsCheck = [
"natsort"
];

View File

@ -1,32 +1,33 @@
{ lib
, buildPythonPackage
, cryptography
, cython_3
, fetchPypi
, pythonOlder
, cryptography
, cython
}:
buildPythonPackage rec {
pname = "oracledb";
version = "1.4.0";
version = "1.4.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-lrpQj3g4ksfKZI8misvLikqcgDfH3UpQnwXyyJ1iMb4=";
hash = "sha256-v2IlgQNsfTdWZDOANv4X7/0SStEjyDZeIvJ0LQvSN68=";
};
nativeBuildInputs = [
cython
cython_3
];
propagatedBuildInputs = [
cryptography
];
doCheck = false; # Checks need an Oracle database
# Checks need an Oracle database
doCheck = false;
pythonImportsCheck = [
"oracledb"

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyinstrument";
version = "4.5.2";
version = "4.5.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "joerick";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-VL/JzgMxn5zABfmol+5oofR1RjyxTdzvUi6JnwsSFao=";
hash = "sha256-rGjHVbIl0kXgscKNZ/U1AU3Ij9Y+iOpIXnmO4jeb3jI=";
};
nativeBuildInputs = [

View File

@ -1,65 +1,71 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, pytestCheckHook
, attrs
, cached-property
, click
, fetchFromGitHub
, packaging
, pytest-cov
, pydantic
, pytest-timeout
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "pythonfinder";
version = "1.3.2";
version = "2.0.5";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "sarugaku";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-sfoAS3QpD78we8HcXpxjSyEIN1xLRVLExaM3oXe6tLU=";
hash = "sha256-L/+6w5lLqHO5c9CThoUPOHXRPVxBlOWFDAmfoYxRw5g=";
};
postPatch = ''
substituteInPlace setup.cfg \
--replace " --cov" ""
'';
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
attrs
cached-property
click
packaging
pydantic
];
passthru.optional-dependencies = {
cli = [
click
];
};
nativeCheckInputs = [
pytestCheckHook
pytest-cov
pytest-timeout
];
pytestCheckHook
] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
pythonImportsCheck = [
"pythonfinder"
];
pytestFlagsArray = [
"--no-cov"
];
# these tests invoke git in a subprocess and
# for some reason git can't be found even if included in nativeCheckInputs
disabledTests = [
"test_shims_are_kept"
"test_shims_are_removed"
];
# disabledTests = [
# "test_shims_are_kept"
# "test_shims_are_removed"
# ];
meta = with lib; {
description = "Cross platform search tool for finding Python";
homepage = "https://github.com/sarugaku/pythonfinder";
changelog = "https://github.com/sarugaku/pythonfinder/blob/v${version}/CHANGELOG.rst";
description = "Cross Platform Search Tool for Finding Pythons";
license = licenses.mit;
maintainers = with maintainers; [ cpcloud ];
};

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.66";
version = "9.2.68";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-NmOa/DH/EapcYCrpdcdn4CR9DiKuVnrDvKbnTiO3Ldc=";
hash = "sha256-Wsme663FssNGG/XhjkFi3tFeyli1yiofBQQiXi9P6nI=";
};
nativeBuildInputs = [

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "slack-sdk";
version = "3.21.3";
version = "3.22.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "slackapi";
repo = "python-slack-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-begpT/DaDqOi8HZE10FCuIIv18KSU/i5G/Z5DXKUT7Y=";
hash = "sha256-PRJgOAC1IJjQb1c4FAbpV8bxOPL9PTbAxNXo2MABRzc=";
};
propagatedBuildInputs = [

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "syncedlyrics";
version = "0.5.0";
version = "0.6.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rtcq";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-79dy1f5Pd/JGIpH/71E6IBg+AtR4zgHL4b/GRH1AFp0=";
hash = "sha256-SVB6hlVBk+0nNfJjp5zdv4A6FmVt1/NV4ov6qS1DlLI=";
};
nativeBuildInputs = [

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "yq";
version = "3.2.2";
version = "3.2.3";
src = fetchPypi {
inherit pname version;
hash = "sha256-jbt6DJN92/w90XXmR49AlgwUDT6LHxoDFd52OE1mZQo=";
hash = "sha256-Kcj+HTa09kFj9NATFMauIXU5hw9hAhbe5gJd+16vr7E=";
};
patches = [

View File

@ -0,0 +1,34 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
}:
buildNpmPackage rec {
pname = "redoc-cli";
version = "0.13.21";
src = fetchFromGitHub {
owner = "Redocly";
repo = "redoc";
rev = "d3ac16f4774ae5b5f698b4e8f4c1d3f5a009d361";
hash = "sha256-LmNb+m1Ng/53SPUqrr/AmxNMiWsrMGCKow0DW/9t3Do=";
};
sourceRoot = "${src.name}/cli";
npmDepsHash = "sha256-XL4D7+hb0zOxAr/aRo2UOg4UOip3oewbffsnkFddmWw=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json
'';
dontNpmBuild = true;
meta = {
description = "OpenAPI/Swagger-generated API Reference Documentation";
homepage = "https://github.com/Redocly/redoc/tree/redoc-cli/cli";
license = lib.licenses.mit;
mainProgram = "redoc-cli";
maintainers = with lib.maintainers; [ veehaitch ];
};
}

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.6.7";
version = "0.6.8";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-uS0QDRSitwCGlo36OvtpjJ6ejKetjYEAuNEZpGiplQs=";
hash = "sha256-ZFFrluvnm5kCOyIe4c+gT2N4W7aeg1Cv1666by92BJo=";
};
cargoSha256 = "sha256-Tro0Yp91P9CB/Md6MqbZGkw03QKUe8gh80357mWKMMY=";
cargoHash = "sha256-Nbs2pE9WqwsTJLV3nUAWVVz6gwcmhyk9hv/uaOoAkIQ=";
# some necessary files are absent in the crate version
doCheck = false;

View File

@ -11,7 +11,7 @@
}:
stdenvNoCC.mkDerivation rec {
version = "1.0.1";
version = "1.0.2";
pname = "bun";
src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}");
@ -35,19 +35,19 @@ stdenvNoCC.mkDerivation rec {
sources = {
"aarch64-darwin" = fetchurl {
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip";
hash = "sha256-AzjCqfvR4Uad6+ocLo+KfqHKFjxOlZt4//Nw80FRijM=";
hash = "sha256-QvoEakfR5wmP10d6MDpfS8THke975bVyZc5pLVliUbQ=";
};
"aarch64-linux" = fetchurl {
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip";
hash = "sha256-EEcKoaaC0KnaAfUqd5QNYpTeArY3ia38l5dkZCooZuw=";
hash = "sha256-izVtW28QE7Tty6DfQDKmw1oqD5GOolTzCeIUmtgI1Uw=";
};
"x86_64-darwin" = fetchurl {
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64.zip";
hash = "sha256-g4k0NdpWU1K+66Mi/idYAMx8pFLOBbUDk4rVczrxRjg=";
hash = "sha256-e/VXNCq2CwNsM7ruk8IGSwU/swkVhcvvQRv/yiIQtCU=";
};
"x86_64-linux" = fetchurl {
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
hash = "sha256-RmgnWTG6kTebYwIa/VAwvvJmbL+ARNC+HkbF4mJPF7o=";
hash = "sha256-kHv8PU48Le4lG3pf304hXggAtx/I5uBeu4aHmLsbdgw=";
};
};
updateScript = writeShellScript "update-bun" ''

View File

@ -2,18 +2,20 @@
buildGoModule rec {
pname = "eris-go";
version = "20230729";
version = "20230914";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "eris";
repo = "eris-go";
rev = version;
hash = "sha256-yFWmfWmlGL4fC36XsjO/ao/v8FVI20EpXSblZ0EcosI=";
hash = "sha256-7aEsCQ+bZ//6Z+XXAEHgsAd61L+QgRl77+UtHr/BM1g=";
};
vendorHash = "sha256-Z6rirsiiBzH0herQAkxZp1Xr++489qNoiD4fqoLt9/A=";
skipNetworkTests = true;
passthru.tests = { inherit (nixosTests) eris-server; };
meta = src.meta // {

View File

@ -3108,7 +3108,8 @@
"peco_opower" = ps: with ps; [
];
"pegel_online" = ps: with ps; [
]; # missing inputs: aiopegelonline
aiopegelonline
];
"pencom" = ps: with ps; [
pencompy
];
@ -5357,6 +5358,7 @@
"panel_custom"
"panel_iframe"
"peco"
"pegel_online"
"persistent_notification"
"person"
"philips_js"

View File

@ -80,8 +80,8 @@ buildBazelPackage rec {
fetchAttrs = {
sha256 = {
x86_64-linux = "sha256-+8MnbcFUyAE2122VA5olWAW8ZgjGweumRI62bxi9KOI=";
aarch64-linux = "sha256-4PH8rgsHxEwtx8RQGjLbAxHpLfWVqRLOvSX9sqQoy4Y=";
x86_64-linux = "sha256-MvY4cLdLOeb7+Zt7Oz7Kzz1+dsUceemP/V02egvHg+M=";
aarch64-linux = "sha256-U5mnAq8RHDygxiYeNc0HDeOgoaGyrd0MPjHKdyUkM0A=";
}.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
dontUseCmakeConfigure = true;
dontUseGnConfigure = true;
@ -97,7 +97,7 @@ buildBazelPackage rec {
-e 's,${stdenv.shellPackage},__NIXSHELL__,' \
$bazelOut/external/com_github_luajit_luajit/build.py \
$bazelOut/external/local_config_sh/BUILD \
$bazelOut/external/base_pip3/BUILD.bazel
$bazelOut/external/*_pip3/BUILD.bazel
rm -r $bazelOut/external/go_sdk
rm -r $bazelOut/external/local_jdk
@ -133,7 +133,7 @@ buildBazelPackage rec {
-e 's,__NIXSHELL__,${stdenv.shellPackage},' \
$bazelOut/external/com_github_luajit_luajit/build.py \
$bazelOut/external/local_config_sh/BUILD \
$bazelOut/external/base_pip3/BUILD.bazel
$bazelOut/external/*_pip3/BUILD.bazel
'';
installPhase = ''
install -Dm0755 bazel-bin/source/exe/envoy-static $out/bin/envoy

View File

@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, perl, makeWrapper, procps, coreutils }:
{ fetchurl, lib, stdenv, perl, makeWrapper, procps, coreutils, buildPackages }:
stdenv.mkDerivation rec {
pname = "parallel";
@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ perl procps ];
postPatch = lib.optionalString (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
substituteInPlace Makefile.in \
--replace '$(DESTDIR)$(bindir)/parallel --shell-completion' '${lib.getExe buildPackages.parallel} --shell-completion'
'';
preInstall = ''
patchShebangs ./src/parallel
'';
@ -48,5 +53,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ pSub vrthra tomberek ];
mainProgram = "parallel";
};
}

View File

@ -0,0 +1,27 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "der-ascii";
version = "0.1.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "1my93m1rx08kn2yms6k8w43byr8k61r1nra4b082j8b393wwxkqc";
};
vendorSha256 = null;
ldflags = [ "-s" "-w" ];
meta = with lib; {
description = ''
A small human-editable language to emit DER or BER encodings of ASN.1
structures and malformed variants of them
'';
homepage = "https://github.com/google/der-ascii";
license = licenses.asl20;
maintainers = with maintainers; [ alexshpilkin cpu hawkw ];
mainProgram = "ascii2der"; # has stable output, unlike its inverse
};
}

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.54.4";
version = "3.56.0";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
rev = "refs/tags/v${version}";
hash = "sha256-VWFGM4kRPrcdRwrzKrlbHl+eCpvnpYB2MD1ziPYJwjA=";
hash = "sha256-JNv3O8NSmQnk8lpGahlrZYVfpxeJCh7uxRahSfpXQ2Q=";
};
vendorHash = "sha256-zYvKhhwN5TtJQxkkcY5U9LtTdMb97ucfksxpTMKH/Zc=";
vendorHash = "sha256-NBwPyA+NuW9RA/dXj+FpTa6RU0WOZRrey7gosDOatG8=";
ldflags = [
"-s"

View File

@ -7407,6 +7407,8 @@ with pkgs;
deluge-2_x = deluge;
der-ascii = callPackage ../tools/security/der-ascii { };
desktop-file-utils = callPackage ../tools/misc/desktop-file-utils { };
dfc = callPackage ../tools/system/dfc { };
@ -12674,7 +12676,7 @@ with pkgs;
recoll = libsForQt5.callPackage ../applications/search/recoll { };
redoc-cli = nodePackages.redoc-cli;
redoc-cli = callPackage ../development/tools/redoc-cli { };
reflex = callPackage ../development/tools/reflex { };

View File

@ -312,6 +312,8 @@ self: super: with self; {
aiooss2 = callPackage ../development/python-modules/aiooss2 { };
aiopegelonline = callPackage ../development/python-modules/aiopegelonline { };
aiopg = callPackage ../development/python-modules/aiopg { };
aioprocessing = callPackage ../development/python-modules/aioprocessing { };