Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge master into haskell-updates

authored by github-actions[bot] and committed by GitHub d899609c 70a00dff

+287 -207
+1
nixos/modules/module-list.nix
··· 203 203 ./programs/i3lock.nix 204 204 ./programs/iotop.nix 205 205 ./programs/java.nix 206 + ./programs/joycond-cemuhook.nix 206 207 ./programs/k3b.nix 207 208 ./programs/k40-whisperer.nix 208 209 ./programs/kbdlight.nix
+1
nixos/modules/services/desktop-managers/plasma6.nix
··· 170 170 breeze.qt5 171 171 plasma-integration.qt5 172 172 pkgs.plasma5Packages.kwayland-integration 173 + pkgs.plasma5Packages.kio 173 174 kio-extras-kf5 174 175 ] 175 176 # Optional hardware support features
+2 -1
nixos/modules/services/web-apps/pretix.nix
··· 479 479 CapabilityBoundingSet = [ "" ]; 480 480 DevicePolicy = "closed"; 481 481 LockPersonality = true; 482 - MemoryDenyWriteExecute = true; 482 + MemoryDenyWriteExecute = false; # required by pdftk 483 483 NoNewPrivileges = true; 484 484 PrivateDevices = true; 485 485 PrivateTmp = true; ··· 535 535 fi 536 536 ''; 537 537 serviceConfig = { 538 + TimeoutStartSec = "5min"; 538 539 ExecStart = "${getExe' pythonEnv "gunicorn"} --bind unix:/run/pretix/pretix.sock ${cfg.gunicorn.extraArgs} pretix.wsgi"; 539 540 RuntimeDirectory = "pretix"; 540 541 };
+1 -1
pkgs/applications/audio/psst/default.nix
··· 16 16 in 17 17 rustPlatform.buildRustPackage rec { 18 18 pname = "psst"; 19 - version = "unstable-2024-03-04"; 19 + version = "unstable-2024-02-11"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "jpochyla";
+3 -1
pkgs/applications/audio/psst/update.sh
··· 24 24 rev="$(wget -O- "${TOKEN_ARGS[@]}" "https://api.github.com/repos/jpochyla/psst/commits?per_page=1" | jq -r '.[0].sha')" 25 25 fi 26 26 27 - version="unstable-$(date +%F)" 27 + date="$(wget -O- "${TOKEN_ARGS[@]}" "https://api.github.com/repos/jpochyla/psst/commits/$rev" | jq -r '.commit.author.date' | cut -dT -f1)" 28 + 29 + version="unstable-$date" 28 30 29 31 # Sources 30 32 src_hash=$(nix-prefetch-github jpochyla psst --rev "$rev" | jq -r .hash)
+17
pkgs/applications/editors/vscode/extensions/default.nix
··· 3075 3075 3076 3076 ms-vsliveshare.vsliveshare = callPackage ./ms-vsliveshare.vsliveshare { }; 3077 3077 3078 + mshr-h.veriloghdl = buildVscodeMarketplaceExtension { 3079 + mktplcRef = { 3080 + name = "veriloghdl"; 3081 + publisher = "mshr-h"; 3082 + version = "1.13.2"; 3083 + sha256 = "sha256-MOU8zf2qS7P2pQ29w3mvhDc2OvZiH4HNe530BjIiRAA="; 3084 + }; 3085 + meta = { 3086 + changelog = "https://marketplace.visualstudio.com/items/mshr-h.VerilogHDL/changelog"; 3087 + description = "A Visual Studio Code extension for supporting Verilog-HDL, SystemVerilog, Bluespec and SystemVerilog"; 3088 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=mshr-h.VerilogHDL"; 3089 + homepage = "https://github.com/mshr-h/vscode-verilog-hdl-support"; 3090 + license = lib.licenses.mit; 3091 + maintainers = [ lib.maintainers.newam ]; 3092 + }; 3093 + }; 3094 + 3078 3095 mskelton.one-dark-theme = buildVscodeMarketplaceExtension { 3079 3096 mktplcRef = { 3080 3097 name = "one-dark-theme";
+8 -5
pkgs/applications/networking/mhost/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, rustPlatform, Security }: 1 + { lib, stdenv, fetchFromGitHub, rustPlatform, Security, SystemConfiguration }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "mhost"; 5 - version = "0.3.0"; 5 + version = "0.3.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "lukaspustina"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "1j0378f8gj8hdcdhpj6lqlnriasmjxzri42wjj9pygzkmpd3ym86"; 11 + sha256 = "sha256-6jn9jOCh96d9y2l1OZ5hgxg7sYXPUFzJiiT95OR7lD0="; 12 12 }; 13 13 14 - cargoSha256 = "0gqrya0bpdd67k2sxib7f4npnrx84d9r4hjq2sg2xz4j8pmgs018"; 14 + cargoHash = "sha256-d2JYT/eJaGm8pfmjsuSZiQxlzcsypFH53F/9joW0J6I="; 15 15 16 - buildInputs = lib.optional stdenv.isDarwin Security; 16 + buildInputs = lib.optionals stdenv.isDarwin [ 17 + Security 18 + SystemConfiguration 19 + ]; 17 20 18 21 CARGO_CRATE_NAME = "mhost"; 19 22
+6 -5
pkgs/applications/science/math/msieve/default.nix
··· 1 - { lib, stdenv, fetchurl, zlib, gmp, ecm }: 1 + { lib, stdenv, fetchsvn, zlib, gmp, ecm }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "msieve"; 5 - version = "1.53"; 5 + version = "r1050"; 6 6 7 - src = fetchurl { 8 - url = "mirror://sourceforge/msieve/msieve/Msieve%20v${version}/msieve${lib.replaceStrings ["."] [""] version}_src.tar.gz"; 9 - sha256 = "1d1vv7j4rh3nnxsmvafi73qy7lw7n3akjlm5pjl3m936yapvmz65"; 7 + src = fetchsvn { 8 + url = "svn://svn.code.sf.net/p/msieve/code/trunk"; 9 + rev = "1050"; 10 + hash = "sha256-cn6OhE4zhrpB7BFrRdOnucjATbfo5mLkK7O0Usx1quE="; 10 11 }; 11 12 12 13 buildInputs = [ zlib gmp ecm ];
+3 -3
pkgs/applications/version-management/git-review/default.nix
··· 9 9 10 10 buildPythonApplication rec { 11 11 pname = "git-review"; 12 - version = "2.3.1"; 12 + version = "2.4.0"; 13 13 14 14 # Manually set version because prb wants to get it from the git 15 15 # upstream repository (and we are installing from tarball instead) ··· 18 18 src = fetchFromGitea { 19 19 domain = "opendev.org"; 20 20 owner = "opendev"; 21 - repo = pname; 21 + repo = "git-review"; 22 22 rev = version; 23 - sha256 = "sha256-C8M4b/paHJB9geizc1eIhXsTuLeeS4dDisCfCQF1RuU="; 23 + hash = "sha256-UfYc662NqnQt0+CKc+18jXnNTOcZv8urCNBsWd6x0VQ="; 24 24 }; 25 25 26 26 outputs = [ "out" "man" ];
+3 -3
pkgs/by-name/ar/arrpc/package.nix
··· 3 3 , fetchFromGitHub 4 4 }: buildNpmPackage rec { 5 5 pname = "arrpc"; 6 - version = "3.3.0"; 6 + version = "3.3.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "OpenAsar"; 10 10 repo = "arrpc"; 11 11 # Release commits are not tagged 12 12 # release: 3.3.0 13 - rev = "c6e23e7eb733ad396d3eebc328404cc656fed581"; 14 - hash = "sha256-OeEFNbmGp5SWVdJJwXZUkkNrei9jyuPc+4E960l8VRA="; 13 + rev = "b4796fffe3bf1b1361cc4781024349f7a4f9400e"; 14 + hash = "sha256-iEfV85tRl2KyjodoaSxVHiqweBpLeiCAYWc8+afl/sA="; 15 15 }; 16 16 17 17 npmDepsHash = "sha256-YlSUGncpY0MyTiCfZcPsfcNx3fR+SCtkOFWbjOPLUzk=";
+47
pkgs/by-name/gl/glasskube/package.nix
··· 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + , nix-update-script 5 + , installShellFiles 6 + }: 7 + 8 + buildGoModule rec { 9 + pname = "glasskube"; 10 + version = "0.0.4"; 11 + 12 + src = fetchFromGitHub { 13 + owner = "glasskube"; 14 + repo = "glasskube"; 15 + rev = "refs/tags/v${version}"; 16 + hash = "sha256-+5SinF85bU113C9B025DM83v8ApaXqLV4n1P9zZP3ns="; 17 + }; 18 + 19 + vendorHash = "sha256-DBqO2EyB1TydsdK2GWJoFGGgTS+E62GogysPX4WtzYU="; 20 + 21 + CGO_ENABLED = 0; 22 + 23 + ldflags = [ "-s" "-w" "-X github.com/glasskube/glasskube/internal/config.Version=${version}" "-X github.com/glasskube/glasskube/internal/config.Commit=${src.rev}" ]; 24 + 25 + subPackages = [ "cmd/${pname}" "cmd/package-operator" ]; 26 + 27 + nativeBuildInputs = [ installShellFiles ]; 28 + 29 + postInstall = '' 30 + # Completions 31 + installShellCompletion --cmd glasskube \ 32 + --bash <($out/bin/glasskube completion bash) \ 33 + --fish <($out/bin/glasskube completion fish) \ 34 + --zsh <($out/bin/glasskube completion zsh) 35 + ''; 36 + 37 + passthru.updateScript = nix-update-script { }; 38 + 39 + meta = with lib; { 40 + description = "The missing Package Manager for Kubernetes featuring a GUI and a CLI"; 41 + homepage = "https://github.com/glasskube/glasskube"; 42 + changelog = "https://github.com/glasskube/glasskube/releases/tag/v${version}"; 43 + maintainers = with maintainers; [ jakuzure ]; 44 + license = licenses.asl20; 45 + mainProgram = "glasskube"; 46 + }; 47 + }
+2 -2
pkgs/by-name/lu/lubelogger/package.nix
··· 6 6 7 7 buildDotnetModule rec { 8 8 pname = "lubelogger"; 9 - version = "1.2.7"; 9 + version = "1.2.8"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "hargata"; 13 13 repo = "lubelog"; 14 14 rev = "v${version}"; 15 - hash = "sha256-7bU+ZXYvwg33hW0d+4it/3eSnvQ2SW9vWEbqhGMYxQQ="; 15 + hash = "sha256-22I4OJZLeFLstGZF1fY/s8Y5tPgGJpJR/sPZpkHvUmY="; 16 16 }; 17 17 18 18 projectFile = "CarCareTracker.sln";
+9 -9
pkgs/development/compilers/graalvm/community-edition/graalpy/hashes.nix
··· 1 1 # Generated by update.sh script 2 2 { 3 - "version" = "23.1.2"; 3 + "version" = "24.0.0"; 4 4 "hashes" = { 5 5 "aarch64-linux" = { 6 - sha256 = "0ypzhi22q2d1dfl3qf3yfsaqdsrj8sksc2spa79rdqdr690li4y9"; 7 - url = "https://github.com/oracle/graalpython/releases/download/graal-23.1.2/graalpy-community-23.1.2-linux-aarch64.tar.gz"; 6 + sha256 = "1hz56nvl7av3xvwm7bxrzyri289h6hbawxsacn4zr7nm1snjn7i0"; 7 + url = "https://github.com/oracle/graalpython/releases/download/graal-24.0.0/graalpy-community-24.0.0-linux-aarch64.tar.gz"; 8 8 }; 9 9 "x86_64-linux" = { 10 - sha256 = "1n99hzf1sidacv4qr5j2b3dpwrc6qb71alwfkdxjqx6xv7g7nmr7"; 11 - url = "https://github.com/oracle/graalpython/releases/download/graal-23.1.2/graalpy-community-23.1.2-linux-amd64.tar.gz"; 10 + sha256 = "1ngqwrx1bc22jm12gmwqmqjfhhccpim1pai6885vg5xqsvc94y57"; 11 + url = "https://github.com/oracle/graalpython/releases/download/graal-24.0.0/graalpy-community-24.0.0-linux-amd64.tar.gz"; 12 12 }; 13 13 "x86_64-darwin" = { 14 - sha256 = "0g2xj5hiq8idacdm0jlg5lvvv98f38p6fjb839gfacsb25pmhkg7"; 15 - url = "https://github.com/oracle/graalpython/releases/download/graal-23.1.2/graalpy-community-23.1.2-macos-amd64.tar.gz"; 14 + sha256 = "07bh2fgk3l7vpws91ah48dsbrvvlq8wzfq88wq6ywilbikmnp0bw"; 15 + url = "https://github.com/oracle/graalpython/releases/download/graal-24.0.0/graalpy-community-24.0.0-macos-amd64.tar.gz"; 16 16 }; 17 17 "aarch64-darwin" = { 18 - sha256 = "0qinxqkkm9bfnzr43p3yhs3alfnl4pppca6yahsk5bp8ngyzasfj"; 19 - url = "https://github.com/oracle/graalpython/releases/download/graal-23.1.2/graalpy-community-23.1.2-macos-aarch64.tar.gz"; 18 + sha256 = "00kljb24835l51jrnzdfblbhf2psdfw3wg00rllcdhpmiji40mbz"; 19 + url = "https://github.com/oracle/graalpython/releases/download/graal-24.0.0/graalpy-community-24.0.0-macos-aarch64.tar.gz"; 20 20 }; 21 21 }; 22 22 }
+9 -9
pkgs/development/compilers/graalvm/community-edition/graalvm-ce/hashes.nix
··· 1 1 # Generated by update.sh script 2 2 { 3 - "version" = "21.0.2"; 3 + "version" = "22.0.0"; 4 4 "hashes" = { 5 5 "aarch64-linux" = { 6 - sha256 = "0yndazvc4kyr9widfn8ql5vd57m4m5inqz2wcpsarw38rs8ycjx3"; 7 - url = "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_linux-aarch64_bin.tar.gz"; 6 + sha256 = "01097qag9kjjwh3q11j76bn79x80dm8h5rdd6gzwrsqhn48hx6ns"; 7 + url = "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-22.0.0/graalvm-community-jdk-22.0.0_linux-aarch64_bin.tar.gz"; 8 8 }; 9 9 "x86_64-linux" = { 10 - sha256 = "0j5ffszcaqv3fq159hyb611jm8w1q4n1cywmbd7vi69smad0cj5h"; 11 - url = "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_linux-x64_bin.tar.gz"; 10 + sha256 = "0mq6vdsfgas8lhz1vdiz8qya37fy7qn0078q30zpa09ila3b9vp5"; 11 + url = "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-22.0.0/graalvm-community-jdk-22.0.0_linux-x64_bin.tar.gz"; 12 12 }; 13 13 "x86_64-darwin" = { 14 - sha256 = "1qfrn1068idnkzd6mdpw1x17sqrj59rz9avphj8225sxlhzsk2ks"; 15 - url = "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_macos-x64_bin.tar.gz"; 14 + sha256 = "1l8h9ai7s4km8wx1x43s3barnbq7b6hzfr1mbbmiksng1d2p26v9"; 15 + url = "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-22.0.0/graalvm-community-jdk-22.0.0_macos-x64_bin.tar.gz"; 16 16 }; 17 17 "aarch64-darwin" = { 18 - sha256 = "1dssa3nhix7bqygdkkfp0b9myjg5f91dlgm8mf6r7qf7mj9klpji"; 19 - url = "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_macos-aarch64_bin.tar.gz"; 18 + sha256 = "11ncf4wd5asr3jz21fs0j5w49zxrsdw3j42mpcczjy2z1j813cc7"; 19 + url = "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-22.0.0/graalvm-community-jdk-22.0.0_macos-aarch64_bin.tar.gz"; 20 20 }; 21 21 }; 22 22 }
+9 -9
pkgs/development/compilers/graalvm/community-edition/truffleruby/hashes.nix
··· 1 1 # Generated by update.sh script 2 2 { 3 - "version" = "23.1.2"; 3 + "version" = "24.0.0"; 4 4 "hashes" = { 5 5 "aarch64-linux" = { 6 - sha256 = "0bmrpp88zny0hbq4hqhs4xajqr96qxj6p5nj12m7kcr8hzh2vkf3"; 7 - url = "https://github.com/oracle/truffleruby/releases/download/graal-23.1.2/truffleruby-community-23.1.2-linux-aarch64.tar.gz"; 6 + sha256 = "0nq2wnc7kb3x37m68b2ylay6c341fzv4453k150a47fnj0p4d85p"; 7 + url = "https://github.com/oracle/truffleruby/releases/download/graal-24.0.0/truffleruby-community-24.0.0-linux-aarch64.tar.gz"; 8 8 }; 9 9 "x86_64-linux" = { 10 - sha256 = "0hrab1jrs59swpx33zg111wa4nv2215ygyckv47x6mmjibf30c86"; 11 - url = "https://github.com/oracle/truffleruby/releases/download/graal-23.1.2/truffleruby-community-23.1.2-linux-amd64.tar.gz"; 10 + sha256 = "1h8zqf9clxg3azma86gdm6yl8mif2sgmyhnvqdilap28vmj4mpns"; 11 + url = "https://github.com/oracle/truffleruby/releases/download/graal-24.0.0/truffleruby-community-24.0.0-linux-amd64.tar.gz"; 12 12 }; 13 13 "x86_64-darwin" = { 14 - sha256 = "1y68wz6rv2vksbnhmf57zlk8smgv9954np07d8ywdls99a92217z"; 15 - url = "https://github.com/oracle/truffleruby/releases/download/graal-23.1.2/truffleruby-community-23.1.2-macos-amd64.tar.gz"; 14 + sha256 = "03c4bxdzdz5m7n1kkmzsb8x0m1h4ms6ah29p9m4wrz8pjsb8682l"; 15 + url = "https://github.com/oracle/truffleruby/releases/download/graal-24.0.0/truffleruby-community-24.0.0-macos-amd64.tar.gz"; 16 16 }; 17 17 "aarch64-darwin" = { 18 - sha256 = "0za4ff3wlj2fgl2z3vzp2p4jf9x0fkvd98qwk1dm7lmffghfb14n"; 19 - url = "https://github.com/oracle/truffleruby/releases/download/graal-23.1.2/truffleruby-community-23.1.2-macos-aarch64.tar.gz"; 18 + sha256 = "0ph6ki66w4kqwnznbpgfd8k85xx6cgqslzy07v4sywhp9k246qld"; 19 + url = "https://github.com/oracle/truffleruby/releases/download/graal-24.0.0/truffleruby-community-24.0.0-macos-aarch64.tar.gz"; 20 20 }; 21 21 }; 22 22 }
+5 -11
pkgs/development/compilers/stanc/default.nix pkgs/by-name/st/stanc/package.nix
··· 1 - { lib 2 - , fetchFromGitHub 3 - , ocamlPackages 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + ocamlPackages, 4 5 }: 5 6 6 7 ocamlPackages.buildDunePackage rec { ··· 17 18 hash = "sha256-ixZCix3oLZhzs08JbmbNCO0lhAu1Jf+KnpHNKlU/FaA="; 18 19 }; 19 20 20 - # Error: This expression has type [ `Use_Sys_unix ] 21 - postPatch = '' 22 - substituteInPlace test/integration/run_bin_on_args.ml \ 23 - --replace "if Sys.file_exists (to_windows path) then to_windows cmd else cmd" "cmd" 24 - ''; 21 + nativeBuildInputs = with ocamlPackages; [ menhir ]; 25 22 26 - nativeBuildInputs = with ocamlPackages; [ 27 - menhir 28 - ]; 29 23 buildInputs = with ocamlPackages; [ 30 24 core_unix 31 25 menhirLib
+3 -3
pkgs/development/python-modules/androguard/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "androguard"; 34 - version = "4.1.0"; 34 + version = "3.4.0a1"; 35 35 format = "setuptools"; 36 36 37 37 src = fetchFromGitHub { 38 38 repo = pname; 39 39 owner = pname; 40 - rev = "refs/tags/v${version}"; 41 - sha256 = "sha256-NJYiuAr/rfR24pAhQDysGWXH2bBuvTrJI1jkmrJS8+c="; 40 + rev = "v${version}"; 41 + sha256 = "1aparxiq11y0hbvkayp92w684nyxyyx7mi0n1x6x51g5z6c58vmy"; 42 42 }; 43 43 44 44 nativeBuildInputs = [
+7 -5
pkgs/development/python-modules/dvc-http/default.nix
··· 4 4 , fetchFromGitHub 5 5 , dvc-objects 6 6 , fsspec 7 + , funcy 7 8 , pythonOlder 8 9 , pythonRelaxDepsHook 9 10 , setuptools-scm ··· 12 13 buildPythonPackage rec { 13 14 pname = "dvc-http"; 14 15 version = "2.32.0"; 15 - format = "pyproject"; 16 + pyproject = true; 16 17 17 18 disabled = pythonOlder "3.8"; 18 19 19 20 src = fetchFromGitHub { 20 21 owner = "iterative"; 21 - repo = pname; 22 + repo = "dvc-http"; 22 23 rev = "refs/tags/${version}"; 23 24 hash = "sha256-ru/hOFv/RcS/7SBpTJU8xFxdllmaiH4dV1ouS6GGKkY="; 24 25 }; 25 26 26 - nativeBuildInputs = [ 27 + build-system = [ 27 28 setuptools-scm 28 29 ]; 29 30 30 - propagatedBuildInputs = [ 31 + dependencies = [ 32 + aiohttp-retry 31 33 dvc-objects 32 34 fsspec 33 - aiohttp-retry 35 + funcy 34 36 ]; 35 37 36 38 # Currently it's not possible to run the tests
+3 -2
pkgs/development/python-modules/pyzufall/default.nix
··· 1 1 { lib, fetchPypi, python, buildPythonPackage, nose, future, coverage }: 2 2 3 3 buildPythonPackage rec { 4 - pname = "PyZufall"; 4 + pname = "pyzufall"; 5 5 version = "0.13.2"; 6 6 7 7 src = fetchPypi { 8 - inherit pname version; 8 + pname = "PyZufall"; 9 + inherit version; 9 10 sha256 = "1jffhi20m82fdf78bjhncbdxkfzcskrlipxlrqq9741xdvrn14b5"; 10 11 }; 11 12
+6 -6
pkgs/development/python-modules/scmrepo/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "scmrepo"; 22 - version = "3.2.0"; 23 - format = "pyproject"; 22 + version = "3.3.0"; 23 + pyproject = true; 24 24 25 25 disabled = pythonOlder "3.7"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "iterative"; 29 - repo = pname; 29 + repo = "scmrepo"; 30 30 rev = "refs/tags/${version}"; 31 - hash = "sha256-A09nuT8qxganDYiJNXhdhmnFKUeeVNYQKdHdReSnnac="; 31 + hash = "sha256-vAfqCr1/3S0yZ0wPDxSZ6b6NrcJxt7Lj7oCsTzAXX1k="; 32 32 }; 33 33 34 - nativeBuildInputs = [ 34 + build-system = [ 35 35 setuptools 36 36 setuptools-scm 37 37 ]; 38 38 39 - propagatedBuildInputs = [ 39 + dependencies = [ 40 40 asyncssh 41 41 dulwich 42 42 dvc-http
+2 -2
pkgs/development/python-modules/soundcloud-v2/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "soundcloud-v2"; 13 - version = "1.3.6"; 13 + version = "1.3.7"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "sha256-cHFxx/9fGQvpRuy0mGTUsh3CyU2xmE9frbd5+mnHo3Y="; 20 + sha256 = "sha256-DiaCnIEXKSxyE4+MCq0KwdKWUGfWO3LAVwsMNEkOmqc="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/transformers/default.nix
··· 53 53 54 54 buildPythonPackage rec { 55 55 pname = "transformers"; 56 - version = "4.38.2"; 56 + version = "4.39.0"; 57 57 format = "setuptools"; 58 58 59 59 disabled = pythonOlder "3.8"; ··· 62 62 owner = "huggingface"; 63 63 repo = "transformers"; 64 64 rev = "refs/tags/v${version}"; 65 - hash = "sha256-/rt2XHN46NcFwlM9MOygVvpQkfPVu2eCNybYmSj711M="; 65 + hash = "sha256-iOypG9WRvZ3Y9wwW/wGlHGdQx246TGqvvml9qyI2vFk="; 66 66 }; 67 67 68 68 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/weasyprint/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "weasyprint"; 27 - version = "61.1"; 27 + version = "61.2"; 28 28 format = "pyproject"; 29 29 30 30 disabled = pythonOlder "3.8"; ··· 32 32 src = fetchPypi { 33 33 inherit version; 34 34 pname = "weasyprint"; 35 - hash = "sha256-fLyCTcQCbYKpc2Jkd1X4N90VeZlJY5zIpCjdM9OFAJo="; 35 + hash = "sha256-R99s/u/4xsKM8uTK+DfN4XcV7+RicIradLqi6zkbYFk="; 36 36 }; 37 37 38 38 patches = [
+2 -2
pkgs/development/python-modules/whenever/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "whenever"; 16 - version = "0.4.0"; 16 + version = "0.5.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "ariebovenberg"; 23 23 repo = "whenever"; 24 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-vZRdt3Vxndp0iwA5uwMHSbzQZZZc5+tBWh3tMJYfIaU="; 25 + hash = "sha256-5Ik9+i5T5ztb+2zqFZ+SBmrZFLDxji66e3lK0z2w92c="; 26 26 }; 27 27 28 28 postPatch = ''
+3 -3
pkgs/shells/fzf-git-sh/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "fzf-git-sh"; 20 - version = "unstable-2022-09-30"; 20 + version = "0-unstable-2024-03-17"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "junegunn"; 24 24 repo = "fzf-git.sh"; 25 - rev = "9190e1bf7273d85f435fa759a5c3b20e588e9f7e"; 26 - sha256 = "sha256-2CGjk1oTXip+eAJMuOk/X3e2KTwfwzcKTcGToA2xPd4="; 25 + rev = "e4cba1fcf8aed9a2348e47b0ba64299122b81709"; 26 + hash = "sha256-glI+TldLGGiXyI5ZghaEgjc+2DJCMdmBnho/Z7IgJoE="; 27 27 }; 28 28 29 29 dontBuild = true;
+2 -2
pkgs/shells/yash/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "yash"; 5 - version = "2.55"; 5 + version = "2.56.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "magicant"; 9 9 repo = pname; 10 10 rev = version; 11 - hash = "sha256-raTIqklo69JEuhzdWUK3uywuLjqeQJCJ9nvnLRxlGr4="; 11 + hash = "sha256-G4l0JmtrYaVKfQiJKTOiNWgpsKNhHtbAT0l/VboMJTc="; 12 12 }; 13 13 14 14 strictDeps = true;
+2 -2
pkgs/tools/admin/lxd/default.nix
··· 18 18 19 19 buildGoModule rec { 20 20 pname = "lxd-unwrapped"; 21 - version = "5.20"; 21 + version = "5.21.0"; 22 22 23 23 src = fetchurl { 24 24 url = "https://github.com/canonical/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz"; 25 - hash = "sha256-L5WLdX9M3mTQ81eNoL2p7lllo6cOwJVu3fgofRKQFn8="; 25 + hash = "sha256-vnh+8Jm4Olg+VdAPpGboLSbChdnwsU84IgyzGe4ltg8="; 26 26 }; 27 27 28 28 vendorHash = null;
+3 -3
pkgs/tools/misc/thefuck/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, buildPythonApplication 2 2 , colorama, decorator, psutil, pyte, six 3 - , go, mock, pytestCheckHook, pytest-mock 3 + , go, mock, pytestCheckHook, pytest-mock, pytest_7 4 4 }: 5 5 6 6 buildPythonApplication rec { ··· 16 16 17 17 propagatedBuildInputs = [ colorama decorator psutil pyte six ]; 18 18 19 - nativeCheckInputs = [ go mock pytestCheckHook pytest-mock ]; 19 + nativeCheckInputs = [ go mock (pytestCheckHook.override { pytest = pytest_7; }) pytest-mock ]; 20 20 21 21 disabledTests = lib.optionals stdenv.isDarwin [ 22 22 "test_settings_defaults" ··· 39 39 homepage = "https://github.com/nvbn/thefuck"; 40 40 description = "Magnificent app which corrects your previous console command"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ ]; 42 + maintainers = with maintainers; [ marcusramberg ]; 43 43 }; 44 44 }
+9 -2
pkgs/tools/networking/curl-impersonate/default.nix
··· 11 11 , python3 12 12 , ninja 13 13 , perl 14 - , autoconf 14 + # autoconf-2.71 fails on problematic configure: 15 + # checking curl version... 7.84.0 16 + # ./configure: line 6713: syntax error near unexpected token `;;' 17 + , autoconf269 15 18 , automake 16 19 , libtool 17 20 , darwin ··· 40 43 ./curl-impersonate-0.5.2-fix-shebangs.patch 41 44 ]; 42 45 46 + # Disable blanket -Werror to fix build on `gcc-13` related to minor 47 + # warnings on `boringssl`. 48 + env.NIX_CFLAGS_COMPILE = "-Wno-error"; 49 + 43 50 strictDeps = true; 44 51 45 52 nativeBuildInputs = lib.optionals stdenv.isDarwin [ ··· 52 59 python3.pkgs.gyp 53 60 ninja 54 61 perl 55 - autoconf 62 + autoconf269 56 63 automake 57 64 libtool 58 65 unzip
+5 -5
pkgs/tools/package-management/harmonia/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "harmonia"; 15 - version = "0.7.4"; 15 + version = "0.7.5"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "nix-community"; 19 19 repo = pname; 20 20 rev = "refs/tags/${pname}-v${version}"; 21 - hash = "sha256-72JMrXmxw/FuGjqXXxMIGiAbUUOqXEERdQwch+s3iwU="; 21 + hash = "sha256-QqRq5maYk4hDl0MXkj9wOPWUta5b+kXG9e/kqRorNE4="; 22 22 }; 23 23 24 - cargoHash = "sha256-Q5Y5v7mmJpfZFGRgurTcRBRtbApFRrwqOBHdZTJbyzc="; 24 + cargoHash = "sha256-dlmSn4cWU6RqEiUoQYNJFhxu3owplkxlbtszBxm+GbU="; 25 25 26 26 nativeBuildInputs = [ 27 - pkg-config nixVersions.nix_2_19 27 + pkg-config nixVersions.nix_2_21 28 28 ]; 29 29 30 30 buildInputs = [ 31 31 boost 32 32 libsodium 33 - nixVersions.nix_2_19 33 + nixVersions.nix_2_21 34 34 ]; 35 35 36 36 passthru = {
+92 -86
pkgs/tools/typesetting/typstfmt/Cargo.lock pkgs/by-name/ty/typstfmt/Cargo.lock
··· 19 19 20 20 [[package]] 21 21 name = "bitflags" 22 - version = "2.4.1" 22 + version = "2.4.2" 23 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 24 + checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 25 25 26 26 [[package]] 27 27 name = "bstr" ··· 36 36 37 37 [[package]] 38 38 name = "bstr" 39 - version = "1.8.0" 39 + version = "1.9.1" 40 40 source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c" 41 + checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 42 42 dependencies = [ 43 43 "memchr", 44 44 "serde", ··· 85 85 86 86 [[package]] 87 87 name = "console" 88 - version = "0.15.7" 88 + version = "0.15.8" 89 89 source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" 90 + checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 91 91 dependencies = [ 92 92 "encode_unicode", 93 93 "lazy_static", ··· 117 117 118 118 [[package]] 119 119 name = "ecow" 120 - version = "0.1.2" 120 + version = "0.2.0" 121 121 source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "1d1990d053cf6edf3f030682dba3b0eb65ef01fabb2686072765d8a17d6728e8" 122 + checksum = "e6ea5e3f9cda726431da9d1a8d5a29785d544b31e98e1ca7a210906244002e02" 123 123 dependencies = [ 124 124 "serde", 125 125 ] 126 126 127 127 [[package]] 128 128 name = "either" 129 - version = "1.9.0" 129 + version = "1.10.0" 130 130 source = "registry+https://github.com/rust-lang/crates.io-index" 131 - checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 131 + checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 132 132 133 133 [[package]] 134 134 name = "encode_unicode" ··· 144 144 145 145 [[package]] 146 146 name = "getrandom" 147 - version = "0.2.11" 147 + version = "0.2.12" 148 148 source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" 149 + checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 150 150 dependencies = [ 151 151 "cfg-if", 152 152 "libc", ··· 171 171 checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 172 172 dependencies = [ 173 173 "aho-corasick", 174 - "bstr 1.8.0", 174 + "bstr 1.9.1", 175 175 "log", 176 - "regex-automata 0.4.3", 176 + "regex-automata 0.4.5", 177 177 "regex-syntax", 178 178 ] 179 179 ··· 185 185 186 186 [[package]] 187 187 name = "indexmap" 188 - version = "2.1.0" 188 + version = "2.2.3" 189 189 source = "registry+https://github.com/rust-lang/crates.io-index" 190 - checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 190 + checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" 191 191 dependencies = [ 192 192 "equivalent", 193 193 "hashbrown", ··· 195 195 196 196 [[package]] 197 197 name = "insta" 198 - version = "1.34.0" 198 + version = "1.35.1" 199 199 source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" 200 + checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" 201 201 dependencies = [ 202 202 "console", 203 203 "lazy_static", ··· 229 229 230 230 [[package]] 231 231 name = "libc" 232 - version = "0.2.150" 232 + version = "0.2.153" 233 233 source = "registry+https://github.com/rust-lang/crates.io-index" 234 - checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 234 + checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 235 235 236 236 [[package]] 237 237 name = "libredox" ··· 239 239 source = "registry+https://github.com/rust-lang/crates.io-index" 240 240 checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 241 241 dependencies = [ 242 - "bitflags 2.4.1", 242 + "bitflags 2.4.2", 243 243 "libc", 244 244 "redox_syscall", 245 245 ] ··· 258 258 259 259 [[package]] 260 260 name = "memchr" 261 - version = "2.6.4" 261 + version = "2.7.1" 262 262 source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 263 + checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 264 264 265 265 [[package]] 266 266 name = "nu-ansi-term" ··· 274 274 275 275 [[package]] 276 276 name = "once_cell" 277 - version = "1.18.0" 277 + version = "1.19.0" 278 278 source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 279 + checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 280 280 281 281 [[package]] 282 282 name = "overload" ··· 292 292 293 293 [[package]] 294 294 name = "proc-macro2" 295 - version = "1.0.70" 295 + version = "1.0.78" 296 296 source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 297 + checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 298 298 dependencies = [ 299 299 "unicode-ident", 300 300 ] 301 301 302 302 [[package]] 303 303 name = "quote" 304 - version = "1.0.33" 304 + version = "1.0.35" 305 305 source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 306 + checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 307 307 dependencies = [ 308 308 "proc-macro2", 309 309 ] ··· 330 330 331 331 [[package]] 332 332 name = "regex" 333 - version = "1.10.2" 333 + version = "1.10.3" 334 334 source = "registry+https://github.com/rust-lang/crates.io-index" 335 - checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 335 + checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 336 336 dependencies = [ 337 337 "aho-corasick", 338 338 "memchr", 339 - "regex-automata 0.4.3", 339 + "regex-automata 0.4.5", 340 340 "regex-syntax", 341 341 ] 342 342 ··· 348 348 349 349 [[package]] 350 350 name = "regex-automata" 351 - version = "0.4.3" 351 + version = "0.4.5" 352 352 source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 353 + checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 354 354 dependencies = [ 355 355 "aho-corasick", 356 356 "memchr", ··· 374 374 375 375 [[package]] 376 376 name = "serde" 377 - version = "1.0.193" 377 + version = "1.0.197" 378 378 source = "registry+https://github.com/rust-lang/crates.io-index" 379 - checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 379 + checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 380 380 dependencies = [ 381 381 "serde_derive", 382 382 ] 383 383 384 384 [[package]] 385 385 name = "serde_derive" 386 - version = "1.0.193" 386 + version = "1.0.197" 387 387 source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 388 + checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 389 389 dependencies = [ 390 390 "proc-macro2", 391 391 "quote", ··· 394 394 395 395 [[package]] 396 396 name = "serde_spanned" 397 - version = "0.6.4" 397 + version = "0.6.5" 398 398 source = "registry+https://github.com/rust-lang/crates.io-index" 399 - checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" 399 + checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 400 400 dependencies = [ 401 401 "serde", 402 402 ] ··· 412 412 413 413 [[package]] 414 414 name = "similar" 415 - version = "2.3.0" 415 + version = "2.4.0" 416 416 source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" 417 + checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" 418 418 dependencies = [ 419 419 "bstr 0.2.17", 420 420 "unicode-segmentation", ··· 438 438 439 439 [[package]] 440 440 name = "smallvec" 441 - version = "1.11.2" 441 + version = "1.13.1" 442 442 source = "registry+https://github.com/rust-lang/crates.io-index" 443 - checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" 443 + checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 444 444 445 445 [[package]] 446 446 name = "syn" 447 - version = "2.0.39" 447 + version = "2.0.52" 448 448 source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 449 + checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" 450 450 dependencies = [ 451 451 "proc-macro2", 452 452 "quote", ··· 455 455 456 456 [[package]] 457 457 name = "thiserror" 458 - version = "1.0.50" 458 + version = "1.0.57" 459 459 source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" 460 + checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 461 461 dependencies = [ 462 462 "thiserror-impl", 463 463 ] 464 464 465 465 [[package]] 466 466 name = "thiserror-impl" 467 - version = "1.0.50" 467 + version = "1.0.57" 468 468 source = "registry+https://github.com/rust-lang/crates.io-index" 469 - checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" 469 + checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 470 470 dependencies = [ 471 471 "proc-macro2", 472 472 "quote", ··· 475 475 476 476 [[package]] 477 477 name = "thread_local" 478 - version = "1.1.7" 478 + version = "1.1.8" 479 479 source = "registry+https://github.com/rust-lang/crates.io-index" 480 - checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 480 + checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 481 481 dependencies = [ 482 482 "cfg-if", 483 483 "once_cell", ··· 585 585 586 586 [[package]] 587 587 name = "typst-syntax" 588 - version = "0.7.0" 589 - source = "git+https://github.com/typst/typst.git?tag=v0.7.0#da8367e189b02918a8fe1a98fd3059fd11a82cd9" 588 + version = "0.10.0" 589 + source = "git+https://github.com/typst/typst.git?tag=v0.10.0#70ca0d257bb4ba927f63260e20443f244e0bb58c" 590 590 dependencies = [ 591 591 "comemo", 592 592 "ecow", ··· 595 595 "tracing", 596 596 "unicode-ident", 597 597 "unicode-math-class", 598 + "unicode-script", 598 599 "unicode-segmentation", 599 600 "unscanny", 600 601 ] 601 602 602 603 [[package]] 603 604 name = "typstfmt" 604 - version = "0.2.7" 605 + version = "0.2.9" 605 606 dependencies = [ 606 607 "confy", 607 - "lexopt", 608 - "typstfmt_lib", 609 - ] 610 - 611 - [[package]] 612 - name = "typstfmt_lib" 613 - version = "0.2.7" 614 - dependencies = [ 615 608 "globmatch", 616 609 "insta", 617 610 "itertools", 611 + "lexopt", 618 612 "regex", 619 613 "serde", 620 614 "similar-asserts", ··· 622 616 "tracing", 623 617 "tracing-subscriber", 624 618 "typst-syntax", 625 - "unicode-segmentation", 619 + "unicode-width", 626 620 ] 627 621 628 622 [[package]] ··· 638 632 checksum = "7d246cf599d5fae3c8d56e04b20eb519adb89a8af8d0b0fbcded369aa3647d65" 639 633 640 634 [[package]] 635 + name = "unicode-script" 636 + version = "0.5.6" 637 + source = "registry+https://github.com/rust-lang/crates.io-index" 638 + checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" 639 + 640 + [[package]] 641 641 name = "unicode-segmentation" 642 - version = "1.10.1" 642 + version = "1.11.0" 643 + source = "registry+https://github.com/rust-lang/crates.io-index" 644 + checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 645 + 646 + [[package]] 647 + name = "unicode-width" 648 + version = "0.1.11" 643 649 source = "registry+https://github.com/rust-lang/crates.io-index" 644 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 650 + checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 645 651 646 652 [[package]] 647 653 name = "unscanny" ··· 704 710 705 711 [[package]] 706 712 name = "windows-sys" 707 - version = "0.45.0" 713 + version = "0.52.0" 708 714 source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 715 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 710 716 dependencies = [ 711 717 "windows-targets", 712 718 ] 713 719 714 720 [[package]] 715 721 name = "windows-targets" 716 - version = "0.42.2" 722 + version = "0.52.4" 717 723 source = "registry+https://github.com/rust-lang/crates.io-index" 718 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 724 + checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 719 725 dependencies = [ 720 726 "windows_aarch64_gnullvm", 721 727 "windows_aarch64_msvc", ··· 728 734 729 735 [[package]] 730 736 name = "windows_aarch64_gnullvm" 731 - version = "0.42.2" 737 + version = "0.52.4" 732 738 source = "registry+https://github.com/rust-lang/crates.io-index" 733 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 739 + checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 734 740 735 741 [[package]] 736 742 name = "windows_aarch64_msvc" 737 - version = "0.42.2" 743 + version = "0.52.4" 738 744 source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 745 + checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 740 746 741 747 [[package]] 742 748 name = "windows_i686_gnu" 743 - version = "0.42.2" 749 + version = "0.52.4" 744 750 source = "registry+https://github.com/rust-lang/crates.io-index" 745 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 751 + checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 746 752 747 753 [[package]] 748 754 name = "windows_i686_msvc" 749 - version = "0.42.2" 755 + version = "0.52.4" 750 756 source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 757 + checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 752 758 753 759 [[package]] 754 760 name = "windows_x86_64_gnu" 755 - version = "0.42.2" 761 + version = "0.52.4" 756 762 source = "registry+https://github.com/rust-lang/crates.io-index" 757 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 763 + checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 758 764 759 765 [[package]] 760 766 name = "windows_x86_64_gnullvm" 761 - version = "0.42.2" 767 + version = "0.52.4" 762 768 source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 769 + checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 764 770 765 771 [[package]] 766 772 name = "windows_x86_64_msvc" 767 - version = "0.42.2" 773 + version = "0.52.4" 768 774 source = "registry+https://github.com/rust-lang/crates.io-index" 769 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 775 + checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 770 776 771 777 [[package]] 772 778 name = "winnow" 773 - version = "0.5.25" 779 + version = "0.5.40" 774 780 source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "b7e87b8dfbe3baffbe687eef2e164e32286eff31a5ee16463ce03d991643ec94" 781 + checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 776 782 dependencies = [ 777 783 "memchr", 778 784 ]
+11 -8
pkgs/tools/typesetting/typstfmt/default.nix pkgs/by-name/ty/typstfmt/package.nix
··· 1 - { lib, rustPlatform, fetchFromGitHub }: 1 + { lib 2 + , rustPlatform 3 + , fetchFromGitHub 4 + }: 2 5 3 6 rustPlatform.buildRustPackage rec { 4 7 pname = "typstfmt"; 5 - version = "0.2.7"; 8 + version = "0.2.9"; 6 9 7 10 src = fetchFromGitHub { 8 11 owner = "astrale-sharp"; 9 12 repo = "typstfmt"; 10 13 rev = version; 11 - hash = "sha256-LBYsTCjZ+U+lgd7Z3H1sBcWwseoHsuepPd66bWgfvhI="; 14 + hash = "sha256-bSjUr6tHQrmni/YmApHrvY2cVz3xf1VKfg35BJjuOZM="; 12 15 }; 13 16 14 17 cargoLock = { 15 18 lockFile = ./Cargo.lock; 16 19 outputHashes = { 17 - "typst-syntax-0.7.0" = "sha256-yrtOmlFAKOqAmhCP7n0HQCOQpU3DWyms5foCdUb9QTg="; 20 + "typst-syntax-0.10.0" = "sha256-qiskc0G/ZdLRZjTicoKIOztRFem59TM4ki23Rl55y9s="; 18 21 }; 19 22 }; 20 23 21 - meta = with lib; { 24 + meta = { 25 + changelog = "https://github.com/astrale-sharp/typstfmt/blob/${src.rev}/CHANGELOG.md"; 22 26 description = "A formatter for the Typst language"; 23 27 homepage = "https://github.com/astrale-sharp/typstfmt"; 24 - changelog = "https://github.com/astrale-sharp/typstfmt/blob/${src.rev}/CHANGELOG.md"; 25 - license = licenses.mit; 26 - maintainers = with maintainers; [ figsoda geri1701 ]; 28 + license = lib.licenses.mit; 27 29 mainProgram = "typstfmt"; 30 + maintainers = with lib.maintainers; [ figsoda geri1701 ]; 28 31 }; 29 32 }
+7 -13
pkgs/top-level/all-packages.nix
··· 7274 7274 7275 7275 curlWithGnuTls = curl.override { gnutlsSupport = true; opensslSupport = false; }; 7276 7276 7277 - curl-impersonate = 7278 - builtins.mapAttrs (_: pin-to-gcc12-if-gcc13) 7279 - (darwin.apple_sdk_11_0.callPackage ../tools/networking/curl-impersonate { }); 7280 - curl-impersonate-ff = pin-to-gcc12-if-gcc13 curl-impersonate.curl-impersonate-ff; 7281 - curl-impersonate-chrome = pin-to-gcc12-if-gcc13 curl-impersonate.curl-impersonate-chrome; 7277 + curl-impersonate = darwin.apple_sdk_11_0.callPackage ../tools/networking/curl-impersonate { }; 7278 + curl-impersonate-ff = curl-impersonate.curl-impersonate-ff; 7279 + curl-impersonate-chrome = curl-impersonate.curl-impersonate-chrome; 7282 7280 7283 7281 curlie = callPackage ../tools/networking/curlie { }; 7284 7282 ··· 10599 10597 lxcfs = callPackage ../os-specific/linux/lxcfs { }; 10600 10598 10601 10599 lxd = callPackage ../tools/admin/lxd/wrapper.nix { }; 10602 - lxd-unwrapped = callPackage ../tools/admin/lxd { }; 10600 + lxd-unwrapped = callPackage ../tools/admin/lxd { 10601 + buildGoModule = buildGo122Module; 10602 + }; 10603 10603 10604 10604 lxd-image-server = callPackage ../tools/virtualization/lxd-image-server { }; 10605 10605 ··· 10893 10893 metasploit = callPackage ../tools/security/metasploit { }; 10894 10894 10895 10895 mhost = callPackage ../applications/networking/mhost { 10896 - inherit (darwin.apple_sdk.frameworks) Security; 10896 + inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; 10897 10897 }; 10898 10898 10899 10899 ms-sys = callPackage ../tools/misc/ms-sys { }; ··· 14111 14111 14112 14112 typos = callPackage ../development/tools/typos { }; 14113 14113 14114 - typstfmt = callPackage ../tools/typesetting/typstfmt { }; 14115 - 14116 14114 typst-live = callPackage ../tools/typesetting/typst-live { }; 14117 14115 14118 14116 tz = callPackage ../tools/misc/tz { }; ··· 17091 17089 }; 17092 17090 17093 17091 stalin = callPackage ../development/compilers/stalin { }; 17094 - 17095 - stanc = callPackage ../development/compilers/stanc { 17096 - ocamlPackages = ocaml-ng.ocamlPackages_4_14_janeStreet_0_15; 17097 - }; 17098 17092 17099 17093 metaBuildEnv = callPackage ../development/compilers/meta-environment/meta-build-env { }; 17100 17094