From 5e2e65eaab16ac1ddad8e4decf4b378baf93f9d6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 12:00:24 +0000 Subject: [PATCH 01/90] python3Packages.kde-material-you-colors: 2.0.2 -> 2.2.0 --- .../python-modules/kde-material-you-colors/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/kde-material-you-colors/default.nix b/pkgs/development/python-modules/kde-material-you-colors/default.nix index 6d7289051550..fc8b13390f02 100644 --- a/pkgs/development/python-modules/kde-material-you-colors/default.nix +++ b/pkgs/development/python-modules/kde-material-you-colors/default.nix @@ -14,14 +14,14 @@ buildPythonPackage (finalAttrs: { pname = "kde-material-you-colors"; - version = "2.0.2"; + version = "2.2.0"; pyproject = true; src = fetchFromGitHub { owner = "luisbocanegra"; repo = "kde-material-you-colors"; tag = "v${finalAttrs.version}"; - hash = "sha256-fvDWBcXCIviCXMlLFPowJttNmpX1JO1OZsnSPyNhLv8="; + hash = "sha256-sN7u3jePevJnTHhQL6eAYKU2AD2QNW7VYuEHLN5RsK8="; }; build-system = [ setuptools ]; From aab433c379fbff226e260a74864302e0955432e8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 10 Apr 2026 13:43:37 +0000 Subject: [PATCH 02/90] gowall: 0.2.3 -> 0.2.4 --- pkgs/by-name/go/gowall/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/go/gowall/package.nix b/pkgs/by-name/go/gowall/package.nix index 70133d3a6e4a..245d95d910d4 100644 --- a/pkgs/by-name/go/gowall/package.nix +++ b/pkgs/by-name/go/gowall/package.nix @@ -10,16 +10,16 @@ buildGoModule (finalAttrs: { pname = "gowall"; - version = "0.2.3"; + version = "0.2.4"; src = fetchFromGitHub { owner = "Achno"; repo = "gowall"; rev = "v${finalAttrs.version}"; - hash = "sha256-HZEVH3T4dmBE4OMPjtHj3qdeT4i27+YhZWJgYqbg5ss="; + hash = "sha256-mogjHIsm+N3/wtrfayiKuYe6REPVrt8xLZDpgdKkX34="; }; - vendorHash = "sha256-zQoXrQnejng1jBKRMaQzQaZYKWxJPXjgdplnuVhazuM="; + vendorHash = "sha256-nRmW7jGcURbrXVwg5kxmloet2aV2s8JjhEeO1KybtME="; nativeBuildInputs = [ installShellFiles From fc62731103fe9e4303fca0c2a0fad91e460c628e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 20 Apr 2026 03:03:30 +0000 Subject: [PATCH 03/90] libretro-shaders-slang: 0-unstable-2026-04-10 -> 0-unstable-2026-04-17 --- pkgs/by-name/li/libretro-shaders-slang/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/libretro-shaders-slang/package.nix b/pkgs/by-name/li/libretro-shaders-slang/package.nix index 1de11e79ce75..8da1d491f1ef 100644 --- a/pkgs/by-name/li/libretro-shaders-slang/package.nix +++ b/pkgs/by-name/li/libretro-shaders-slang/package.nix @@ -7,13 +7,13 @@ stdenvNoCC.mkDerivation { pname = "libretro-shaders-slang"; - version = "0-unstable-2026-04-10"; + version = "0-unstable-2026-04-17"; src = fetchFromGitHub { owner = "libretro"; repo = "slang-shaders"; - rev = "3e8578d3341c08647470542010b2daf8e7218fa9"; - hash = "sha256-n9R9lff3AaIEE397kOZxG5fE+/jvCYqkBeUL7MKGkZU="; + rev = "12b0869495c1ea8238b53179ec33888205f6800f"; + hash = "sha256-9b/c+DCmy61Wsy70MU5efNhPKQa5C03P1eZZPwJDNvA="; }; dontConfigure = true; From f52eea3e9ae1bb52b06f8ecdf7ca4080948b9254 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 20 Apr 2026 09:34:34 +0000 Subject: [PATCH 04/90] boinc: 8.2.8 -> 8.2.10 --- pkgs/by-name/bo/boinc/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/bo/boinc/package.nix b/pkgs/by-name/bo/boinc/package.nix index 1b170dfb5137..7d16cae6f317 100644 --- a/pkgs/by-name/bo/boinc/package.nix +++ b/pkgs/by-name/bo/boinc/package.nix @@ -28,14 +28,14 @@ stdenv.mkDerivation rec { pname = "boinc"; - version = "8.2.8"; + version = "8.2.10"; src = fetchFromGitHub { name = "${pname}-${version}-src"; owner = "BOINC"; repo = "boinc"; rev = "client_release/${lib.versions.majorMinor version}/${version}"; - hash = "sha256-yCsqkC6kle2oE29KP5qILe0F+5AOpFl2S3s2c09x7N4="; + hash = "sha256-+/EuGJluTXhEWZT97P60vE6e8uX3+GdCyJwf9nzsh4E="; }; nativeBuildInputs = [ From 56de255da58cbccb10a08a27164563db6a3278db Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 07:39:47 +0000 Subject: [PATCH 05/90] python3Packages.py-opensonic: 8.1.3 -> 9.0.1 --- pkgs/development/python-modules/py-opensonic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/py-opensonic/default.nix b/pkgs/development/python-modules/py-opensonic/default.nix index f67b8bfc7c02..4d48cc1435c9 100644 --- a/pkgs/development/python-modules/py-opensonic/default.nix +++ b/pkgs/development/python-modules/py-opensonic/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "py-opensonic"; - version = "8.1.3"; + version = "9.0.1"; pyproject = true; src = fetchFromGitHub { owner = "khers"; repo = "py-opensonic"; tag = "v${version}"; - hash = "sha256-p8vcH0rL2ebFzZCouIEJ1EZCJaxpjQeOUtQug3B88T8="; + hash = "sha256-CkOAqeB9p6K3qFf7q/McyTpKte8w4sKo3fuBk6sx6ZE="; }; build-system = [ setuptools ]; From 83275fa0c6e10c5bdccee2f9206d5a2c531abb13 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 07:46:51 +0000 Subject: [PATCH 06/90] python3Packages.django-anymail: 14.0 -> 15.0 --- pkgs/development/python-modules/django-anymail/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-anymail/default.nix b/pkgs/development/python-modules/django-anymail/default.nix index 157506501cb2..cc57f2dd5d2b 100644 --- a/pkgs/development/python-modules/django-anymail/default.nix +++ b/pkgs/development/python-modules/django-anymail/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "django-anymail"; - version = "14.0"; + version = "15.0"; pyproject = true; src = fetchFromGitHub { owner = "anymail"; repo = "django-anymail"; tag = "v${version}"; - hash = "sha256-S/HEbWyvfAQ/kHodN0ylrg1lU7lYWGUznSqVC+yUzSU="; + hash = "sha256-SAiHjVFh0x1lXoxAlU+Lpfzv9pndsz/V9AVWwyKehEo="; }; build-system = [ hatchling ]; From 0de8c58acce9f0dc138547a82ae54b68b04a680c Mon Sep 17 00:00:00 2001 From: Arsenii Zorin Date: Tue, 21 Apr 2026 14:55:19 +0300 Subject: [PATCH 07/90] pulumi-bin: 3.230.0 -> 3.231.0 --- pkgs/by-name/pu/pulumi-bin/data.nix | 130 ++++++++++++++-------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/pkgs/by-name/pu/pulumi-bin/data.nix b/pkgs/by-name/pu/pulumi-bin/data.nix index 095fa838a695..4f5bf45c942b 100644 --- a/pkgs/by-name/pu/pulumi-bin/data.nix +++ b/pkgs/by-name/pu/pulumi-bin/data.nix @@ -1,16 +1,16 @@ # DO NOT EDIT! This file is generated automatically by update.sh { }: { - version = "3.230.0"; + version = "3.231.0"; pulumiPkgs = { x86_64-linux = [ { - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.230.0-linux-x64.tar.gz"; - sha256 = "1v78xqs66aqgw02dqxnnrjksh2jcypvdr738k2jnyqw5vc974csj"; + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.231.0-linux-x64.tar.gz"; + sha256 = "0xbibmm40gjic48m0zn9qbirl5rq41cawrzij79w6iqnxmr960jh"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.51.0-linux-amd64.tar.gz"; - sha256 = "1f5pvflvcd9xr86ys1n46ywyakl30l2xrrwqhbhkb117gp17a9lx"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.52.0-linux-amd64.tar.gz"; + sha256 = "1n3ffjh664kdmy30ri222f9p74zzdfs2qqq3adlf0wjzk9ysx1j8"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v11.1.0-linux-amd64.tar.gz"; @@ -25,12 +25,12 @@ sha256 = "1j80sayzic63ahyv2x9k7kpisi7rvjml7cid1xzzcac8z7s2nhxq"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.39.0-linux-amd64.tar.gz"; - sha256 = "1hfxg058jcbxfigl8a5sbapfm09hcyjrm2h63ksaw0gn7ny26y46"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.40.0-linux-amd64.tar.gz"; + sha256 = "00xz7zb8z64fy9fwbl6797ndj8q9xb3xnxpi6f5s4sbg3lzicp7j"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.25.0-linux-amd64.tar.gz"; - sha256 = "0p694pdhhklcjx8dx7jl7n7a7x9j0yria137irrs3hqxijrgvjzq"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.26.0-linux-amd64.tar.gz"; + sha256 = "0rd6hi52b1wm8mqvhg69q11c0h7gk3ii74jyh9f8hc1bnn3nib4l"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.9.0-linux-amd64.tar.gz"; @@ -57,8 +57,8 @@ sha256 = "1af9y48rchnpryyy3j228d94iyvfrhphjw6m94r92y6carkpggg5"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.63.0-linux-amd64.tar.gz"; - sha256 = "0ysmly93yls8cq6y9kb5ksavfhlpddqdgx187a1mjl61j8iq80r0"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.64.1-linux-amd64.tar.gz"; + sha256 = "1jaf26rrhwf4b2bakvf5sidbvq8flqp5jgs8r7x5zgidr27p06b1"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v4.11.2-linux-amd64.tar.gz"; @@ -69,12 +69,12 @@ sha256 = "0hnardid0kbzy65dmn7vz8ddy5hq78nf2871zz6srf2hfyiv7qa4"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v11.5.0-linux-amd64.tar.gz"; - sha256 = "08mwfxjmmdka6ka1qx9p09zigkj6lw4vjb4b3zm6599rgzzxgcs1"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.0.0-linux-amd64.tar.gz"; + sha256 = "0cfmmrlcw7axfifha743gdms5mj5f11g9c07dbzwm42v9s8mpdkb"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.19.0-linux-amd64.tar.gz"; - sha256 = "0bbac1gmrg4gprzwginwqqh7jz7n8xf4gikdbmg8wh1lwx6pnfjx"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.20.0-linux-amd64.tar.gz"; + sha256 = "1rxdalz46s6qicikkjgqyvspbysc1bb76chx9zpzkq5vm6y9gaxs"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.12.2-linux-amd64.tar.gz"; @@ -93,8 +93,8 @@ sha256 = "19k79m8dhkiy4x4rs6dq4zkfczjsnmc0mvbh57b5l52imsv7ks7m"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.28.0-linux-amd64.tar.gz"; - sha256 = "0saa0i1id3lgdlw8wi2wbwymd1vnxdzmrqqr876gk9hcs9fj7bar"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.29.0-linux-amd64.tar.gz"; + sha256 = "1y3qvvnpdkzvq32zwh0gb8a56r5f369gg6cknj2drndx7nan7q2y"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v5.10.0-linux-amd64.tar.gz"; @@ -163,12 +163,12 @@ ]; x86_64-darwin = [ { - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.230.0-darwin-x64.tar.gz"; - sha256 = "0yh8jz8fawch5zr0k0wg2k4nkkdkjp4hmabs8m7kzb87b6f0i75j"; + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.231.0-darwin-x64.tar.gz"; + sha256 = "1vlpyir3yvm4aixgvz8iiy41y6zzm6ybd29zkgrfdk004m06a6k4"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.51.0-darwin-amd64.tar.gz"; - sha256 = "19q09p7kqygdm1j2rvxbzzivyf983pi4frkfak3n63ybkbnxsp43"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.52.0-darwin-amd64.tar.gz"; + sha256 = "069qcq92phcdx78pjjbglzpwfwq3nv3sb87x0kdzm79hacgrhah4"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v11.1.0-darwin-amd64.tar.gz"; @@ -183,12 +183,12 @@ sha256 = "142ydaywi8xw3k8w2c2py0x88sxf55v9z26yjkjhn2izcr9yv3fg"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.39.0-darwin-amd64.tar.gz"; - sha256 = "0f2z8iwma6xlnwdi126sixbf0cd4fni3c0r18x6jczbpxhci8j9m"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.40.0-darwin-amd64.tar.gz"; + sha256 = "020sgrldrfj13y19n0vvblrc0jb7mssa1rx0izar0b93xdvywy0g"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.25.0-darwin-amd64.tar.gz"; - sha256 = "1rfliksj9x1qaigd16xdi5xycwwxsnd4v037zpjygi562c6dpxhq"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.26.0-darwin-amd64.tar.gz"; + sha256 = "01bgd1jvkash862wfpqpg0yd5yxw7grvv06zxnfp8d1jbhma8lia"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.9.0-darwin-amd64.tar.gz"; @@ -215,8 +215,8 @@ sha256 = "1rc9pj5p4w9fszxdh8vs8lbajbmjljx08j8nlblm5dxiypm5w5bs"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.63.0-darwin-amd64.tar.gz"; - sha256 = "0b1in0w946irmml5n1zm2c5yhjwwbpbrcrpqpk6i6iam1yiwh1l1"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.64.1-darwin-amd64.tar.gz"; + sha256 = "1cn36p8qs1chnbwf78s56r1rbr1dvk15ahad3p5gr3q7kpxwa4cf"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v4.11.2-darwin-amd64.tar.gz"; @@ -227,12 +227,12 @@ sha256 = "1m5lh59h7nck1flzxs9m4n0ag0klk3jmnpf7hc509vffxs89xnjq"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v11.5.0-darwin-amd64.tar.gz"; - sha256 = "0ydbgr1p0bxh19qjvayzcw46sw21s7nj0g3r2bh7jgcanbf599vi"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.0.0-darwin-amd64.tar.gz"; + sha256 = "1jdyv9bjc03zpiq4x3ns37ililcz97bqv6gq6csdx38abql6nnjv"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.19.0-darwin-amd64.tar.gz"; - sha256 = "0dnz2s6g8hc0750l2wd1nsdi7wsyyw352d3acm9af6vqclg986vm"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.20.0-darwin-amd64.tar.gz"; + sha256 = "0hrplkwvmrhn686pg4fk00xq6p9n280lq5vx9xki26443ayj4vjq"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.12.2-darwin-amd64.tar.gz"; @@ -251,8 +251,8 @@ sha256 = "04rmlydspvgbcgn7qd9sk0bd70axz2rmpiydfw383352bxrinlvs"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.28.0-darwin-amd64.tar.gz"; - sha256 = "1vzdp5nqz6c24qz1l2m8hgr1xa8jn4v4x29i4gkd688bvf6266dz"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.29.0-darwin-amd64.tar.gz"; + sha256 = "0kyz6jp890gba3rah5wbz3phlp38wzyzpvnryzfdy5v5c0520sb8"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v5.10.0-darwin-amd64.tar.gz"; @@ -321,12 +321,12 @@ ]; aarch64-linux = [ { - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.230.0-linux-arm64.tar.gz"; - sha256 = "09938ryq8figzy53g67hksh8za06sri6w03wcnaysnik15llys79"; + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.231.0-linux-arm64.tar.gz"; + sha256 = "0y71qkbv5rasrriw1p0yp0jcf6lynpfrc86ykjrzsm6scaaa94si"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.51.0-linux-arm64.tar.gz"; - sha256 = "0vnnvb6lyv0xpc3rzc3wr658l3d8w596mpfr5jlbbqpk0hw1dslx"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.52.0-linux-arm64.tar.gz"; + sha256 = "10b1mrbi9q086rdlwjj0y2z97alc8wwb7whmqskxbmr315fhp1h9"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v11.1.0-linux-arm64.tar.gz"; @@ -341,12 +341,12 @@ sha256 = "0xfa9p3dhnmlq5vpdwgsb73mcp8ckkw17pkgjmlsb54nfayj687d"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.39.0-linux-arm64.tar.gz"; - sha256 = "1gaa61y3wflz5g2i0k0iv8k0rvxc22zm6c4w2pj4139yj174ysll"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.40.0-linux-arm64.tar.gz"; + sha256 = "0cn81fmbgkx1c8cdlsmkxncfq7xfxb08lpkw9419p0kzrvqkgd3l"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.25.0-linux-arm64.tar.gz"; - sha256 = "1kkmdyg41l18ffchz66hk24ql9s8bsrgv9zy2l5730kkg6g5j9d7"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.26.0-linux-arm64.tar.gz"; + sha256 = "050yqp827zp63c9yrsdx39ps7xm2cwkij31s63ha7vwm4rjb21kn"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.9.0-linux-arm64.tar.gz"; @@ -373,8 +373,8 @@ sha256 = "0fah19z4iiq76pyam7m0gzfhlpd6cl4sbb6gz2gn51vnklgs5blz"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.63.0-linux-arm64.tar.gz"; - sha256 = "0k3hcwgshfbfg0jh6qrp0v3nv4w9473sf03dj1llcqmyvrbs9p45"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.64.1-linux-arm64.tar.gz"; + sha256 = "0kliiasvaxxhbgaw00686rmb1sx9ml4njm6vxxs90bz77vq4y6kh"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v4.11.2-linux-arm64.tar.gz"; @@ -385,12 +385,12 @@ sha256 = "111pia2f5xwkwaqs6p90ri29l5b3ivmahsa1bji4fwyyjyp22h4r"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v11.5.0-linux-arm64.tar.gz"; - sha256 = "0lqr69v6wvqbsmy2xgr4nz6dqcpirwzqasdz831hg5xdg37mbhjh"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.0.0-linux-arm64.tar.gz"; + sha256 = "1vzz310wfq3m5vcwc5fhyj0rkxrzq3sd7scqy69bi755f2jg137j"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.19.0-linux-arm64.tar.gz"; - sha256 = "1j4znsk8cdmfa53l80jbbrc8gbm4282sw489kal23j36va3alnzg"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.20.0-linux-arm64.tar.gz"; + sha256 = "1z40a8m2vdj6djif92ydkwf141s12zln0p6i161mlnx9d0yzxvx4"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.12.2-linux-arm64.tar.gz"; @@ -409,8 +409,8 @@ sha256 = "094pmichc66fnd38vfn4hb2dl3v88vqfx00smk0b19fdbrafcp5j"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.28.0-linux-arm64.tar.gz"; - sha256 = "0k32hifaim24rz0ir5nljy58pdk3v9h8qb7vz97k15gq1blyq4l7"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.29.0-linux-arm64.tar.gz"; + sha256 = "0py7m3xam70g0xv74jz1937z3zfwvh31zjvx66ln9ixcnh6jw1m2"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v5.10.0-linux-arm64.tar.gz"; @@ -479,12 +479,12 @@ ]; aarch64-darwin = [ { - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.230.0-darwin-arm64.tar.gz"; - sha256 = "0dfmfq7h2hmk8w00yak3y1rlq53w6af6b48cvj9aalwh36l9y9wf"; + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.231.0-darwin-arm64.tar.gz"; + sha256 = "1xvy351b2hvdc89q9k943hsrh4ar1mypx9xqk8f5k4l5har6wdb2"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.51.0-darwin-arm64.tar.gz"; - sha256 = "0icxa3m8fm5fprwi24clnq2112r4cjaz5yg898qws71vivx77720"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.52.0-darwin-arm64.tar.gz"; + sha256 = "1ad1rdd18f9j4qqx47k6s1j1xd4x3m5ghs4mm1prqwhi4rdz78kg"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-akamai-v11.1.0-darwin-arm64.tar.gz"; @@ -499,12 +499,12 @@ sha256 = "14dwhd8d6683babl6399yqn6dwihxmjs7fa2p40d071ibmpsx307"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.39.0-darwin-arm64.tar.gz"; - sha256 = "0l7ipd0fha3qdi4454hizs91s7cwwhk6irq0rg0xhfvnsg4mkyd8"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.40.0-darwin-arm64.tar.gz"; + sha256 = "13cmpgxyg8qcpdrv6qf5ik401khf76h04qrphy8avggzzsqb2vfs"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.25.0-darwin-arm64.tar.gz"; - sha256 = "0n1favn4px0librir24gnwkz8g32471ybc5vkm3h3vzyy5x5dlgx"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.26.0-darwin-arm64.tar.gz"; + sha256 = "0x3kwazc516nfdlna6zypr73c899mzg91xjfszjwpby0dk0yxy2k"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.9.0-darwin-arm64.tar.gz"; @@ -531,8 +531,8 @@ sha256 = "1rnp6l80fbgc1dzc643y4xrgcgj6niaq0hrnb4zq257ksjcm6wmx"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.63.0-darwin-arm64.tar.gz"; - sha256 = "1a5y2lq6bn4qaqkdbbjjjl8vb3w0nmwrmrxx9rkyyhh1dmf1nd8s"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.64.1-darwin-arm64.tar.gz"; + sha256 = "1y9sl873la0k3fkkl8y7rfzzq5sl9qayks7zvpasacpykpr5fi7x"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v4.11.2-darwin-arm64.tar.gz"; @@ -543,12 +543,12 @@ sha256 = "12bzicm43l7yvh02v5fx3z8v46l9i7a9f677735xi5rjbmd2an4c"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v11.5.0-darwin-arm64.tar.gz"; - sha256 = "03ps0dfznmw918mi89v8zflq5fzwv716sax8wka32j4b9nwlmg5v"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.0.0-darwin-arm64.tar.gz"; + sha256 = "1hxk2i3ykyidxf82agp1b8h118cmv2314qrnsq62hjcb7ji33lld"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.19.0-darwin-arm64.tar.gz"; - sha256 = "042a2y6sr1z7v9ky6dkjkqgzqawdlvl1wrd34n3vbhhwxvjl1zjl"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.20.0-darwin-arm64.tar.gz"; + sha256 = "1ra0sh4zzmwkg6z856668g8bx5qrczgiqs2gqv7wx09sjx3lcfvx"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.12.2-darwin-arm64.tar.gz"; @@ -567,8 +567,8 @@ sha256 = "150kg8brpsazpdd6laywwvbrjmzl4n3w7saf9vidiwsv01zpl90m"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.28.0-darwin-arm64.tar.gz"; - sha256 = "0w7j7br44f4fdfcpqj2jairf9z65ga5i88yqkxrwliqf605i0b0a"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.29.0-darwin-arm64.tar.gz"; + sha256 = "1gvwpd280xdykmp30gnnnb5d4fhlr20dgi173kp8f9gccczwivpr"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v5.10.0-darwin-arm64.tar.gz"; From ef473a5248fe2d152842c4735ef4f8838e62239f Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Tue, 21 Apr 2026 14:21:04 +0200 Subject: [PATCH 08/90] xfr: 0.9.6 -> 0.9.9 --- pkgs/by-name/xf/xfr/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/xf/xfr/package.nix b/pkgs/by-name/xf/xfr/package.nix index ba28136c9743..1d2c3c277259 100644 --- a/pkgs/by-name/xf/xfr/package.nix +++ b/pkgs/by-name/xf/xfr/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "xfr"; - version = "0.9.6"; + version = "0.9.9"; src = fetchFromGitHub { owner = "lance0"; repo = "xfr"; tag = "v${finalAttrs.version}"; - hash = "sha256-wYhwDSL9C4rtWgkhaXimk3u03c9UHj2O9eEe8pRlj6c="; + hash = "sha256-AY+hNVywXWXgpLS0W/mtgfQWH/b647WLzjJCY3HrABM="; }; - cargoHash = "sha256-f8m5vFNk62iXyK1Sh3Dda0pV6rUNErymS6QxiCuZ8DA="; + cargoHash = "sha256-8iW5OSGpoLfa2RWJJigOSwk6Eiv6m4WNUEWyoAqkl0M="; nativeBuildInputs = [ installShellFiles From 7b12ff93e9a8aaa6b36d0b97e3b17e5c47fb3aa7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 13:55:08 +0000 Subject: [PATCH 09/90] jotdown: 0.9.1 -> 0.10.0 --- pkgs/by-name/jo/jotdown/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/jo/jotdown/package.nix b/pkgs/by-name/jo/jotdown/package.nix index a4803bab5954..1c17d0815e58 100644 --- a/pkgs/by-name/jo/jotdown/package.nix +++ b/pkgs/by-name/jo/jotdown/package.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "jotdown"; - version = "0.9.1"; + version = "0.10.0"; src = fetchFromGitHub { owner = "hellux"; repo = "jotdown"; rev = finalAttrs.version; - hash = "sha256-76GYcLgTmTAweV+SI93me89YUHAujE0dFetG5QLlFRs="; + hash = "sha256-GUETWMWNAPfTcuu7LBgexgd1CWFbSyBwBZtFjMQ67Hk="; }; - cargoHash = "sha256-1h7nL37OtqHMLO7W1DHPo2SH7prGqHlDgMHbTQu0gBI="; + cargoHash = "sha256-yuzjyP1iy6pgUJev1dJPjU85A3W5n7G2B+Pa1R47KiQ="; meta = { description = "Minimal Djot CLI"; From 1ed85a36e880bdef4a2fbebf46d0df1dc042df83 Mon Sep 17 00:00:00 2001 From: kilyanni Date: Mon, 20 Apr 2026 21:16:19 +0200 Subject: [PATCH 10/90] intel-llvm: disable __structuredAttrs on symlinkJoin due to #510434 --- pkgs/by-name/in/intel-llvm/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/in/intel-llvm/package.nix b/pkgs/by-name/in/intel-llvm/package.nix index 082c83ef4eb0..733b44471812 100644 --- a/pkgs/by-name/in/intel-llvm/package.nix +++ b/pkgs/by-name/in/intel-llvm/package.nix @@ -118,7 +118,10 @@ let inherit (self.unwrapped) pname version meta; strictDeps = true; - __structuredAttrs = true; + # Currently broken for symlinkJoin, can be removed once the following + # reaches branch master: + # https://github.com/NixOS/nixpkgs/pull/510526 + __structuredAttrs = false; paths = with self; [ # Order is important, we want files from the wrappers to take precedence From 193e6decd7a92dcf3a880f7bb9fcde8d45e36202 Mon Sep 17 00:00:00 2001 From: 0xB10C Date: Tue, 21 Apr 2026 16:02:24 +0200 Subject: [PATCH 11/90] Revert "bitcoin: Remove zlib transistive dependency from bitcoin" This reverts commit 57b26dec73a9f26c301322e4ceec0618a51994aa as it broke the bitcoind build. See - https://github.com/NixOS/nixpkgs/pull/474827#issuecomment-4287223019 - https://github.com/NixOS/nixpkgs/pull/511775#issuecomment-4287233678 --- pkgs/top-level/all-packages.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3f70b152c560..ec5ec919fe8a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -10898,9 +10898,6 @@ with pkgs; bitcoin = qt6Packages.callPackage ../applications/blockchains/bitcoin { withGui = true; - sqlite = sqlite.override { - zlib = null; - }; zeromq = zeromq.override { enableCurve = false; enableDrafts = false; From 8a06b6413e7480ca9d79dca3439ab3632e102614 Mon Sep 17 00:00:00 2001 From: 0xb10c Date: Mon, 20 Apr 2026 16:29:55 +0200 Subject: [PATCH 12/90] bitcoin: 30.2 -> 31.0 https://bitcoincore.org/en/releases/31.0/ --- pkgs/applications/blockchains/bitcoin/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/applications/blockchains/bitcoin/default.nix b/pkgs/applications/blockchains/bitcoin/default.nix index 858f21320109..5f49d28d97b8 100644 --- a/pkgs/applications/blockchains/bitcoin/default.nix +++ b/pkgs/applications/blockchains/bitcoin/default.nix @@ -30,10 +30,10 @@ builderKeys ? [ "152812300785C96444D3334D17565732E08E5E41" # achow101.gpg "9EDAFF80E080659604F4A76B2EBB056FD847F8A7" # Emzy.gpg - # "6B002C6EA3F91B1B0DF0C9BC8F617F1200A6D25C" # glozow.gpg (not signed 30.2) + # "6B002C6EA3F91B1B0DF0C9BC8F617F1200A6D25C" # glozow.gpg (not signed 31.0) "D1DBF2C4B96F2DEBF4C16654410108112E7EA81F" # hebasto.gpg - # "71A3B16735405025D447E8F274810B012346C9A6" # laanwj.gpg (not signed 30.2) - # "67AA5B46E7AF78053167FE343B8F814A784218F8" # willcl-ark.gpg (not signed 30.2) + # "71A3B16735405025D447E8F274810B012346C9A6" # laanwj.gpg (not signed 31.0) + "67AA5B46E7AF78053167FE343B8F814A784218F8" ], }: @@ -46,14 +46,14 @@ let in stdenv.mkDerivation (finalAttrs: { pname = if withGui then "bitcoin" else "bitcoind"; - version = "30.2"; + version = "31.0"; src = fetchurl { urls = [ "https://bitcoincore.org/bin/bitcoin-core-${finalAttrs.version}/bitcoin-${finalAttrs.version}.tar.gz" ]; # hash retrieved from signed SHA256SUMS - sha256 = "6fd00b8c42883d5c963901ad4109a35be1e5ec5c2dc763018c166c21a06c84cb"; + sha256 = "0ba0ef5eea3aefd96cc1774be274c3d594812cfac0988809d706738bb067b3e3"; }; nativeBuildInputs = [ @@ -93,12 +93,12 @@ stdenv.mkDerivation (finalAttrs: { checksums = fetchurl { url = "https://bitcoincore.org/bin/bitcoin-core-${finalAttrs.version}/SHA256SUMS"; - hash = "sha256-ERE/QO2elj++mON3UYGJKaLdU86gWIRS/AufuyS/JAU="; + hash = "sha256-w/4sIOBYR1d/YzzMqwzH6wRHOPQnNg8x7yS96+eWk8g="; }; signatures = fetchurl { url = "https://bitcoincore.org/bin/bitcoin-core-${finalAttrs.version}/SHA256SUMS.asc"; - hash = "sha256-69TMNzKJQRDC+2YU6bKI23c8Jx44m5B1zz823SQtiyg="; + hash = "sha256-hkztGd2fUel7JJbe9RGSfJXGozhb085XvmqPjks96l4="; }; verifyBuilderKeys = From 5c2bbf7efa341005cfe48cc0ff2daa2cebed4081 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 14:56:20 +0000 Subject: [PATCH 13/90] codecrafters-cli: 53 -> 54 --- pkgs/by-name/co/codecrafters-cli/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/co/codecrafters-cli/package.nix b/pkgs/by-name/co/codecrafters-cli/package.nix index 9c6b97dcafb0..c9d57cf22eee 100644 --- a/pkgs/by-name/co/codecrafters-cli/package.nix +++ b/pkgs/by-name/co/codecrafters-cli/package.nix @@ -7,13 +7,13 @@ buildGoModule (finalAttrs: { pname = "codecrafters-cli"; - version = "53"; + version = "54"; src = fetchFromGitHub { owner = "codecrafters-io"; repo = "cli"; tag = "v${finalAttrs.version}"; - hash = "sha256-LuMLYupL6OgWujJzH/gu3VRI24LjmqOwPOP2ROGcjlk="; + hash = "sha256-f8tasK6pWML2lbngf+1u8YQqWvRmHH9yLiiLhsCpiJY="; # A shortened git commit hash is part of the version output, and is # needed at build time. Use the `.git` directory to retrieve the # commit SHA, and remove the directory afterwards since it is not needed From 2f236ee997c9cb59e009de8f4aac7508ab7499e3 Mon Sep 17 00:00:00 2001 From: zimward Date: Tue, 21 Apr 2026 19:17:46 +0200 Subject: [PATCH 14/90] nixos/facter: enable amd-pstate for amd cpus --- nixos/modules/hardware/facter/amd-cpu.nix | 24 +++++++++++++++++++++++ nixos/modules/hardware/facter/default.nix | 1 + 2 files changed, 25 insertions(+) create mode 100644 nixos/modules/hardware/facter/amd-cpu.nix diff --git a/nixos/modules/hardware/facter/amd-cpu.nix b/nixos/modules/hardware/facter/amd-cpu.nix new file mode 100644 index 000000000000..ea779bd7d38f --- /dev/null +++ b/nixos/modules/hardware/facter/amd-cpu.nix @@ -0,0 +1,24 @@ +{ lib, config, ... }: +let + facterLib = import ./lib.nix lib; + + inherit (config.hardware.facter) report; + isBaremetal = config.hardware.facter.detected.virtualisation.none.enable; + hasAmdCpu = facterLib.hasAmdCpu report; + + kver = config.boot.kernelPackages.kernel.version; +in +lib.mkIf (config.hardware.facter.enable && isBaremetal && hasAmdCpu) { + boot = lib.mkMerge [ + (lib.mkIf ((lib.versionAtLeast kver "5.17") && (lib.versionOlder kver "6.1")) { + kernelParams = [ "initcall_blacklist=acpi_cpufreq_init" ]; + kernelModules = [ "amd-pstate" ]; + }) + (lib.mkIf ((lib.versionAtLeast kver "6.1") && (lib.versionOlder kver "6.3")) { + kernelParams = [ "amd_pstate=passive" ]; + }) + (lib.mkIf (lib.versionAtLeast kver "6.3") { + kernelParams = [ "amd_pstate=active" ]; + }) + ]; +} diff --git a/nixos/modules/hardware/facter/default.nix b/nixos/modules/hardware/facter/default.nix index a748be44d411..7174f4afe160 100644 --- a/nixos/modules/hardware/facter/default.nix +++ b/nixos/modules/hardware/facter/default.nix @@ -5,6 +5,7 @@ }: { imports = [ + ./amd-cpu.nix ./boot.nix ./bluetooth.nix ./camera From dd4d7dc6f49e594108c13c2a83eaed10a465723a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 17:33:00 +0000 Subject: [PATCH 15/90] television: 0.15.5 -> 0.15.6 --- pkgs/by-name/te/television/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/te/television/package.nix b/pkgs/by-name/te/television/package.nix index 8c521dc1283f..79e01553cf1c 100644 --- a/pkgs/by-name/te/television/package.nix +++ b/pkgs/by-name/te/television/package.nix @@ -20,16 +20,16 @@ let television = rustPlatform.buildRustPackage (finalAttrs: { pname = "television"; - version = "0.15.5"; + version = "0.15.6"; src = fetchFromGitHub { owner = "alexpasmantier"; repo = "television"; tag = finalAttrs.version; - hash = "sha256-p0FRLc55Ly6pkQfse1kNGpJhoXjMZIYVbNzDfjWW85Q="; + hash = "sha256-0oWgVfybsSLHDeAqTQP2ijJ/84XdcdqD0eqxIv6jk9o="; }; - cargoHash = "sha256-4MK1GVA2aRrNW47KRZoDEhjvyMIp3Yvbuim8rzivh0Q="; + cargoHash = "sha256-GoFDGNZYVD3/qGKs1LpkhMLDApAqQUds64+ibWy6juQ="; strictDeps = true; nativeBuildInputs = [ From 29d74d07807eb6aa3f9d0b8cadafca05ba2a01fb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 20:03:46 +0000 Subject: [PATCH 16/90] ocamlPackages.ppx_mikmatch: 1.3 -> 1.4 --- pkgs/development/ocaml-modules/ppx_mikmatch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/ppx_mikmatch/default.nix b/pkgs/development/ocaml-modules/ppx_mikmatch/default.nix index 2af11e5a6b9d..c77a609606dd 100644 --- a/pkgs/development/ocaml-modules/ppx_mikmatch/default.nix +++ b/pkgs/development/ocaml-modules/ppx_mikmatch/default.nix @@ -10,11 +10,11 @@ buildDunePackage (finalAttrs: { pname = "ppx_mikmatch"; - version = "1.3"; + version = "1.4"; src = fetchurl { name = "ppx_mikmatch-${finalAttrs.version}.tar.gz"; url = "https://codeload.github.com/ahrefs/ppx_mikmatch/tar.gz/refs/tags/${finalAttrs.version}"; - hash = "sha256-i97gSyutefbJbDZv/yjaeHfV1CU6j3RSaQ1oPjiz8hg="; + hash = "sha256-KrtE3vyHM/Az6xXrniw9zwiCiqxAVUoTVRRwGSwDczI="; }; minimalOCamlVersion = "5.3"; From 18cf934f216a864e70f35240cfa1d06437b178de Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 20:20:24 +0000 Subject: [PATCH 17/90] oxicloud: 0.5.5 -> 0.5.6 --- pkgs/by-name/ox/oxicloud/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ox/oxicloud/package.nix b/pkgs/by-name/ox/oxicloud/package.nix index 7c575920b2c0..ef43c96a445a 100644 --- a/pkgs/by-name/ox/oxicloud/package.nix +++ b/pkgs/by-name/ox/oxicloud/package.nix @@ -8,7 +8,7 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "oxicloud"; - version = "0.5.5"; + version = "0.5.6"; __structuredAttrs = true; @@ -16,10 +16,10 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "DioCrafts"; repo = "OxiCloud"; tag = "v${finalAttrs.version}"; - hash = "sha256-Nn8qgLdiw7w4PZIMCiI+UHZGNW64fjWZ5mErTJifRZU="; + hash = "sha256-+jtFA6SWHcTTEjc+am2oFqJ1cC2bmKb5oppchpAN0SE="; }; - cargoHash = "sha256-4KfrKL2AKkTt3cOXdl9Xr2qed+qy8WSWuqYfN8WJ0bQ="; + cargoHash = "sha256-PxygWzlOhpAKGnP2dT4tDtAJ6AJ2duRcwWZTjHks1lg="; nativeBuildInputs = [ makeBinaryWrapper From 940ba2627ddecf42f54e1e1e0e4d5f25916ecb0a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 20:27:50 +0000 Subject: [PATCH 18/90] terragrunt: 1.0.1 -> 1.0.2 --- pkgs/by-name/te/terragrunt/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/te/terragrunt/package.nix b/pkgs/by-name/te/terragrunt/package.nix index 4ecab22c5a35..5b98182e8787 100644 --- a/pkgs/by-name/te/terragrunt/package.nix +++ b/pkgs/by-name/te/terragrunt/package.nix @@ -7,13 +7,13 @@ }: buildGoModule (finalAttrs: { pname = "terragrunt"; - version = "1.0.1"; + version = "1.0.2"; src = fetchFromGitHub { owner = "gruntwork-io"; repo = "terragrunt"; tag = "v${finalAttrs.version}"; - hash = "sha256-+IAf5g7jMfY6IAyQvOeALOOL4DuxdvxsZR+UAcxiXA4="; + hash = "sha256-rT/GsWEezekWinBj2Wp5smCrf99VBUw8Yw3S+VpwfTQ="; }; nativeBuildInputs = [ @@ -26,7 +26,7 @@ buildGoModule (finalAttrs: { make generate-mocks ''; - vendorHash = "sha256-VpFJexddHfPm0UY2xFOGdPmkEALZD4FwpbnII+QBHs8="; + vendorHash = "sha256-+UtLq5EwUeB4GH324tYV3jqArpdvX98UP7WZSTlgZwU="; excludedPackages = [ "test/flake" ]; From 7d5fcd8a90ecf850e012ebbc0462ae0a6891132e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 21:04:34 +0000 Subject: [PATCH 19/90] vsce: 3.7.1 -> 3.9.1 --- pkgs/by-name/vs/vsce/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/vs/vsce/package.nix b/pkgs/by-name/vs/vsce/package.nix index 5c6713883364..c09db62db93a 100644 --- a/pkgs/by-name/vs/vsce/package.nix +++ b/pkgs/by-name/vs/vsce/package.nix @@ -13,16 +13,16 @@ buildNpmPackage (finalAttrs: { pname = "vsce"; - version = "3.7.1"; + version = "3.9.1"; src = fetchFromGitHub { owner = "microsoft"; repo = "vscode-vsce"; tag = "v${finalAttrs.version}"; - hash = "sha256-7Urn3MlcvJragFvbPYOurUCIOyqYQsEqg5IKbFwcHBo="; + hash = "sha256-MYsJOQSrpsEMDw5WbfcfNfrTvu6R5JmKVMeq8WpaFqs="; }; - npmDepsHash = "sha256-lJDCeOqSYZCI9o9RsFSviQKkxgcv8XGps3ecy55r7E4="; + npmDepsHash = "sha256-QN3twFFcLPqHH4wdC3+G34ze/G/m1RlaPwrHVa0NoFI="; postPatch = '' substituteInPlace package.json --replace-fail '"version": "0.0.0"' '"version": "${finalAttrs.version}"' From 452dfec587958386baa331e9e187a81ee9b82d6f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 23:02:31 +0000 Subject: [PATCH 20/90] quantlib: 1.42 -> 1.42.1 --- pkgs/by-name/qu/quantlib/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/qu/quantlib/package.nix b/pkgs/by-name/qu/quantlib/package.nix index 7b36c381be05..ea6872b643f9 100644 --- a/pkgs/by-name/qu/quantlib/package.nix +++ b/pkgs/by-name/qu/quantlib/package.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "quantlib"; - version = "1.42"; + version = "1.42.1"; outputs = [ "out" @@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "lballabio"; repo = "QuantLib"; rev = "v${finalAttrs.version}"; - hash = "sha256-we+8+Te7ii0z1z9PkHkMwFuAZ6t+AYm5oc5sbme3knY="; + hash = "sha256-sc+CZzDNITOBSUG0ZkJEmrSLv/cr5LvLRdqD0LAfe8I="; }; nativeBuildInputs = [ cmake ]; From ceb5ad8e3243ade1ad2703d5975faa164224a29a Mon Sep 17 00:00:00 2001 From: state plumber <273540141+state-plumber@users.noreply.github.com> Date: Sat, 4 Apr 2026 00:00:00 +0000 Subject: [PATCH 21/90] sequoia-chameleon-gnupg: add wrappers to mimic gpg --- .../se/sequoia-chameleon-gnupg/gpgconf.el | 3 +++ .../se/sequoia-chameleon-gnupg/package.nix | 26 ++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100755 pkgs/by-name/se/sequoia-chameleon-gnupg/gpgconf.el diff --git a/pkgs/by-name/se/sequoia-chameleon-gnupg/gpgconf.el b/pkgs/by-name/se/sequoia-chameleon-gnupg/gpgconf.el new file mode 100755 index 000000000000..ee4d4e4365e8 --- /dev/null +++ b/pkgs/by-name/se/sequoia-chameleon-gnupg/gpgconf.el @@ -0,0 +1,3 @@ +#!@execlineb@ -s0 +pipeline -w { @sed@ -e "s|^gpg:OpenPGP:.*/bin/gpg$|gpg:OpenPGP:@out@/bin/gpg|" } +@gpgconf@ $@ diff --git a/pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix b/pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix index 25ea9c1591a8..f2bda78b6122 100644 --- a/pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix +++ b/pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix @@ -1,12 +1,15 @@ { lib, - stdenv, rustPlatform, fetchFromGitLab, pkg-config, + makeWrapper, nettle, openssl, sqlite, + gnupg, + execline, + gnused, }: rustPlatform.buildRustPackage rec { @@ -25,6 +28,7 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ rustPlatform.bindgenHook pkg-config + makeWrapper ]; buildInputs = [ @@ -33,6 +37,26 @@ rustPlatform.buildRustPackage rec { sqlite ]; + postInstall = '' + # Wrap to find gpg-agent from GnuPG. + makeWrapper $out/bin/gpg-sq $out/bin/gpg \ + --suffix PATH : ${lib.makeBinPath [ gnupg ]} + makeWrapper $out/bin/gpgv-sq $out/bin/gpgv \ + --suffix PATH : ${lib.makeBinPath [ gnupg ]} + + # Modify the output of gpgconf to resolve gpg to this package. + substitute ${./gpgconf.el} $out/bin/gpgconf \ + --subst-var-by execlineb ${lib.getExe' execline "execlineb"} \ + --subst-var-by gpgconf ${lib.getExe' gnupg "gpgconf"} \ + --subst-var-by sed ${lib.getExe' gnused "sed"} \ + --subst-var out + + # Additional wrappers. + chmod +x $out/bin/gpgconf + ln -s gpg $out/bin/gpg2 + ln -s ${lib.getExe' gnupg "gpg"} $out/bin/gpg-g10code + ''; + # gpgconf: error creating socket directory doCheck = false; From f195e55daba05e71f2a34b1b9cf556a6c9691f43 Mon Sep 17 00:00:00 2001 From: state plumber <273540141+state-plumber@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:00:00 +0000 Subject: [PATCH 22/90] pass: use git, gpg from runtime $PATH --- pkgs/tools/security/pass/default.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/security/pass/default.nix b/pkgs/tools/security/pass/default.nix index 962bbbf1fc17..9efc93c89390 100644 --- a/pkgs/tools/security/pass/default.nix +++ b/pkgs/tools/security/pass/default.nix @@ -108,14 +108,12 @@ stdenv.mkDerivation rec { cp "contrib/dmenu/passmenu" "$out/bin/" ''; - wrapperPath = lib.makeBinPath ( + wrapperPathPrefix = lib.makeBinPath ( [ coreutils findutils getopt - git gnugrep - gnupg gnused tree which @@ -136,6 +134,11 @@ stdenv.mkDerivation rec { ] ); + wrapperPathSuffix = lib.makeBinPath [ + git + gnupg + ]; + postFixup = '' # Fix program name in --help substituteInPlace $out/bin/pass \ @@ -143,13 +146,15 @@ stdenv.mkDerivation rec { # Ensure all dependencies are in PATH wrapProgram $out/bin/pass \ - --prefix PATH : "${wrapperPath}" + --prefix PATH : "${wrapperPathPrefix}" \ + --suffix PATH : "${wrapperPathSuffix}" '' + lib.optionalString dmenuSupport '' # We just wrap passmenu with the same PATH as pass. It doesn't # need all the tools in there but it doesn't hurt either. wrapProgram $out/bin/passmenu \ - --prefix PATH : "$out/bin:${wrapperPath}" + --prefix PATH : "$out/bin:${wrapperPathPrefix}" \ + --suffix PATH : "${wrapperPathSuffix}" ''; # Turn "check" into "installcheck", since we want to test our pass, From 12a0f0409950c99bc611491f0635f8d0429fa56c Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Tue, 21 Apr 2026 16:13:20 +0100 Subject: [PATCH 23/90] klipper: fix cross runtime behavior --- pkgs/servers/klipper/default.nix | 37 +++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/pkgs/servers/klipper/default.nix b/pkgs/servers/klipper/default.nix index 2ac50f350bc8..559eb44f74f3 100644 --- a/pkgs/servers/klipper/default.nix +++ b/pkgs/servers/klipper/default.nix @@ -9,7 +9,9 @@ makeWrapper, writeShellScript, }: - +let + isCross = (stdenv.hostPlatform != stdenv.buildPlatform); +in stdenv.mkDerivation rec { pname = "klipper"; version = "0.13.0-unstable-2026-03-21"; @@ -46,11 +48,31 @@ stdenv.mkDerivation rec { )) ]; - # we need to run this to prebuild the chelper. - postBuild = '' - python ./chelper/__init__.py + # we need to run this to prebuild the chelper .so. However when cross + # compiling, a patch is temporarily required during the build process to + # prevent the build process from using dlopen() on this .so which has been + # built for a foreign architecture. We then place the unpatched __init__.py + # back, as this dlopen() call is required at runtime + postBuild = + if isCross then + '' + python ./chelper/__init__.py + mv ./chelper/__init__unpatched.py ./chelper/__init__.py + '' + else + '' + python ./chelper/__init__.py + ''; + + prePatch = lib.optionalString isCross '' + cp ./chelper/__init__.py ./chelper/__init__unpatched.py ''; + patches = lib.optionals isCross [ + # https://github.com/Klipper3d/klipper/pull/7254 + ./cross-ffi.patch + ]; + # Python 3 is already supported but shebangs aren't updated yet postPatch = '' for file in klippy.py console.py parsedump.py; do @@ -59,15 +81,10 @@ stdenv.mkDerivation rec { done # needed for cross compilation - substituteInPlace ./chelper/__init__.py \ + substituteInPlace ./chelper/__init__*.py \ --replace 'GCC_CMD = "gcc"' 'GCC_CMD = "${stdenv.cc.targetPrefix}cc"' ''; - patches = lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ - # https://github.com/Klipper3d/klipper/pull/7254 - ./cross-ffi.patch - ]; - pythonInterpreter = (python3.withPackages ( p: with p; [ From d8a3da25c5b89074407c1e3e351b718dfb1c7646 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 00:29:10 +0000 Subject: [PATCH 24/90] gdlv: 1.15.0 -> 1.16.0 --- pkgs/by-name/gd/gdlv/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gd/gdlv/package.nix b/pkgs/by-name/gd/gdlv/package.nix index 23bedae6d753..95f2b90cafc3 100644 --- a/pkgs/by-name/gd/gdlv/package.nix +++ b/pkgs/by-name/gd/gdlv/package.nix @@ -5,13 +5,13 @@ }: buildGoModule (finalAttrs: { pname = "gdlv"; - version = "1.15.0"; + version = "1.16.0"; src = fetchFromGitHub { owner = "aarzilli"; repo = "gdlv"; rev = "v${finalAttrs.version}"; - hash = "sha256-YHv/PfkQh0detM3p62oDWhEG8PWCupaBhwbxz8rHRdI="; + hash = "sha256-jR19vfYfIeXe0k3/S0Zjft9abND0uN8o2Z8SllgpUYw="; }; vendorHash = null; From 5caf735ddaa235138082507e4a81a44539101aea Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 01:33:36 +0000 Subject: [PATCH 25/90] govc: 0.53.0 -> 0.53.1 --- pkgs/by-name/go/govc/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/go/govc/package.nix b/pkgs/by-name/go/govc/package.nix index a37a84dbdb32..0f77e32c9f3e 100644 --- a/pkgs/by-name/go/govc/package.nix +++ b/pkgs/by-name/go/govc/package.nix @@ -6,16 +6,16 @@ buildGoModule (finalAttrs: { pname = "govc"; - version = "0.53.0"; + version = "0.53.1"; src = fetchFromGitHub { owner = "vmware"; repo = "govmomi"; tag = "v${finalAttrs.version}"; - hash = "sha256-//OqlBGek/UqxMUgjNDxJ1YkUNoYjeZRx1MIUgJzZys="; + hash = "sha256-egyXzA+0xobHcq3dGOYou4sPCHRDv2l8QWo8ZLWofKU="; }; - vendorHash = "sha256-t5yzwXz037umvqxZ/Y9T3Cld3xyA6BOJrDSzCvFdE5o="; + vendorHash = "sha256-xRhjAOQKX6CU9BmdNZonDMwmnEvFXWOaP73j7wPIexk="; sourceRoot = "${finalAttrs.src.name}/govc"; From 0b67c4e5397c6e237dc1f0e6c28f6d0f33226432 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 04:39:18 +0000 Subject: [PATCH 26/90] python3Packages.inky: 2.3.0 -> 2.4.0 --- pkgs/development/python-modules/inky/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/inky/default.nix b/pkgs/development/python-modules/inky/default.nix index ee90cb351eb5..2c92ab6ea62b 100644 --- a/pkgs/development/python-modules/inky/default.nix +++ b/pkgs/development/python-modules/inky/default.nix @@ -15,14 +15,14 @@ }: buildPythonPackage (finalAttrs: { pname = "inky"; - version = "2.3.0"; + version = "2.4.0"; pyproject = true; src = fetchFromGitHub { owner = "pimoroni"; repo = "inky"; tag = "v${finalAttrs.version}"; - hash = "sha256-1z2AZr6mlrl1O071iWS+tbWopUEUzLZe/QTmvl2atxQ="; + hash = "sha256-wHAAfTAJ0MEmGrZypH/YOkyMzC+sav8fBEXnk/Q2ed0="; }; build-system = [ From 321d9bda784986091ccd1c07f2b14db5329fc017 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 05:32:20 +0000 Subject: [PATCH 27/90] gitlab-ci-ls: 1.3.1 -> 1.3.2 --- pkgs/by-name/gi/gitlab-ci-ls/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gi/gitlab-ci-ls/package.nix b/pkgs/by-name/gi/gitlab-ci-ls/package.nix index 02950dc8bb42..ac939c38bc36 100644 --- a/pkgs/by-name/gi/gitlab-ci-ls/package.nix +++ b/pkgs/by-name/gi/gitlab-ci-ls/package.nix @@ -8,15 +8,15 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "gitlab-ci-ls"; - version = "1.3.1"; + version = "1.3.2"; src = fetchFromGitHub { owner = "alesbrelih"; repo = "gitlab-ci-ls"; rev = "${finalAttrs.version}"; - hash = "sha256-ZZjx6VdBZuVuHl42n0iXZkvvUku2CN7x4JCZxZTMOMk="; + hash = "sha256-b//Yi+7jOQv+pHyeS/t3OSBMCZZ34sP8xXCNivlShYQ="; }; - cargoHash = "sha256-OB44JaekEl1dJB6LGTLWXgcwYac2GA3I9Ab8xt/+rkI="; + cargoHash = "sha256-BCV5LU8cVf40vCQCN56dlWiyvfvwF4nPUcLb+mOfsok="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; From 379d03b2d9a2df26e3c7a38f73e08e9a58d76f4b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 05:50:37 +0000 Subject: [PATCH 28/90] seanime: 3.6.0 -> 3.6.1 --- pkgs/by-name/se/seanime/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/se/seanime/package.nix b/pkgs/by-name/se/seanime/package.nix index 7f64469fe647..3996031f72aa 100644 --- a/pkgs/by-name/se/seanime/package.nix +++ b/pkgs/by-name/se/seanime/package.nix @@ -10,13 +10,13 @@ }: buildGoModule (finalAttrs: { pname = "seanime"; - version = "3.6.0"; + version = "3.6.1"; src = fetchFromGitHub { owner = "5rahim"; repo = "seanime"; tag = "v${finalAttrs.version}"; - hash = "sha256-R6WKRuU2kBvw9XD3iAZky1YNKWDv+W7YZAwpprYeWkw="; + hash = "sha256-utKOewhtuivkp0mtns2ysp+q0nwou7tojZ6VjrPhEMw="; }; nativeBuildInputs = [ From 42c304dcff7529f7d0636ee99e51460033b88e2f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 05:52:14 +0000 Subject: [PATCH 29/90] terraform-providers.hashicorp_nomad: 2.5.2 -> 2.6.1 --- .../networking/cluster/terraform-providers/providers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.json b/pkgs/applications/networking/cluster/terraform-providers/providers.json index cb6a8869ba6c..1874d1be4411 100644 --- a/pkgs/applications/networking/cluster/terraform-providers/providers.json +++ b/pkgs/applications/networking/cluster/terraform-providers/providers.json @@ -625,13 +625,13 @@ "vendorHash": "sha256-3qnfKHionSfT2efCl0TcHWFFgrh1bPE6Maqg4MCRq0g=" }, "hashicorp_nomad": { - "hash": "sha256-lTO1ZLB0N+WLdMDegIP1NcAC++/vsBV7EB5BDxj588I=", + "hash": "sha256-O3dtOB+irsUeDq1yXxfqDSyz2jfPXS1UgiL+B4RFsW4=", "homepage": "https://registry.terraform.io/providers/hashicorp/nomad", "owner": "hashicorp", "repo": "terraform-provider-nomad", - "rev": "v2.5.2", + "rev": "v2.6.1", "spdx": "MPL-2.0", - "vendorHash": "sha256-BG97FSQvb++PX/MBMNazEnbksLmZaOQsOj5QLO8Cbkc=" + "vendorHash": "sha256-xjOOvg1gUxQHUuIHGR0ltsvIpRAPq4PW0XPYUjIGvpE=" }, "hashicorp_null": { "hash": "sha256-hPAcFWkeK1vjl1Cg/d7FaZpPhyU3pkU6VBIwxX2gEvA=", From cf9dd20dbaf086cb76a3e4d63a339a606e368c39 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 06:44:31 +0000 Subject: [PATCH 30/90] copybara: 20260413 -> 20260420 --- pkgs/by-name/co/copybara/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/co/copybara/package.nix b/pkgs/by-name/co/copybara/package.nix index 0d3e6778cf07..9c8f7cdde74b 100644 --- a/pkgs/by-name/co/copybara/package.nix +++ b/pkgs/by-name/co/copybara/package.nix @@ -13,11 +13,11 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "copybara"; - version = "20260413"; + version = "20260420"; src = fetchurl { url = "https://github.com/google/copybara/releases/download/v${finalAttrs.version}/copybara_deploy.jar"; - hash = "sha256-8FmXPfxlORbIA0cAcRPGMQ7n1tI/VjJ3uI7PHQHuaZU="; + hash = "sha256-0ddQZ5CtsV0trTi6+AhNA2KU9hQAedz47MpxvPK27cg="; }; nativeBuildInputs = [ From a38a2367fad7ff538a577e47fc5c3c3c5c159ede Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 06:46:31 +0000 Subject: [PATCH 31/90] flake-edit: 0.3.4 -> 0.3.5 --- pkgs/by-name/fl/flake-edit/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fl/flake-edit/package.nix b/pkgs/by-name/fl/flake-edit/package.nix index e53c55038ca3..9961bfa6934c 100644 --- a/pkgs/by-name/fl/flake-edit/package.nix +++ b/pkgs/by-name/fl/flake-edit/package.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "flake-edit"; - version = "0.3.4"; + version = "0.3.5"; src = fetchFromGitHub { owner = "a-kenji"; repo = "flake-edit"; rev = "v${finalAttrs.version}"; - hash = "sha256-nQ4CW4oY5a1ukX/FNqFyCXwat0baFYSj75iHT5Fcx3s="; + hash = "sha256-4wy+J+xIOSmavPgxYO+Wji9gyRomOwk0ibwQOQqJBSM="; }; - cargoHash = "sha256-teey4OjNyiDE2ZBZnBkU84gnWTykjlktMZzJ2ll2A+w="; + cargoHash = "sha256-5CBSvE1darONbZMg4PsEqyhaVBUS84xcG+BafJzeaS0="; nativeBuildInputs = [ installShellFiles From 0b966bc9a2467a44a2d1424b2680013829b1a803 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 07:44:35 +0000 Subject: [PATCH 32/90] k8sgpt: 0.4.31 -> 0.4.32 --- pkgs/by-name/k8/k8sgpt/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/k8/k8sgpt/package.nix b/pkgs/by-name/k8/k8sgpt/package.nix index 91797e076b01..7c6cb3d29cd1 100644 --- a/pkgs/by-name/k8/k8sgpt/package.nix +++ b/pkgs/by-name/k8/k8sgpt/package.nix @@ -8,7 +8,7 @@ buildGoModule (finalAttrs: { pname = "k8sgpt"; - version = "0.4.31"; + version = "0.4.32"; nativeBuildInputs = [ installShellFiles @@ -18,10 +18,10 @@ buildGoModule (finalAttrs: { owner = "k8sgpt-ai"; repo = "k8sgpt"; rev = "v${finalAttrs.version}"; - hash = "sha256-+cjCDcRdj6A17eT7IJ/OKgWTXex4zXz9pbmrcc2w2bM="; + hash = "sha256-qBo5Yi16c9oyZQObaP7Y1AM7MXcgvfz4wE0VJqyVfxE="; }; - vendorHash = "sha256-zljqZWM1jSAC+ZhW1NNp182Ui/40u0VTtfolnPXQKqE="; + vendorHash = "sha256-rTHy/z2fGT6S4FX4StatxiD2Nbtqbgsqn3N0MA+oscA="; # https://nixos.org/manual/nixpkgs/stable/#var-go-CGO_ENABLED env.CGO_ENABLED = 0; From a51139f5d3d977abc81ce12883f94fd8c57d851e Mon Sep 17 00:00:00 2001 From: Harinn Date: Wed, 22 Apr 2026 14:46:59 +0700 Subject: [PATCH 33/90] corepack: 0.34.6 -> 0.34.7 --- pkgs/by-name/co/corepack/missing-hashes.json | 99 ++++++++++---------- pkgs/by-name/co/corepack/package.nix | 6 +- 2 files changed, 54 insertions(+), 51 deletions(-) diff --git a/pkgs/by-name/co/corepack/missing-hashes.json b/pkgs/by-name/co/corepack/missing-hashes.json index b9d097b31333..0e91c9ffefed 100644 --- a/pkgs/by-name/co/corepack/missing-hashes.json +++ b/pkgs/by-name/co/corepack/missing-hashes.json @@ -1,50 +1,53 @@ { - "@esbuild/aix-ppc64@npm:0.25.12": "deeef1c11ce6d3dde3fc87368cf600218de18cff4cefe9888a09c39cc81177305c51c2dbccf6513c1b07795c67a11297c12014366fdeb9e51f34896020dd0210", - "@esbuild/android-arm64@npm:0.25.12": "7364b62583e0b0e0c3997d38815f462b11b85997efad33099715ede94a3bac29a80a98709e6ba902e9ced207242308d5923b249da7af2fb83b50efab4bd693fd", - "@esbuild/android-arm@npm:0.25.12": "04c9b60e0447331d7005745a7e9750987db465fd94717df62276b5dd7e13a3789db95b029f6e9f735e583b95f2f50b18f2aba1a381c8b5645156bb9d21ecacf0", - "@esbuild/android-x64@npm:0.25.12": "a22c5c03c55c3a12693b67f1a5de8dff7b853f79261ad1562a55b25bf91d327fd8c8899444c069a3fb68175c7df6dd0f2824ba5051927a4711f5841793cc58f2", - "@esbuild/darwin-arm64@npm:0.25.12": "5a66f6d44f2dac62341cc73956d8a1ea346e2e66f8cbdfcda9349a0b6ad01024d6c9c2ded05a9ba720c7541575c0b4be4c4ed6f62c529c13df141bb2a247f461", - "@esbuild/darwin-x64@npm:0.25.12": "181a933b603253a3eab9173a97e619b59fb953c70309fd3e005e58ed32654c866f752edde7250e63f788bb857e13b28c710d87496479b2de894226bf5779661e", - "@esbuild/freebsd-arm64@npm:0.25.12": "7a7bd7f62d7e5e4a162bea901365bef5996ac15b3b0af361ce6adb77431f95cc9b831e8f764056f2395fc09a4117fdc7d14a583af4344770ae13dc1dc030dcb4", - "@esbuild/freebsd-x64@npm:0.25.12": "ca5c61ab87dadadff1cd72c62c32b3dbff6e5242ee6f7f53c579e3e11aae263bd009e18a2cbd36a065d42e7b7c43e7186832584f7436646bfc25dc637fac819d", - "@esbuild/linux-arm64@npm:0.25.12": "b66f73867351e0666fe00f9281bb7d8dd089d221a5cef6311826b169271b8451f5e265fb41625161a0af142641d5db1e02999aaba98dc1b8a52f4c099db07cb7", - "@esbuild/linux-arm@npm:0.25.12": "1ea6f003abec0177f27ee6954fcce15cecffd94aa57781e712936b6eed64d9579267bcd7612645d3b41cc7591ae411d6491c4517e3bc0de936f101e278510644", - "@esbuild/linux-ia32@npm:0.25.12": "df3d5ceb61b7cf4471cdba740a8ca46ae6c5a9dc6dce60440d2a62a25c36144e38b6bf301937117bb183a7b5517ee87a9735d543c785a13b1de56715e34cc7e6", - "@esbuild/linux-loong64@npm:0.25.12": "b38ba56880536b6bd46467673d81a49ed41661cd217065d440a384d0b4dd1bd59dbc79d6bc81c4948959116a7bc339c1f9749412705ff2a2f7a5c1bef69e2205", - "@esbuild/linux-mips64el@npm:0.25.12": "a8694250193ecf430fb541d1371226a922c462cafac6be65e051f13efbbdf62aa94316fc5a0805f010f60da4051517aca3bfac121b352c443803aac874024d85", - "@esbuild/linux-ppc64@npm:0.25.12": "f9c2ca2a75aefa5495ce3cb4e0a4086816b083dfe7d0642afc22c2eac4ea50f1ca4d3a353b6a603fffc689f57bd17e6cc3c0fe8d5727cb2d429bbdc1db1fdd38", - "@esbuild/linux-riscv64@npm:0.25.12": "29bc64137de629f8210e4788cef6cc021d8b432c0b28b9df05ccca6e60b772e7d23c3c9faa5da4037c7dd1574f66fdcb71775ee14298f86a571a2556beeb11d9", - "@esbuild/linux-s390x@npm:0.25.12": "cb32577ea8441277525a2acf888d32ef8d9ebbd7563d5d4ec9b5b387b11e9aa7d8a3f7cc3faea4524dc068a767300537aca4e127ac524030207d9745a785f30b", - "@esbuild/linux-x64@npm:0.25.12": "5364064fc64864df2ad963d21430b7dbeb1918a829e3d82f9c7cc87ffbca551e312338dc8016e3008288f85a9f181986056bbc782a52ee547d2435dd50738593", - "@esbuild/netbsd-arm64@npm:0.25.12": "9c9e0b87fd7385604fa4a118e88ba88b36ce846174016d7c71939ba2be2de57e720e3c684ec7de52eaae17edf4f6df88442c8eb1db7e4675870b357b15bc1bd2", - "@esbuild/netbsd-x64@npm:0.25.12": "148e7a91557ad0084af1478921bbb88ce3cb78a213e5b16250b34a28057d5ff5dd14483bec73edd959fdbd6daf617e2a56137596530de07592180c5777ac491b", - "@esbuild/openbsd-arm64@npm:0.25.12": "87b6070d4c63615802709e5f7c2de23d0c201186e18777200a023a1d84da1ba39bab3b0b444a468f93d4039147c333499589e9f00717d1e4a7eeb764e01082af", - "@esbuild/openbsd-x64@npm:0.25.12": "664bfe0fc286b1850147797d7a625b33614eba656da0fa589d93956f040559a9211ebf7b68c9e90b49b898ba330f2f81daab763c596f5c84ae4183ffa8bc0c69", - "@esbuild/openharmony-arm64@npm:0.25.12": "422e2d50f8948b45342301ee4c08ea988619bd025830c1a195eb41cafb1dedb35b8441a66c679a7a82fb920e56f89fb6bff85b4c4f10d09584f437be125d8745", - "@esbuild/sunos-x64@npm:0.25.12": "ea9f6d4d1fe803063075ffa20b3a4ae11a92a933e56d437bfa9de13bdcd2320b8057aa3e971c12fb04f1388f55185d885a2a86a96be914a42808bc636575164c", - "@esbuild/win32-arm64@npm:0.25.12": "f61e582d7a3fa474cf764573dd9b54a48bd4f0bb0684f4a588a79a1ba0fe37447bc8bc5d2d8809d1f27022ad0c95a5728ce7d2b5941dac78607c1e50ca14c6d7", - "@esbuild/win32-ia32@npm:0.25.12": "4c135f8face7b6e5682efc5972367b579f06656487d1859c3e3165d5e10a95c455bb0aa69339fc3db215084f3229ffb954d87b2780645993f70dee883cb9ba73", - "@esbuild/win32-x64@npm:0.25.12": "7db86204f566c4d1155458c6e383d5f560a3f7e00475c65e97549e30a222bac66bd64cfd422691a7dcead2e0518e50aab5caeb7f525dfea6875c3209d6352e8e", - "@rollup/rollup-android-arm-eabi@npm:4.53.2": "624c3cf3ff0b7ab780de960bce750ed28c4df7569dfc289e8c234fe1763e2e68a9747a4cb9cdb6ec1b1621e48dfd940ff8ab041c441448d053288558712ead8c", - "@rollup/rollup-android-arm64@npm:4.53.2": "a05e83077081eb4df811a3f3fbab914d1ed3ad945a60b8b2802dc21fa5bd0d3fe57e727c6b0eb36ba2e7cbe637f9be9bfeaf2fb05d2ed83b8f1971d4337cd21e", - "@rollup/rollup-darwin-arm64@npm:4.53.2": "987c4dd3b5edbd713813e1b266289352895af67f3c7649685811c0a688e2c54fd64c9dab2b37ab0eca1431ca868e61f6fa9c18e758204afacfcec4f494bd37e6", - "@rollup/rollup-darwin-x64@npm:4.53.2": "afddb37a1dc14017bd99b4aa8a263f9cc115b1968ea5ef51f3da1d0a4b24d869f3be771e1eb99971a52e7e72909d4a2384e4a6815c73b809cbdbad9a5d5b2e1e", - "@rollup/rollup-freebsd-arm64@npm:4.53.2": "590828430d14304413e746dcfd5c9133e7a389966c8677a4720b4ecd69ef049c5fddba4c6ea642e61b49b909310fb02fc00ec95cef5447c4bb26f7ac8bc739f6", - "@rollup/rollup-freebsd-x64@npm:4.53.2": "c9ba7207d6c9ce516d384f9ffb83c104a2b25d44a96d187a25bcaac5a830af9ef57475aeffc30adcfe0343a052db944ec4ae39af9d298f958386227defc06353", - "@rollup/rollup-linux-arm-gnueabihf@npm:4.53.2": "f70d6dc3684b1599a90bbbab606348ce169a7fdd012d1b5c20238093e30d5b01b168e6f7cc6b6c2233df84d87ab1c05039ee40dda304c388356ebbcdafd1a521", - "@rollup/rollup-linux-arm-musleabihf@npm:4.53.2": "2bbc219fcaeb2b5e292650e7c9a0076ceabeaad5f1c8d6d3577a8092a565d9c8f3279030c740c86cebd35068fb4640f7f7a6c354011e925d2042d79f59af8da9", - "@rollup/rollup-linux-arm64-gnu@npm:4.53.2": "53cd00ef29ad6268e84317c2e30feface713d14df22038265929a8684c76171d6ceedd965201977f0345786d39f641dc1202aed9f4b97a476cfc952cc3719174", - "@rollup/rollup-linux-arm64-musl@npm:4.53.2": "5a439746f54b5d657b5930075b725a6a49d4f55aef6e8bdd10c59bc7186428d83028a6a22a4edef66e3ef9a954da9b96218332eaf556c12ab7bc231d88ff12ec", - "@rollup/rollup-linux-loong64-gnu@npm:4.53.2": "2a906684e9a1d585755547be77ed7c6f8d69f7f484773ba8285eeb2cbe819b7d06148c167dbb163bab029ae920e46d6977822114d9c24e9103a437637bf22f59", - "@rollup/rollup-linux-ppc64-gnu@npm:4.53.2": "fcb23e70c88ee61725b6cc9ef2b01d63ba12b674e86e5e3a7c33e1c25fc7882a666ffb4d14c714c515330f680bc74d2615f661e3f652955102541ac2c74ca217", - "@rollup/rollup-linux-riscv64-gnu@npm:4.53.2": "cc98bbebc5c4d445e60f14359fb6e2f8acdd23fe81d6aba8b27fee96bce8954ca21119928116d417f389edd594888f614ad39e9a9397de3c1b6e3c3cc9e39e14", - "@rollup/rollup-linux-riscv64-musl@npm:4.53.2": "309f231d747bbc5b37093b713c28926c827062e45fb524fa8d07c64834a2e6b84abac110b2a9f099cf76569fa4576d02b36aa292468bf06e57196bf6dd77d2a5", - "@rollup/rollup-linux-s390x-gnu@npm:4.53.2": "3f935b10cef450e4a2faff477fd9878f018066a82fc4229bd6a1e7958faaf6499cf262541fe0af03e4fddbbd3d1bd8eab6f05e743463ffdcc4b19bc4b464df8c", - "@rollup/rollup-linux-x64-gnu@npm:4.53.2": "4df0206018e3ea80f617028bf0fb69db8ec301fb1863cea791611717807f90e96f8fa4d2449c4e6847514dd5249402764134844bd8a07b50eddcca8069783ac4", - "@rollup/rollup-linux-x64-musl@npm:4.53.2": "28d1e7aa206777f600540851caba578be32abfd4379194c7d1d7a6550181eecec1bf342197b8c2096c8743d9f5e2f5641aabb9ee43e172874da438208a45a52f", - "@rollup/rollup-openharmony-arm64@npm:4.53.2": "9c430d3ad3cfc294ad221fa9f382e5cfa1479f44098807d43683cea4bcf786d0e5fdeef2a07e0eca5176abf47532b51a1bb8733bb7ee1c8bd11e31567421b89c", - "@rollup/rollup-win32-arm64-msvc@npm:4.53.2": "ca5ac1c54519ceffde6f4c69564317b5d84fc9e670fd090ced22916e5bf9e8e25a0deb8377cedb494b8a106f61d128e282b0d4bac9ae2135eb76fdcfee511ec4", - "@rollup/rollup-win32-ia32-msvc@npm:4.53.2": "01a6ae614efd77ad83115022da67b437cc7b43868741cbb4923ed2d763e2cded0bb05af5818d4fb7486abe2ab52d435727bc965c2af8efe571018d6ea0ff3e76", - "@rollup/rollup-win32-x64-gnu@npm:4.53.2": "ce081608eaa3009279aa5685e1671f15b495910556e396ab3c7585d3d2f5afb354d70544a2ff01654f46c723aac91fd38e0982f9ebba3ef843663d6c42e5692b", - "@rollup/rollup-win32-x64-msvc@npm:4.53.2": "6a4195d5ceb9533fb53daeac056d6878a6caeb03c238083db49c7a112accba15ca50e9cb2f9f4417375092ddf4819ca795954dc4a61106e42941b0cfdbb0b44c" + "@esbuild/aix-ppc64@npm:0.27.7": "ff8c15b43770c8df995a7274efdb1df5553a3264bff0a42a66bc96a07fc0733a6825b4a339972d2d49fc9be9bec4ac2f4f3f072730fdedc879ce4f9cbf0b242d", + "@esbuild/android-arm64@npm:0.27.7": "c340fffda73dfcdf3513f900403d582cbcd8a5fc4cf7abd71aa0d4945391b4c0289e4389f51616cebaac63ec652457941e3e2eefe408230521227ae128c35c9f", + "@esbuild/android-arm@npm:0.27.7": "4abbbcb6b0f38d345b530148ebf883d3b1b7321a5c31f9c492bf645813e85afb8984c9d75295d779dbe602807b85995d9ff47ab8e8b22fa1bc67b1cbab9c45db", + "@esbuild/android-x64@npm:0.27.7": "719956b9b7eb922a2bf92cc3df93f7f476ae37ad2976bc2185c97b93d63bd1f17b031aec41e9d9a7c3d75c83d6df8daa68191bdfa0d02f4dc39b6fafa6999fd7", + "@esbuild/darwin-arm64@npm:0.27.7": "aefb157b95bb749ebf0cd70dd39d20c00825565a0fcc248b775b4cce6252adf694bf3e4894b25368652252139bfdc0d08b75d1139a78f197ee58ed8972cdb28d", + "@esbuild/darwin-x64@npm:0.27.7": "898b6b02589dccb0a51655c57c407866bdb2ae5202dacce33e7d9b2f35dd117b3245f6393ffd6726373616147c3d12a462830f51da2a5cfd06e0f60cc252373e", + "@esbuild/freebsd-arm64@npm:0.27.7": "aaf8ebcd359f1228f5dd9d90ceca51eaa06d91570b27fa8be9da858ee124e37d45a5fed2aa4849320eb256215acf39b98623cf770ae87f0a0d50323d1acc7fbc", + "@esbuild/freebsd-x64@npm:0.27.7": "cc7fa741cebc7041643f1fbfe45d99ce870b8ea42e9a67f4d1cf2fddeb991623619d00865427b3d6aa63ae7618f10c5635c4d047859eaba8d5c7f317d7138d44", + "@esbuild/linux-arm64@npm:0.27.7": "b1aea26033d1de82966141b350405e1205ea04fa24707084b50992bfc9d0fbf99e0ad83a31ecd8f8cbc01101f3d92f648ce2cc24273c1e8ced573726393f9c68", + "@esbuild/linux-arm@npm:0.27.7": "0950f67b72af73de69483363f046d6a50fc85f6491adcfeadcb6014bdc8a1731e2575fc58d6c68d6834cd6be45e0b247a23f128162864e7686accda1ada3a9d6", + "@esbuild/linux-ia32@npm:0.27.7": "6247a3b2658de166c69099208c72ba65d8ddc5ce1575f5e8fd05d4570f3a59bfbd6a5570cfbd890e19a24258edd1b7e91cebe75e2acf182c6087297f26bba29c", + "@esbuild/linux-loong64@npm:0.27.7": "0d7f9b60a46e95d09889365b54ea0e2fd6e471e9ceeef27a0cc6b77616b1abe275456b50eae94bed3322dc6ee17fedebc3258dcc88a5522bd5318f6def0d0642", + "@esbuild/linux-mips64el@npm:0.27.7": "f3732fa442590b2219d2ec7de1d5086cd31682831dfc25516f2805326b4bd9f68a9fdbf3cce876ee764bf47765b85fdf22290b6a09f87a29c9d0c2d4af0a83c3", + "@esbuild/linux-ppc64@npm:0.27.7": "df156f801042116c438c9259451e716533adec6b7d7af5c75cf27feec09ee4d941281049bf979dc0bb7a5b73b955d3974ecac4391a97600a4440a4a003b820e4", + "@esbuild/linux-riscv64@npm:0.27.7": "76eccec1c7f047075353ef1f908998a0723f367a39aae39608f7978e5e231ea51ae25fd5258d16345567b94b77e28524cba45bc76afa5eda350adc5bda672142", + "@esbuild/linux-s390x@npm:0.27.7": "788799f3e6e61efe6ec0a4a5e2d413dcfe57b27518d679a3d5f82265672fe53604a348658bc09b958cedaead008b63ef02e700469aed2a725e79361458901808", + "@esbuild/linux-x64@npm:0.27.7": "77c8cc00c2f647f5a04ca6640711c6e83214a8c619aeb3de52fee36c51709d5f44becaff095ffa2d1d40d53d1a792e80a1702193c155614350cc14de23a48e81", + "@esbuild/netbsd-arm64@npm:0.27.7": "cffa469f49165446e82f3031d6601e977131fcf619204370b3fad1b2a4a7dbf57d52e26e146cd1550c80af27470fb016d4b519fb74e3e6947a50391f84b87935", + "@esbuild/netbsd-x64@npm:0.27.7": "123b51f84b61f13ae916c0d7b1fa057181ded0e510f762acca178fe7fb679041a30df4f740db381afe8919d41877630ccef0a16ded46248820da0af4b967c29d", + "@esbuild/openbsd-arm64@npm:0.27.7": "cca5a166f47d125703451c4369bd337f08516e17aa69db17ff6822c229fcd9beb9bd29b2856c0f13d9d441178011e8c081879418f376c002f72c6aeab83576ed", + "@esbuild/openbsd-x64@npm:0.27.7": "d9c2ca562e27331124fcddb230f5b204adfadfd87b746d8369c1c3a72fc6f6e7375684cded7ffadab6f785228d80c4a4ff2c6f593f7ce354f6d57f5b4e43c3c3", + "@esbuild/openharmony-arm64@npm:0.27.7": "6566b08b37e3faee6577ae43253f163ce5af22e872e30a93c08fc41e5b3525d742366b1049ba87de16c75c77abd6fce002b49b52a5a1898efb8be5eb18d8dcf3", + "@esbuild/sunos-x64@npm:0.27.7": "589389cd4be3de5c24bb5820e4fd1f15f665b3be6b0ab6167f435776bb367e32209d6bf477bdba481195fbe515e1999c1e73adf321a8fb8400fe72052a4aef48", + "@esbuild/win32-arm64@npm:0.27.7": "519a2c68186c2cd9f548d89f00f5aa3b5f2fa481fd03908d7b1c922de03bf20236d9fc21a3b4e83915d3611471843b41536c97d74273fb3369b2525767c278be", + "@esbuild/win32-ia32@npm:0.27.7": "76470f36efe5290ac694e675a799a46a364aeba9a734cf10869769094b8b9022adc51fdea5869c45a8fdbfcb60ef8d787ae652c264468cdc0f4afb3869157b9c", + "@esbuild/win32-x64@npm:0.27.7": "b4df3d0c4024f0daf0891075822718dc31d35aeb91c18c4e8ee750be69f35ebd840d184006746dd88eca0e44574e438d5ab81c614605cc707fb79cf45cf76cba", + "@rollup/rollup-android-arm-eabi@npm:4.60.1": "0c9e39dd1f0ad043e1f9ddf8a46d1d47b81eba33997ac59e10c41ddb4705f30c2e0cd8aa40d6a97f3f5cbfd82db71c06f819480fabab8447bfbeb6b4b5dec8a2", + "@rollup/rollup-android-arm64@npm:4.60.1": "9f4f86ce20eae1a0a55b41bc8e157990cadaf68441b50184c691c24bdf7b4b6a08b4d3f7ddaaca2a53e398b3a38a57d6257fb8216165b1bd5008b340487689b4", + "@rollup/rollup-darwin-arm64@npm:4.60.1": "f019fbddb791781b495b8506fea270fe05ba6c2d87cc5301a7910218219d952371d83432d95251e6ef76710ab45f0c28b47a691bc2b6f899541277d567f69a09", + "@rollup/rollup-darwin-x64@npm:4.60.1": "914faebe151f0fb2908b68907ad370a33a68e1912bd0f4450c498204bcf95605ca45057bbaa328839f4b26f392604b347c281275b41ec2a193a30dd5c7eecfce", + "@rollup/rollup-freebsd-arm64@npm:4.60.1": "3c3eb08b469af8ecc554ffeddcfc485f277c25ff56554d0222ace745a3c3878a912bf78abe73e98b2e1d2707cf0116b6dda65c16a8f98b1f4467e45b542f6644", + "@rollup/rollup-freebsd-x64@npm:4.60.1": "81ae68a65e49da671cdf2d1042c8b03b398cd5eed84156db6730a5d3ef64cc9a011a4f6f9af224954091034794092594c0a8b229312350feaa5fbae226d3a077", + "@rollup/rollup-linux-arm-gnueabihf@npm:4.60.1": "34df701e43304676065a7b918f561016002848525eeb0e6eab695b7f70b284877ee1b903caa776dfcd94d517448d4675a4ac7761c1818f92cd418c8c7eb41dbd", + "@rollup/rollup-linux-arm-musleabihf@npm:4.60.1": "cf86a2a29dfa97687601bb9d8fab39263cda9571e2591f37837ca43ebec1a387145e1e9196e35dfd47bff0f84efbac7d95cf806341a52a20cd3ac395e6446f9c", + "@rollup/rollup-linux-arm64-gnu@npm:4.60.1": "f69c91d1267718ce1c4ed1956911810eb1764034886c2e28ee48c86f27ba6212d1a9eef05734c31a8023f38266a0c19178197f6935efce48b299565fdfdd46ac", + "@rollup/rollup-linux-arm64-musl@npm:4.60.1": "1bec894eb150a2379e28f91c5afc0cabe6b03c1f67769f7ba103680bf180082ebb6de6e72b14f5bb197a9af34e825bd0fdacf8b045b0c925232b63df27061029", + "@rollup/rollup-linux-loong64-gnu@npm:4.60.1": "7e4abb248d0a792773aaa9fe988d10b0d7ec5f7602f84a9fbe02bf3c58e6d9e920fefc44fc1e325c0acdc653e7f520acb663412c9f8e79c5e6ed7cbc4c166bf0", + "@rollup/rollup-linux-loong64-musl@npm:4.60.1": "d123cc24674c272ab5d1fdde34b179fccb361b5b7dcf222508ae31ffcf70c465c2aaedf74231e2e12de83fde7164129d0359020138c41b0abf4f301600c92d1f", + "@rollup/rollup-linux-ppc64-gnu@npm:4.60.1": "816e4de300cc1c142165d61ae527375e2466d2319c2d2ee135d419e1b78fef1ac560d08ee8913e41ce8c185ec1bd31b491a149e3b02f05ee8f0797e965c9e2c4", + "@rollup/rollup-linux-ppc64-musl@npm:4.60.1": "479175a7ecce9c8ef8e2cd4207499eff5a60a1fb34bbad716cf7d710c5d42782c6b3b8edd297c0edbd2486d98c9b1538acf30af116632c4d3f2a7877c778cfb4", + "@rollup/rollup-linux-riscv64-gnu@npm:4.60.1": "b63bc62c03d1c11fd68259a016891d10e8d94c937fae544f81e6cf457fca6ecacd6078b48db586b32da9874a5c743904ca21f01750c87f30ecdfafe09b6ec2c5", + "@rollup/rollup-linux-riscv64-musl@npm:4.60.1": "16e39ddd25fbc94a61d6ba99a9eac70908b895e22a6df3c89d12d69efa9dd363abb4a9b084b1f171f4ea3ad7d9008c652302556400cff8a38f3773561fd126a4", + "@rollup/rollup-linux-s390x-gnu@npm:4.60.1": "b4c1fe6c600ec9cc86571e70e87bd2c5623ce7c6f1fb9aee25609fd917f74ac2d252219762ecbd527f7c022d91624eacffcf5f4beee0c9905dc0eee67917a1a4", + "@rollup/rollup-linux-x64-gnu@npm:4.60.1": "51a29100c1f762f19588759372743061e914b2b3d0bdc4efa7551fb09150a53ac7b78258b6eb972ea295d42ab4be3edb8a55f4aa5379fb503d3df550690bd1bf", + "@rollup/rollup-linux-x64-musl@npm:4.60.1": "c0135af93cb1ad0845c070e284d7386a8531f52326dc43c6296c30c6c3588002a9792f94a116507a283ab671b91a9f11ab599411e4bd6a4d04ecc20de88a6031", + "@rollup/rollup-openbsd-x64@npm:4.60.1": "589d2065bde55e1b4b327a6ac0889faa499a62d5b8081221fc184be484e88dd4edcf676a79b547af2b4a84c595dc3a087773a623873da682a406641dd51b1eec", + "@rollup/rollup-openharmony-arm64@npm:4.60.1": "ce8b214f2c91f4fb305b6ceed4e64daad196477749a6e6fa6b58ca2ba9b5cda2b844529f811539c895d773bdcf315b9be093bdf8fac28858235d961a38a9d83b", + "@rollup/rollup-win32-arm64-msvc@npm:4.60.1": "0ca4f8f21554fde542a6c2765ec2d5fcb9698bc6d50ba66f036fedc92527583d5f22c75957695958e1ba42a894b586819fa7f213554a0ebe3e063e3d0ee2734b", + "@rollup/rollup-win32-ia32-msvc@npm:4.60.1": "4a9d30180e531f7fa371415e541dba271c9be433b950e63a35024a6efcf45ec39c52ba88356b513aa594340187e7d9d9ec78396be6309087b45e93095056d33c", + "@rollup/rollup-win32-x64-gnu@npm:4.60.1": "8446313af387b0fcadf9e2d12b11bf55072d0a15547ba532dff326b2ece04322d08998946aa5678ea2dad3de569a782647dd5c10f113b617695caf8ed7c39291", + "@rollup/rollup-win32-x64-msvc@npm:4.60.1": "1fad2d7a8a5fde0af97f1485325c57b74a05808699a95d22b03961e9476869be58da291f45d65266f52c98f0e49da678daa94dc75694e98948ef6255077fa363" } diff --git a/pkgs/by-name/co/corepack/package.nix b/pkgs/by-name/co/corepack/package.nix index 6188b7fb84e8..918d3829bab7 100644 --- a/pkgs/by-name/co/corepack/package.nix +++ b/pkgs/by-name/co/corepack/package.nix @@ -16,13 +16,13 @@ let in stdenvNoCC.mkDerivation (finalAttrs: { pname = "corepack"; - version = "0.34.6"; + version = "0.34.7"; src = fetchFromGitHub { owner = "nodejs"; repo = "corepack"; tag = "v${finalAttrs.version}"; - hash = "sha256-Wht1w6irfjj4cG4O1mWaP+uWvi794CsxoQPhk3uoKcw="; + hash = "sha256-mAiYRDQ9nh4FN8nY0FKC38b1fKRVq0D4dojcAynezas="; }; patches = [ @@ -49,7 +49,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { patches src ; - hash = "sha256-kngfdPGent5u231BFOzDLZFLp+EueDrm88iLbSoo5+g="; + hash = "sha256-cmY6e29ryLs0psZ/TEqRfs4RdB7eCzfXU7aUH+yCE/s="; }; postPatch = '' From 4128738f56412bb37d90165a8df4025aed7ddb2c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 08:13:53 +0000 Subject: [PATCH 34/90] python3Packages.pcffont: 0.0.24 -> 0.0.25 --- pkgs/development/python-modules/pcffont/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pcffont/default.nix b/pkgs/development/python-modules/pcffont/default.nix index df4b98240c5b..f374126dde3f 100644 --- a/pkgs/development/python-modules/pcffont/default.nix +++ b/pkgs/development/python-modules/pcffont/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "pcffont"; - version = "0.0.24"; + version = "0.0.25"; pyproject = true; src = fetchFromGitHub { owner = "TakWolf"; repo = "pcffont"; tag = version; - hash = "sha256-32u4FE5QLLqYmRVDuYYGC/laLCRH9phNGi1B9JC+cps="; + hash = "sha256-xxTOw7Fdey5YKDY1kq3EiAjW2jNHIU3wFDKvHdPgAQc="; }; build-system = [ uv-build ]; From e4184c174e0105823bf73e8bf9b167fe9a6e58f6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 08:28:29 +0000 Subject: [PATCH 35/90] kicad-testing: 10.0-2026-04-06 -> 10.0-2026-04-22 --- pkgs/by-name/ki/kicad/versions.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pkgs/by-name/ki/kicad/versions.nix b/pkgs/by-name/ki/kicad/versions.nix index 12637a617232..211d194c9b9b 100644 --- a/pkgs/by-name/ki/kicad/versions.nix +++ b/pkgs/by-name/ki/kicad/versions.nix @@ -25,23 +25,23 @@ }; "kicad-testing" = { kicadVersion = { - version = "10.0-2026-04-06"; + version = "10.0-2026-04-22"; src = { - rev = "d9de30af310c4fd84257b48ae6808ef5e3cfe70f"; - sha256 = "0bxiyhvpncmrakfmx6kdx7jdlssbm90v5li3km558yas5pkzppgx"; + rev = "704a11803d7b882dec23c4fa8623253ba380aadb"; + sha256 = "04y8vfg5ffx1aawcy4np66jv7k2gqv9yvcagnqlh3k4b3adn7g3b"; }; }; libVersion = { - version = "10.0-2026-04-06"; + version = "10.0-2026-04-22"; libSources = { - symbols.rev = "dc72a484664c0470407113a174f2b5435debbcaf"; - symbols.sha256 = "0khfnln0f2zsz5hy31nw2rr0nflb2z3s9n9f7g41g03m9l3s43v2"; - templates.rev = "e703d1e2ab3eb98a209ff402d2b6bf6d02dc1930"; + symbols.rev = "49f3091e7fea8d9b935635f3328cbf07b7548625"; + symbols.sha256 = "0iz4lb33wdsw4f82a0ln8ycgaf39gjws03mvl2j1q9npwj6xl1cm"; + templates.rev = "66727540677590f988f8448fd3b632d3f26cc1b4"; templates.sha256 = "0zs29zn8qjgxv0w1vyr8yxmj02m8752zagn4vcraqgik46dwg2id"; - footprints.rev = "4899503b69ff037ed102ab0fe5a0564ef3d61726"; - footprints.sha256 = "0ymmd1rzrczpvcqzw1mld9x8xhbka0vvjy3kdqwysg4ri97f5wrm"; - packages3d.rev = "bc82151111e9edddf4295228e6ceb5e0584c9c3e"; - packages3d.sha256 = "0k91iw661fpzb7saryjxdcdvk1kis7dhbcpzp7xzjk84i4jvxrp5"; + footprints.rev = "ab2f97eaa2ab7769ec3ad0487ff9bcafabe8641a"; + footprints.sha256 = "0jqgyi1yb2zc6w56ba7xama0wnhrqwbbnf2fqvr47xihvdcvs87v"; + packages3d.rev = "efef8c6631221341db2549c52b921e33dd05bbb4"; + packages3d.sha256 = "0jr70ry6inzc2fy3s300z0zlmihbq95ba1zckyd1wwbpplaj1gbl"; }; }; }; From 8fd4fb08bcdd07c00c0398fa44eef29f8997ee20 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 08:53:23 +0000 Subject: [PATCH 36/90] fence: 0.1.46 -> 0.1.49 --- pkgs/by-name/fe/fence/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fe/fence/package.nix b/pkgs/by-name/fe/fence/package.nix index 3ce2c5b7cbd7..9b1166db7305 100644 --- a/pkgs/by-name/fe/fence/package.nix +++ b/pkgs/by-name/fe/fence/package.nix @@ -14,16 +14,16 @@ buildGoModule (finalAttrs: { pname = "fence"; - version = "0.1.46"; + version = "0.1.49"; src = fetchFromGitHub { owner = "Use-Tusk"; repo = "fence"; tag = "v${finalAttrs.version}"; - hash = "sha256-IoWnA7gUfp6wyVBkqtH0How6DqHnaO78GlxknA5Y8+w="; + hash = "sha256-G3zrm6XzQPZgHky/O32cXmzQX8tLbwqgSm5xQ3xn33A="; }; - vendorHash = "sha256-P30NCXYX27R7F/dNhWSwiLg8T2f6J0/hlu6G3wlENFI="; + vendorHash = "sha256-JIkEe+wscowc1IT8gtm5C4ZnChsOhy5wTy7R//DLFTU="; ldflags = [ "-s" From 81cc811be505b6a8c468d716dd68b2d0fdcdc877 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 08:55:34 +0000 Subject: [PATCH 37/90] python3Packages.modelsearch: 1.2.0 -> 1.3 --- pkgs/development/python-modules/modelsearch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/modelsearch/default.nix b/pkgs/development/python-modules/modelsearch/default.nix index c79c336e1405..9a084e475d65 100644 --- a/pkgs/development/python-modules/modelsearch/default.nix +++ b/pkgs/development/python-modules/modelsearch/default.nix @@ -21,14 +21,14 @@ buildPythonPackage (finalAttrs: { pname = "modelsearch"; - version = "1.2.0"; + version = "1.3"; pyproject = true; src = fetchFromGitHub { owner = "wagtail"; repo = "django-modelsearch"; tag = "v${finalAttrs.version}"; - hash = "sha256-zmurjjiJO6A/9XuGsGQcBWRX4NW9xVCFkCVRUk0Ziro="; + hash = "sha256-eQ0ZWUR9xXm0RkBpZ3Z+ruxlWvJdWed2sX6XkZIAZBk="; }; build-system = [ From a478e300af696f70f3f305f8b25fa1dbc49b3f72 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 10:00:49 +0000 Subject: [PATCH 38/90] terraform-providers.newrelic_newrelic: 3.84.1 -> 3.85.0 --- .../networking/cluster/terraform-providers/providers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.json b/pkgs/applications/networking/cluster/terraform-providers/providers.json index cb6a8869ba6c..2de367ee69c2 100644 --- a/pkgs/applications/networking/cluster/terraform-providers/providers.json +++ b/pkgs/applications/networking/cluster/terraform-providers/providers.json @@ -959,13 +959,13 @@ "vendorHash": "sha256-OAd8SeTqTrH0kMoM2LsK3vM2PI23b3gl57FaJYM9hM0=" }, "newrelic_newrelic": { - "hash": "sha256-W5eEK39KkKOTfZb6KOOTwvRD1nrZkY4FuZt+9Imu9nw=", + "hash": "sha256-12IlR/UfehtJJQ3aEfXIP189it2GB0EA1PlzbdZyAnk=", "homepage": "https://registry.terraform.io/providers/newrelic/newrelic", "owner": "newrelic", "repo": "terraform-provider-newrelic", - "rev": "v3.84.1", + "rev": "v3.85.0", "spdx": "MPL-2.0", - "vendorHash": "sha256-CQVlU/V25pDz5shBpCztA3w/FVfGjLjLDHf7ky9LQHc=" + "vendorHash": "sha256-SuraRxReVafvUhniew0gfhlgpHbFJGBMcQOhIqnXYgM=" }, "ns1-terraform_ns1": { "hash": "sha256-MX/Wd9Lztjn7uwDzJjs4bsSSp0PFzUgsu4jXke9jHL8=", From 5866fa21330828079d0278a7bafc55451b979586 Mon Sep 17 00:00:00 2001 From: Heinz Deinhart Date: Sun, 19 Apr 2026 12:55:31 +0200 Subject: [PATCH 39/90] ddnet: 19.8 -> 19.8.2 https://ddnet.org/downloads/#19.8.2 https://github.com/ddnet/ddnet/compare/19.8...19.8.2 --- pkgs/by-name/dd/ddnet/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/dd/ddnet/package.nix b/pkgs/by-name/dd/ddnet/package.nix index 28dfc19017c5..e20f0259813e 100644 --- a/pkgs/by-name/dd/ddnet/package.nix +++ b/pkgs/by-name/dd/ddnet/package.nix @@ -32,13 +32,13 @@ stdenv.mkDerivation rec { pname = "ddnet"; - version = "19.8"; + version = "19.8.2"; src = fetchFromGitHub { owner = "ddnet"; repo = "ddnet"; tag = version; - hash = "sha256-CpzmKJ8W0uh/3x6/YSEs4SpJoSwYfCZxLDo7wvw96KU="; + hash = "sha256-EBtcJZ+8AQfPftNiWFanX0bRb2zfMRK4i53J/pPdBEg="; }; cargoDeps = rustPlatform.fetchCargoVendor { From 4c50800432ab052c3282b8d209385df18536fddd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 10:34:47 +0000 Subject: [PATCH 40/90] python3Packages.py-unifi-access: 1.1.5 -> 1.3.0 --- pkgs/development/python-modules/py-unifi-access/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/py-unifi-access/default.nix b/pkgs/development/python-modules/py-unifi-access/default.nix index d31c917b2838..abc4ab782b97 100644 --- a/pkgs/development/python-modules/py-unifi-access/default.nix +++ b/pkgs/development/python-modules/py-unifi-access/default.nix @@ -13,14 +13,14 @@ buildPythonPackage (finalAttrs: { pname = "py-unifi-access"; - version = "1.1.5"; + version = "1.3.0"; pyproject = true; src = fetchFromGitHub { owner = "imhotep"; repo = "py-unifi-access"; tag = finalAttrs.version; - hash = "sha256-TGAZpvqX5H+kaSJb3rraDfXnekPGCMb092NF2ilNdHM="; + hash = "sha256-UxnW37JqUugdMix9MM5coHZvN9iTCmI53o7LfLL6t6M="; }; build-system = [ setuptools ]; From ab64aba4289c9fecf20a61f6da132a82b3a1759b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 10:46:15 +0000 Subject: [PATCH 41/90] vscode-extensions.github.vscode-github-actions: 0.31.3 -> 0.31.5 --- pkgs/applications/editors/vscode/extensions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index e859f8e1451c..1f9433c8a46f 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -1970,8 +1970,8 @@ let mktplcRef = { name = "vscode-github-actions"; publisher = "github"; - version = "0.31.3"; - hash = "sha256-Do1z7ywF/0Do09chX0bFtkX+8Nux0fBCWfVpUagiioM="; + version = "0.31.5"; + hash = "sha256-hGdcMAkzpJqX61Ki87ckFAhncOm6LmNCQh4imIg64oY="; }; meta = { description = "Visual Studio Code extension for GitHub Actions workflows and runs for github.com hosted repositories"; From 64bb29442cd3729d76e08092666e161ad819679d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 10:54:03 +0000 Subject: [PATCH 42/90] mailpit: 1.29.6 -> 1.29.7 --- pkgs/by-name/ma/mailpit/source.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ma/mailpit/source.nix b/pkgs/by-name/ma/mailpit/source.nix index 47e513398a1f..5b19c38381bf 100644 --- a/pkgs/by-name/ma/mailpit/source.nix +++ b/pkgs/by-name/ma/mailpit/source.nix @@ -1,6 +1,6 @@ { - version = "1.29.6"; - hash = "sha256-jkWrh2pQ4LBQMTb3r1kgbSmYRBCWPXIVC8ywM5yYnQg="; - npmDepsHash = "sha256-vt28b02zDkrNWR4nTD2IH87gqGlhxxaF7L0N5jSS76k="; - vendorHash = "sha256-k07JTSQ67ZVOiCUkRRW9u6V+E75gtfKpZ6zNa4eHH/Y="; + version = "1.29.7"; + hash = "sha256-nd52Kf7wRJXSrLPgrYQ5VjUWFARObRRAJe3nIW19wZU="; + npmDepsHash = "sha256-s71BVJpim593GknE1XyBCb4sQwY8fKpAH7q/e/0Nmg0="; + vendorHash = "sha256-mGlzb4Q6nWew13Io8fAtR+3u4w1vjj4ssUaBJ9sjz6A="; } From 026411d2a46b50cabc27ffb152cb250b810dc74b Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Wed, 22 Apr 2026 13:22:53 +0200 Subject: [PATCH 43/90] vivify: fix changelog --- pkgs/by-name/vi/vivify/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/vi/vivify/package.nix b/pkgs/by-name/vi/vivify/package.nix index 08ebe3c821b0..9b64d22fa2a6 100644 --- a/pkgs/by-name/vi/vivify/package.nix +++ b/pkgs/by-name/vi/vivify/package.nix @@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: { serve as a directory browser and let you view code files with syntax highlighting. ''; homepage = "https://github.com/jannis-baum/Vivify"; - changelog = "https://github.com/jannis-baum/Vivify/releases/tag/v${finalAttrs.src.tag}"; + changelog = "https://github.com/jannis-baum/Vivify/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.gpl3; maintainers = with lib.maintainers; [ skohtv ]; platforms = lib.platforms.linux; From e3e0fb8384c5765a93eb2788e8862f1119dd5575 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 12:32:46 +0000 Subject: [PATCH 44/90] strongswan: 6.0.5 -> 6.0.6 --- pkgs/by-name/st/strongswan/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/st/strongswan/package.nix b/pkgs/by-name/st/strongswan/package.nix index 93c13de36207..fd285dc213f3 100644 --- a/pkgs/by-name/st/strongswan/package.nix +++ b/pkgs/by-name/st/strongswan/package.nix @@ -122,13 +122,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "strongswan"; - version = "6.0.5"; # Make sure to also update when upgrading! + version = "6.0.6"; # Make sure to also update when upgrading! src = fetchFromGitHub { owner = "strongswan"; repo = "strongswan"; tag = finalAttrs.version; - hash = "sha256-AB0PNy5UIPb5Pwois9APhyQxDPd55mnwYdhpkKpV+uM="; + hash = "sha256-Ojb+aAb9Ame4E9qzKcP9HZ+1AmP4XuxZO89nKca9Vl8="; }; patches = [ From 1edc16a4385a9bc18c4f8585e61f347b1a261f1d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 12:39:54 +0000 Subject: [PATCH 45/90] terraform-providers.hashicorp_kubernetes: 3.0.1 -> 3.1.0 --- .../networking/cluster/terraform-providers/providers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.json b/pkgs/applications/networking/cluster/terraform-providers/providers.json index cb6a8869ba6c..ed059f32005a 100644 --- a/pkgs/applications/networking/cluster/terraform-providers/providers.json +++ b/pkgs/applications/networking/cluster/terraform-providers/providers.json @@ -607,13 +607,13 @@ "vendorHash": "sha256-SsEWNIBkgcdTlSrB4hIvRmhMv2eJ2qQaPUmiN09A+NM=" }, "hashicorp_kubernetes": { - "hash": "sha256-/piMr4HFTKyZdWPtS9B1NB4TK8v0jtn9PIjHuGRSmtM=", + "hash": "sha256-P9ChE8AZa6LqDMOyjAx2COMGmzhCpIsiUJ9uXbTUPwo=", "homepage": "https://registry.terraform.io/providers/hashicorp/kubernetes", "owner": "hashicorp", "repo": "terraform-provider-kubernetes", - "rev": "v3.0.1", + "rev": "v3.1.0", "spdx": "MPL-2.0", - "vendorHash": "sha256-IDsGPzNsVPIHWEyhfIkaNaPOrhnk/4XI1UsrIPwcq/M=" + "vendorHash": "sha256-TvtStKCI11frbi1C1d4/f60XXJPUQBzSJIAkjN6LfBQ=" }, "hashicorp_local": { "hash": "sha256-VYzy+/BniYU++pw9koLWotEJzsIzOjpLX4aRSRupV58=", From 20550243c09baa0ab757e1b3b461515a13843a54 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 12:57:35 +0000 Subject: [PATCH 46/90] sc: 7.16_1.1.4 -> 7.16_1.2.0 --- pkgs/by-name/sc/sc/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sc/sc/package.nix b/pkgs/by-name/sc/sc/package.nix index 2e1542072404..4358fa4b2e25 100644 --- a/pkgs/by-name/sc/sc/package.nix +++ b/pkgs/by-name/sc/sc/package.nix @@ -7,13 +7,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "sc"; - version = "7.16_1.1.4"; + version = "7.16_1.2.0"; src = fetchFromGitHub { repo = "sc"; owner = "n-t-roff"; tag = finalAttrs.version; - hash = "sha256-qC7UQQqprT0Td7TCCe7iB9qJIBp47GW3aBAon27Katg="; + hash = "sha256-4Ma3JWrK2udMLEAUboBGzfLTQjX+TdXG7ygvhS14BiM="; }; buildInputs = [ ncurses ]; From 8f6d2c2ec186bacb15ba5bd59eb64a304e8e59fe Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 13:10:32 +0000 Subject: [PATCH 47/90] gscreenshot: 3.11.0 -> 3.11.1 --- pkgs/by-name/gs/gscreenshot/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gs/gscreenshot/package.nix b/pkgs/by-name/gs/gscreenshot/package.nix index 9fe707bb9195..044b16161003 100644 --- a/pkgs/by-name/gs/gscreenshot/package.nix +++ b/pkgs/by-name/gs/gscreenshot/package.nix @@ -19,14 +19,14 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "gscreenshot"; - version = "3.11.0"; + version = "3.11.1"; format = "setuptools"; src = fetchFromGitHub { owner = "thenaterhood"; repo = "gscreenshot"; tag = "v${finalAttrs.version}"; - sha256 = "sha256-ZdywZhH59L5fk1EB+o6fSj9zCOljS7T/HWpUd2tTl0o="; + sha256 = "sha256-24eo4ihWM/sJXj7Dp3hSp0FEP1uYzvCON2emuMiONSc="; }; # needed for wrapGAppsHook3 to function From 23990a9318e8bc02aa5bd43850e98c1bc154e6e9 Mon Sep 17 00:00:00 2001 From: Code Instable <68656923+code-instable@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:52:14 +0200 Subject: [PATCH 48/90] typstPackages: sync with Typst Universe as of 2026-04-22 Updates typstPackages to match the Typst Universe as of 2026-04-22, at commit 41f56800805c790be1decbaec23d3dba90f9a9aa. It was regenerated with maintainers/scripts/update-typst-packages.py. - Typst Packages Data source: typst/packages@41f5680. - Nixpkgs Upstream reference: NixOS/nixpkgs@9cadaf6 --- .../typst/typst-packages-from-universe.toml | 1548 +++++++++++++++++ 1 file changed, 1548 insertions(+) diff --git a/pkgs/by-name/ty/typst/typst-packages-from-universe.toml b/pkgs/by-name/ty/typst/typst-packages-from-universe.toml index 1245d925bc9a..9b3c869859c7 100644 --- a/pkgs/by-name/ty/typst/typst-packages-from-universe.toml +++ b/pkgs/by-name/ty/typst/typst-packages-from-universe.toml @@ -18,6 +18,16 @@ license = [ ] homepage = "https://github.com/chillcicada/typst-aasvg" +[ab-annotate."0.1.0"] +url = "https://packages.typst.org/preview/ab-annotate-0.1.0.tar.gz" +hash = "sha256-ntSGkeBQcrKhh0MVIo7a308Y4DytylY/I+whY0kYi2Y=" +typstDeps = [] +description = "Annotated bibliographies that render abstracts and user annotations beneath each citation entry" +license = [ + "MIT", +] +homepage = "https://github.com/cwimpy/ab-annotate" + [abbr."0.3.0"] url = "https://packages.typst.org/preview/abbr-0.3.0.tar.gz" hash = "sha256-O8LntWQhCu6yWAJu9Gp/rz3Q/e6cOqesmYkICut/G38=" @@ -114,6 +124,18 @@ license = [ ] homepage = "https://github.com/avonmoll/ifacconf-typst" +[abntyp."0.1.3"] +url = "https://packages.typst.org/preview/abntyp-0.1.3.tar.gz" +hash = "sha256-clYt7+R3tHVbmprFD7So0DgSuX9eLO/w0r/YVw7FPUo=" +typstDeps = [ + "touying_0_7_2", +] +description = "Format academic documents following Brazilian ABNT standards" +license = [ + "MIT", +] +homepage = "https://github.com/3sdras/abntyp" + [abntyp."0.1.2"] url = "https://packages.typst.org/preview/abntyp-0.1.2.tar.gz" hash = "sha256-XYE32895uZmhaW14I5b3wAQRUE/oQiZpaOAbE69wUt8=" @@ -594,6 +616,16 @@ license = [ ] homepage = "https://github.com/tristanduncombe/aero-navigator" +[agregyst."1.2.0"] +url = "https://packages.typst.org/preview/agregyst-1.2.0.tar.gz" +hash = "sha256-WeHsrB+c/vufHDFgPbGT8POLpNRetTTxIwiEybj6WxM=" +typstDeps = [] +description = "Two-column agrégation lesson with summary at the end" +license = [ + "MIT", +] +homepage = "https://github.com/pauladam94/agregyst" + [agregyst."1.1.1"] url = "https://packages.typst.org/preview/agregyst-1.1.1.tar.gz" hash = "sha256-BfKu1Oqep1JOZ3sRScABE+CMP8dihdHQ8DhlD0hHnFM=" @@ -928,6 +960,16 @@ license = [ ] homepage = "https://github.com/platformer/typst-algorithms" +[algo."0.3.4"] +url = "https://packages.typst.org/preview/algo-0.3.4.tar.gz" +hash = "sha256-FAUfCdgE7wORCS+V7IvsUfsIzvhJxqqed4SrIyLK0uY=" +typstDeps = [] +description = "Beautifully typeset algorithms" +license = [ + "MIT", +] +homepage = "https://github.com/platformer/typst-algorithms" + [algo."0.3.3"] url = "https://packages.typst.org/preview/algo-0.3.3.tar.gz" hash = "sha256-3VUCgUg/a9iMQn+Qf8lUYgAQzeTr1kUka419hoGk4sQ=" @@ -1325,6 +1367,18 @@ license = [ ] homepage = "https://github.com/8LWXpg/typst-ansi_render" +[answerly."0.1.0"] +url = "https://packages.typst.org/preview/answerly-0.1.0.tar.gz" +hash = "sha256-f+LLfE6EhOuG5CFjb7cJ41xcJjZS3dNHmK5DdfS8ggA=" +typstDeps = [ + "itemize_0_2_0", +] +description = "Record and format answers to questions in worksheets or textbooks" +license = [ + "MIT", +] +homepage = "https://github.com/alasdair-casperd/answerly" + [anti-matter."0.1.1"] url = "https://packages.typst.org/preview/anti-matter-0.1.1.tar.gz" hash = "sha256-VtBqori+QENdbj3irQP7nhA7dUHJDS0v6k04z0hNH3w=" @@ -1660,6 +1714,16 @@ license = [ ] homepage = "https://github.com/amitsinghg1/arch-plotter" +[arkheion."0.1.2"] +url = "https://packages.typst.org/preview/arkheion-0.1.2.tar.gz" +hash = "sha256-vrbrU9n/31T1a3YgjTH0MYvNdIBCWmFrRNeCDxWyX38=" +typstDeps = [] +description = "A simple template reproducing popular arXiv templates" +license = [ + "MIT", +] +homepage = "https://github.com/mgoulao/arkheion" + [arkheion."0.1.1"] url = "https://packages.typst.org/preview/arkheion-0.1.1.tar.gz" hash = "sha256-lPz7n7UtbC18rG6UJfXrt925IFrZg+KbcMcVEsxIGng=" @@ -2159,6 +2223,18 @@ license = [ ] homepage = "https://github.com/dogezen/badgery" +[bamdone-aiaa."0.2.0"] +url = "https://packages.typst.org/preview/bamdone-aiaa-0.2.0.tar.gz" +hash = "sha256-j93yBs23/EhKRpPwwNCn3By3ham0C7diQnv6jjlhcHg=" +typstDeps = [ + "droplet_0_3_1", +] +description = "An American Institute of Aeronautics and Astronautics (AIAA) template for conferences" +license = [ + "MIT-0", +] +homepage = "https://github.com/isaacew/aiaa-typst" + [bamdone-aiaa."0.1.2"] url = "https://packages.typst.org/preview/bamdone-aiaa-0.1.2.tar.gz" hash = "sha256-xamtt+nwE9up9i9I2R3ObIgdSq/HiCPfCYVM19rmq4Q=" @@ -3107,6 +3183,16 @@ license = [ ] homepage = "https://github.com/daskol/typst-templates" +[blockcell."0.1.0"] +url = "https://packages.typst.org/preview/blockcell-0.1.0.tar.gz" +hash = "sha256-OYQwaCCYx6/XmR1ntV80qRpEwXlIBik0IcS26w7W1O4=" +typstDeps = [] +description = "Composable block-and-cell diagrams for visualizing structured data layouts, memory maps, register fields, protocol formats, and more" +license = [ + "MIT", +] +homepage = "https://github.com/daleione/blockcell" + [blockst."0.1.0"] url = "https://packages.typst.org/preview/blockst-0.1.0.tar.gz" hash = "sha256-32T2QAleiOZZ1tFREdvsv3wos8oP01GpM8P0KJuXFV0=" @@ -3314,6 +3400,96 @@ license = [ "Apache-2.0", ] +[bookly."3.1.0"] +url = "https://packages.typst.org/preview/bookly-3.1.0.tar.gz" +hash = "sha256-naxtI0cJfWQ6GiZO5MDuItfGqzAo4pPnkOXWogEBYjQ=" +typstDeps = [ + "equate_0_3_2", + "hydra_0_6_2", + "itemize_0_2_0", + "marginalia_0_3_1", + "showybox_2_0_4", + "suboutline_0_3_0", + "subpar_0_2_2", +] +description = "Book template for Typst" +license = [ + "MIT", +] +homepage = "https://github.com/maucejo/bookly" + +[bookly."3.0.0"] +url = "https://packages.typst.org/preview/bookly-3.0.0.tar.gz" +hash = "sha256-tXCaLm93KThGctIqtogrJDhx4COUZokWpxJfxqQsT5o=" +typstDeps = [ + "equate_0_3_2", + "hydra_0_6_2", + "itemize_0_2_0", + "marginalia_0_3_1", + "showybox_2_0_4", + "suboutline_0_3_0", + "subpar_0_2_2", +] +description = "Book template for Typst" +license = [ + "MIT", +] +homepage = "https://github.com/maucejo/bookly" + +[bookly."2.1.2"] +url = "https://packages.typst.org/preview/bookly-2.1.2.tar.gz" +hash = "sha256-0IJPVIuwDwwvUGr2zoiLBjI2a6cVPsfIwqm3CXZWOaY=" +typstDeps = [ + "drafting_0_2_2", + "equate_0_3_2", + "hydra_0_6_2", + "itemize_0_2_0", + "showybox_2_0_4", + "suboutline_0_3_0", + "subpar_0_2_2", +] +description = "Book template for Typst" +license = [ + "MIT", +] +homepage = "https://github.com/maucejo/bookly" + +[bookly."2.1.1"] +url = "https://packages.typst.org/preview/bookly-2.1.1.tar.gz" +hash = "sha256-fH///aJiodYguOyQ2RHk5+n9bgPmy1TKefewDBDl/Io=" +typstDeps = [ + "drafting_0_2_2", + "equate_0_3_2", + "hydra_0_6_2", + "itemize_0_2_0", + "showybox_2_0_4", + "suboutline_0_3_0", + "subpar_0_2_2", +] +description = "Book template for Typst" +license = [ + "MIT", +] +homepage = "https://github.com/maucejo/bookly" + +[bookly."2.1.0"] +url = "https://packages.typst.org/preview/bookly-2.1.0.tar.gz" +hash = "sha256-VhCwpqXThEkObVVAJhsjZt/VQ3v5wGKDBHK4DxtlxAE=" +typstDeps = [ + "drafting_0_2_2", + "equate_0_3_2", + "hydra_0_6_2", + "itemize_0_2_0", + "showybox_2_0_4", + "suboutline_0_3_0", + "subpar_0_2_2", +] +description = "Book template for Typst" +license = [ + "MIT", +] +homepage = "https://github.com/maucejo/bookly" + [bookly."2.0.0"] url = "https://packages.typst.org/preview/bookly-2.0.0.tar.gz" hash = "sha256-mGyCIuTYZLXm1xdnPu2pYM/Gbn6T0FQLoTF5oghV6ho=" @@ -3800,6 +3976,15 @@ license = [ ] homepage = "https://github.com/inuEbisu/bubble-zju" +[bulb."0.1.0"] +url = "https://packages.typst.org/preview/bulb-0.1.0.tar.gz" +hash = "sha256-ceMswzauGRrkhprhNQvixgNbplfskvNFMbWIKqdxmJg=" +typstDeps = [] +description = "Image dithering plugin, powered by WASM" +license = [ + "MIT", +] + [bullseye."0.1.0"] url = "https://packages.typst.org/preview/bullseye-0.1.0.tar.gz" hash = "sha256-L9eFegLTTCE/Vf38KzirwHqSRk1vHRHqnv+wOrQolV4=" @@ -3821,6 +4006,16 @@ license = [ "MIT", ] +[butterick-resume."0.1.1"] +url = "https://packages.typst.org/preview/butterick-resume-0.1.1.tar.gz" +hash = "sha256-tennMMOpG1DJUJKr6InbeFNmb0HAhp+RfjqDioa+XrM=" +typstDeps = [] +description = "Résumé template based on Matthew Butterick's guide" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/jassielof/typst-templates" + [butterick-resume."0.1.0"] url = "https://packages.typst.org/preview/butterick-resume-0.1.0.tar.gz" hash = "sha256-kVkA/v1r92saq8j7PRktybi0fzfMSzC2s3ATtdcrOSc=" @@ -3861,6 +4056,19 @@ license = [ ] homepage = "https://github.com/DJDuque/bye-ubc" +[bypst."0.2.0"] +url = "https://packages.typst.org/preview/bypst-0.2.0.tar.gz" +hash = "sha256-gIIAxWTrfEBV12RY6YMtqH1+dybMk8jqwPMP71ZTjPY=" +typstDeps = [ + "codetastic_0_2_2", + "touying_0_7_1", +] +description = "Create BIPS-branded academic presentations with Touying" +license = [ + "MIT", +] +homepage = "https://github.com/bips-hb/bips-typst" + [bytefield."0.0.8"] url = "https://packages.typst.org/preview/bytefield-0.0.8.tar.gz" hash = "sha256-fV2+Mv9DoMpYBKwljBCvlWhNiyWMwDeJCHPaa+y9aeA=" @@ -4016,6 +4224,21 @@ license = [ ] homepage = "https://github.com/rice8y/caletz" +[calligraphics."1.0.0"] +url = "https://packages.typst.org/preview/calligraphics-1.0.0.tar.gz" +hash = "sha256-1hBcr4BnjiESZAfQ0A5uMwcSVtiFLx4gUM2GPmNFJbw=" +typstDeps = [ + "fontawesome_0_6_0", + "linguify_0_5_0", + "metalogo_1_2_0", + "voronay_0_1_0", +] +description = "A typst resume template fill with colorfull triangles" +license = [ + "MIT", +] +homepage = "https://github.com/Lieunoir/calligraphics" + [callisto."0.2.5"] url = "https://packages.typst.org/preview/callisto-0.2.5.tar.gz" hash = "sha256-xM9AJa+Lk7lUlrHC/VSJCBMSK+LlMKJc+bAPAsAf+tU=" @@ -4086,6 +4309,26 @@ license = [ ] homepage = "https://github.com/knuesel/callisto" +[calloutly."1.0.0"] +url = "https://packages.typst.org/preview/calloutly-1.0.0.tar.gz" +hash = "sha256-DlcM6IksbBoXbyT2Dn2nmLJWhWQ8B34dzzxO0xFkQgQ=" +typstDeps = [] +description = "Create customizable Markdown-style Callouts" +license = [ + "MIT", +] +homepage = "https://github.com/Alpha9463/typst-callout" + +[calloutly."0.1.0"] +url = "https://packages.typst.org/preview/calloutly-0.1.0.tar.gz" +hash = "sha256-aPGwa81+kAGWY34kWYd9tQymIAMJWLW0bI19R7D56XQ=" +typstDeps = [] +description = "Create customizable Markdown-style Callouts" +license = [ + "MIT", +] +homepage = "https://github.com/Alpha9463/typst-callout" + [calmly-touying."0.2.0"] url = "https://packages.typst.org/preview/calmly-touying-0.2.0.tar.gz" hash = "sha256-qmY8m+NpTTgywcwnLiyeTfTlmW0ATKMozEhwjRo1Fiw=" @@ -4140,6 +4383,18 @@ license = [ ] homepage = "https://github.com/VincentTam/pycantonese-parser" +[cap-able."0.0.1"] +url = "https://packages.typst.org/preview/cap-able-0.0.1.tar.gz" +hash = "sha256-4kAQOkYi5T6Ch8R8lPFPoSpJ7GITGu3dwUBNZ7u5Ro8=" +typstDeps = [ + "tablem_0_3_0", +] +description = "Professional three-line tables and figures with bilingual captions, continued tables/figures, subfigures, and 25+ language support for academic documents" +license = [ + "MIT", +] +homepage = "https://github.com/SchrodingerBlume/typst-cap-able" + [cartao."0.2.0"] url = "https://packages.typst.org/preview/cartao-0.2.0.tar.gz" hash = "sha256-EN47shdewOszij89m1kqWciX9C27PGTIfpJsV29zA+s=" @@ -4302,6 +4557,18 @@ license = [ ] homepage = "https://github.com/andreasKroepelin/cetramed-polylux" +[cetz."0.5.0"] +url = "https://packages.typst.org/preview/cetz-0.5.0.tar.gz" +hash = "sha256-PYN6oSrgLX6S1WKAI8AiSnrkIzMom7POFNFKMcdcJaY=" +typstDeps = [ + "oxifmt_1_0_0", +] +description = "Drawing with Typst made easy, providing an API inspired by TikZ and Processing. Includes modules for plotting, charts and tree layout" +license = [ + "LGPL-3.0-or-later", +] +homepage = "https://github.com/cetz-package/cetz" + [cetz."0.4.2"] url = "https://packages.typst.org/preview/cetz-0.4.2.tar.gz" hash = "sha256-fbYS5HNKNKF7JYAdG0xFMLryFoLAv4Kd3kV3rqiKWVo=" @@ -4644,6 +4911,15 @@ license = [ ] homepage = "https://github.com/typst/templates" +[charged-pace."0.1.0"] +url = "https://packages.typst.org/preview/charged-pace-0.1.0.tar.gz" +hash = "sha256-NQSfVELl2sAaekaolwyVfDs4a1p7DbEJI5g7ee/Fi+s=" +typstDeps = [] +description = "Dissertation or thesis in the format required by Pace University" +license = [ + "MIT-0", +] + [charged-vde."1.0.0"] url = "https://packages.typst.org/preview/charged-vde-1.0.0.tar.gz" hash = "sha256-2ybxBUcgdltcmFZSZHNWsbDXjaK0UsYxWfyLaVVWFqg=" @@ -5002,6 +5278,18 @@ license = [ ] homepage = "https://github.com/JeppeKlitgaard/chomp" +[chordish."0.2.2"] +url = "https://packages.typst.org/preview/chordish-0.2.2.tar.gz" +hash = "sha256-oajeuplN1X9jATQKp/VJYDlDQU+j9AbDwEzw3KhaM9c=" +typstDeps = [ + "conchord_0_4_0", +] +description = "A simple template for creating guitar and ukulele chord sheets" +license = [ + "MIT", +] +homepage = "https://github.com/soxfox42/chordish" + [chordish."0.2.1"] url = "https://packages.typst.org/preview/chordish-0.2.1.tar.gz" hash = "sha256-gUljxfaxVvGg2SqIR52StsgjjHM1K0q+P9JpIWShS6Y=" @@ -5502,6 +5790,15 @@ license = [ ] homepage = "https://github.com/neruthes/typstpkg-cjk-unshrink" +[clari-docs."0.1.0"] +url = "https://packages.typst.org/preview/clari-docs-0.1.0.tar.gz" +hash = "sha256-IN9hC9VhHgKwzx+5fSMkiW+e1NfOAwqgsS6LkI4ih4M=" +typstDeps = [] +description = "Comprehensive and highly-customizable presentations" +license = [ + "MIT-0", +] + [classic-aau-report."0.3.1"] url = "https://packages.typst.org/preview/classic-aau-report-0.3.1.tar.gz" hash = "sha256-kDy0Z0f2ifKOdKa/PaPP608qXzmw1E6NTL40dIUY0iQ=" @@ -5745,6 +6042,21 @@ license = [ ] homepage = "https://github.com/NicolaiSchmid/clean-ats-cv" +[clean-barm."1.0.0"] +url = "https://packages.typst.org/preview/clean-barm-1.0.0.tar.gz" +hash = "sha256-ojy672eEkugGw9Clq8GUNlNpKbokI6GOzoO8RohLmgE=" +typstDeps = [ + "codelst_2_0_2", + "decasify_0_11_3", + "prequery_0_2_0", + "transl_0_2_0", +] +description = "Various documents for the Berufsakademie Rhein-Main" +license = [ + "MIT", +] +homepage = "https://git.thebread.dev/thebreadcompany/clean-barm" + [clean-cnam-template."1.6.4"] url = "https://packages.typst.org/preview/clean-cnam-template-1.6.4.tar.gz" hash = "sha256-34CKrY9mkuYN3ewmWW75W//OV/AHIPpV38m36Vb+ASw=" @@ -6101,6 +6413,20 @@ license = [ ] homepage = "https://github.com/testspieler09/clean-hwr-template" +[clean-math-paper."0.2.6"] +url = "https://packages.typst.org/preview/clean-math-paper-0.2.6.tar.gz" +hash = "sha256-dIf5FE7Rqt564CI+YqUT94zeEX3oDei58YqKM5u9gdE=" +typstDeps = [ + "great-theorems_0_1_2", + "i-figured_0_2_4", + "rich-counters_0_2_2", +] +description = "A simple and good looking template for mathematical papers" +license = [ + "MIT", +] +homepage = "https://github.com/JoshuaLampert/clean-math-paper" + [clean-math-paper."0.2.5"] url = "https://packages.typst.org/preview/clean-math-paper-0.2.5.tar.gz" hash = "sha256-PsQGRUPo52lju3ARmY2C9oKWCc4merfRkDEgON3YgPQ=" @@ -6347,6 +6673,18 @@ license = [ ] homepage = "https://codeberg.org/ruebe5w/clean-othaw" +[clean-uoft-thesis."0.1.1"] +url = "https://packages.typst.org/preview/clean-uoft-thesis-0.1.1.tar.gz" +hash = "sha256-huXwGuCGWGowQ0pu2T5vgKMLVMOmuylsuA0/LIxj+6w=" +typstDeps = [ + "wordometer_0_1_5", +] +description = "Unofficial formatting-compliant masters and doctoral thesese for the School of Graduate Studies at the University of Toronto" +license = [ + "MIT", +] +homepage = "https://github.com/pvelayudhan/clean-uoft-thesis" + [clean-uoft-thesis."0.1.0"] url = "https://packages.typst.org/preview/clean-uoft-thesis-0.1.0.tar.gz" hash = "sha256-r+ojrTHkXSjQJD0nyQXbu8YgybLcP8Zr4LZPU/Zcwsg=" @@ -6405,6 +6743,16 @@ license = [ ] homepage = "https://gitlab.hpi.de/robert.richter/typst-research-proposal-template/" +[cleanified-hpi-thesis."0.1.0"] +url = "https://packages.typst.org/preview/cleanified-hpi-thesis-0.1.0.tar.gz" +hash = "sha256-i9PVHwzDggQOO3gJV3Ai702hftGqFve7248bcrxz37c=" +typstDeps = [] +description = "A clean thesis template for Bachelor's and Master's theses at HPI, University of Potsdam" +license = [ + "MIT", +] +homepage = "https://github.com/felixhoffmnn/hpi-thesis-template" + [cleanified-hpi-thesis."0.0.1"] url = "https://packages.typst.org/preview/cleanified-hpi-thesis-0.0.1.tar.gz" hash = "sha256-g4gquvnBSVczNbu5dg7xcO9QcVHfDWQ28e231INWAN8=" @@ -6709,6 +7057,16 @@ license = [ ] homepage = "https://github.com/AlexanderBrevig/typst-forth" +[codegds."0.1.0"] +url = "https://packages.typst.org/preview/codegds-0.1.0.tar.gz" +hash = "sha256-px4lZ7P9dcAvf3o7cJngGPIVGh46tbQmYV/EBZCjSec=" +typstDeps = [] +description = "Syntax highlighting support for the GDScript programming language" +license = [ + "MIT", +] +homepage = "https://github.com/Kioraga/typst-gdscript" + [codelst."2.0.2"] url = "https://packages.typst.org/preview/codelst-2.0.2.tar.gz" hash = "sha256-nroAmdKRY2YqxCC+/E+Ql/FxxFugPjjbOW3BwPBZLVU=" @@ -7252,6 +7610,15 @@ license = [ ] homepage = "https://gitlab.com/giacomogallina/commute" +[conch."0.1.0"] +url = "https://packages.typst.org/preview/conch-0.1.0.tar.gz" +hash = "sha256-51loloarpJygA/JPssSXygGpzxQDgBx7MRmkJDv+yE4=" +typstDeps = [] +description = "Simulate a shell and render terminal sessions in documents" +license = [ + "MIT", +] + [conchord."0.4.0"] url = "https://packages.typst.org/preview/conchord-0.4.0.tar.gz" hash = "sha256-4q/sHHFsy5zWHEumQRr8chYaONCmAhVZbznOQxrr7TE=" @@ -7389,6 +7756,15 @@ license = [ ] homepage = "https://github.com/E-Paroxysme/Typst_Visual" +[corkscrew."0.1.0"] +url = "https://packages.typst.org/preview/corkscrew-0.1.0.tar.gz" +hash = "sha256-hE+2q9yspm23+4cyJRxFu7nSd11KU+VEPArP98MIBcA=" +typstDeps = [] +description = "Generate color scales based on Dave Green’s cubehelix color scheme" +license = [ + "MIT", +] + [covered-cs-thesis."0.1.5"] url = "https://packages.typst.org/preview/covered-cs-thesis-0.1.5.tar.gz" hash = "sha256-mNP3IN8ygS4lXfjUAArC40zztzaZQyHGfj4KcQkrBD8=" @@ -7557,6 +7933,26 @@ license = [ ] homepage = "https://github.com/DVDTSB/ctheorems" +[ctxjs."0.4.1"] +url = "https://packages.typst.org/preview/ctxjs-0.4.1.tar.gz" +hash = "sha256-MmaQTbEWLDaJQyrKxHa7Hc37kAwUn+WlY4JpXRu+NEg=" +typstDeps = [] +description = "Run javascript in contexts" +license = [ + "MIT", +] +homepage = "https://github.com/lublak/typst-ctxjs-package" + +[ctxjs."0.4.0"] +url = "https://packages.typst.org/preview/ctxjs-0.4.0.tar.gz" +hash = "sha256-wrQp1mMykchnc5Qzh5FQdR7Il5vuZ3YirQFRrLZO134=" +typstDeps = [] +description = "Run javascript in contexts" +license = [ + "MIT", +] +homepage = "https://github.com/lublak/typst-ctxjs-package" + [ctxjs."0.3.2"] url = "https://packages.typst.org/preview/ctxjs-0.3.2.tar.gz" hash = "sha256-vkyxCsaEGn8Myhfzk4YGqZxQ9JbBbXxb1S2WaElIW/E=" @@ -7617,6 +8013,23 @@ license = [ ] homepage = "https://github.com/lublak/typst-ctxjs-package" +[ctyp."0.3.1"] +url = "https://packages.typst.org/preview/ctyp-0.3.1.tar.gz" +hash = "sha256-8p3YLwQUxChyDDkZvW34hgt8OJjn3Jd7Yv4hSzSBNbw=" +typstDeps = [ + "codly_1_3_0", + "codly-languages_0_1_10", + "elembic_1_1_1", + "marge_0_1_0", + "theorion_0_5_0", + "tidy_0_4_3", +] +description = "A Typst package for Chinese typography" +license = [ + "MIT", +] +homepage = "https://github.com/hpdell/ctyp" + [ctyp."0.3.0"] url = "https://packages.typst.org/preview/ctyp-0.3.0.tar.gz" hash = "sha256-sC9FbU5NTC+E9tGsEs4hKq7HW8IrT4gGOTl+hNaAnL0=" @@ -8072,6 +8485,19 @@ license = [ ] homepage = "https://github.com/ErrorTeaPot/Cyberschool_template" +[cyberschool-errorteaplate."0.1.4"] +url = "https://packages.typst.org/preview/cyberschool-errorteaplate-0.1.4.tar.gz" +hash = "sha256-BHJNjdvj53BHDhvqjkSRk0bLBUzlbYazd+ZXzgj0FSo=" +typstDeps = [ + "codly_1_3_0", + "codly-languages_0_1_8", +] +description = "This is a template originaly made for the Cyberschool of Rennes, a Cybersecurity school" +license = [ + "MIT", +] +homepage = "https://github.com/ErrorTeaPot/Cyberschool_template" + [cyberschool-errorteaplate."0.1.3"] url = "https://packages.typst.org/preview/cyberschool-errorteaplate-0.1.3.tar.gz" hash = "sha256-k/zpxcsIv47M6YPy5eNl2YVh/RicIVJH595xbzSicqY=" @@ -8682,6 +9108,16 @@ license = [ ] homepage = "https://github.com/0rphee/derive-it" +[diagraph."0.3.7"] +url = "https://packages.typst.org/preview/diagraph-0.3.7.tar.gz" +hash = "sha256-6TnXXx0zQzZryH6L7Dh5EICe39sZM9la7OQc+wbWK6M=" +typstDeps = [] +description = "Draw graphs with Graphviz. Use mathematical formulas as labels" +license = [ + "MIT", +] +homepage = "https://github.com/Robotechnic/diagraph.git" + [diagraph."0.3.6"] url = "https://packages.typst.org/preview/diagraph-0.3.6.tar.gz" hash = "sha256-LBplb807NgR0oovh7fxRWpqhOBfxm7uyETgj3Q7otTw=" @@ -8995,6 +9431,25 @@ license = [ ] homepage = "https://github.com/ParaN3xus/digestify" +[digidraw."0.9.2"] +url = "https://packages.typst.org/preview/digidraw-0.9.2.tar.gz" +hash = "sha256-5zjaQF5VludfGiYTOH/u1iphWIcMtNzd1jgaoSwWzB0=" +typstDeps = [ + "cetz_0_4_2", + "chribel_1_2_0", + "cmarker_0_1_8", + "codly_1_3_0", + "codly-languages_0_1_10", + "fletcher_0_5_8", + "tableau-icons_0_340_0", + "tidy_0_4_3", +] +description = "Drawing digital timing diagrams with style and (almost all of) the WaveDrom syntax" +license = [ + "EUPL-1.2", +] +homepage = "https://codeberg.org/joelvonrotz/typst-digidraw" + [digidraw."0.9.1"] url = "https://packages.typst.org/preview/digidraw-0.9.1.tar.gz" hash = "sha256-GPJn18nDvucaeK23u1S/5MdtBbeuQZmJc4++6tCxdiM=" @@ -9232,6 +9687,16 @@ license = [ ] homepage = "https://github.com/EpicEricEE/typst-droplet" +[dtree."0.1.1"] +url = "https://packages.typst.org/preview/dtree-0.1.1.tar.gz" +hash = "sha256-KTJ+Us6XVsZqcf8y2dKrDvtfwHKskg1Pxsd61UlbRBU=" +typstDeps = [] +description = "A flexible package for visualizing directory trees and file structures using indented text" +license = [ + "MIT", +] +homepage = "https://github.com/rice8y/dtree" + [dtree."0.1.0"] url = "https://packages.typst.org/preview/dtree-0.1.0.tar.gz" hash = "sha256-aUpZD4PwQSht7X4SZTvbRn1DOqd68/ykxMDBmKO7qGQ=" @@ -9311,6 +9776,19 @@ license = [ ] homepage = "https://github.com/swaits/typst-collection" +[easy-wi-hwr."0.1.1"] +url = "https://packages.typst.org/preview/easy-wi-hwr-0.1.1.tar.gz" +hash = "sha256-gWUB+bImYiPNxsURDAA9sbaqBqsJ/0KCEv6D4HFi61A=" +typstDeps = [ + "glossarium_0_5_10", + "linguify_0_5_0", +] +description = "Paper template for HWR Berlin (Wirtschaftsinformatik" +license = [ + "MIT", +] +homepage = "https://github.com/lultoni/hwr-typst-template" + [easy-wi-hwr."0.1.0"] url = "https://packages.typst.org/preview/easy-wi-hwr-0.1.0.tar.gz" hash = "sha256-FFtF1KQEU67+h2+PILzZOQ/cZ5djeTAMZzDoUBzs3Vw=" @@ -9672,6 +10150,16 @@ license = [ ] homepage = "https://github.com/retroflexivity/typst-eggs" +[electify."0.2.0"] +url = "https://packages.typst.org/preview/electify-0.2.0.tar.gz" +hash = "sha256-0Ofx2kQLVPBhUsCl1273UgykQaZRwsgUBE/OOzK2gDw=" +typstDeps = [] +description = "A German & Austrian Election Ballot Paper helping visualize the dual-voting system (Erststimme & Zweitstimme" +license = [ + "MIT", +] +homepage = "https://github.com/G0STG0D/electify" + [electify."0.1.1"] url = "https://packages.typst.org/preview/electify-0.1.1.tar.gz" hash = "sha256-THxg8Rvy08WCwrOBAjAgyZXsxWtwr1QNgx5mZ3HZob0=" @@ -9803,6 +10291,19 @@ license = [ ] homepage = "https://github.com/PgBiel/elembic" +[elsearticle."2.1.0"] +url = "https://packages.typst.org/preview/elsearticle-2.1.0.tar.gz" +hash = "sha256-PCJKHstprcidlbqhoy4QVB4ZOK1APhAtW0IkeLybkwI=" +typstDeps = [ + "equate_0_3_2", + "subpar_0_2_2", +] +description = "Conversion of the LaTeX elsearticle.cls" +license = [ + "MIT", +] +homepage = "https://github.com/maucejo/elsearticle" + [elsearticle."2.0.3"] url = "https://packages.typst.org/preview/elsearticle-2.0.3.tar.gz" hash = "sha256-67KLevLgwjjRMaZWSyBQktuSYRY9d0LVsCfdTKAf/tA=" @@ -10065,6 +10566,16 @@ license = [ "GPL-3.0-or-later", ] +[endfield-doc."0.1.0"] +url = "https://packages.typst.org/preview/endfield-doc-0.1.0.tar.gz" +hash = "sha256-jXypE1mpEr7pP92ebnh3dHzm8l3SAXx8bkWdsEYft6Q=" +typstDeps = [] +description = "A4 document theme styled after the Arknights: Endfield aesthetic" +license = [ + "MIT", +] +homepage = "https://github.com/Ives-Natsume/typst-endfield-doc-theme.git" + [energy-dia."0.1.0"] url = "https://packages.typst.org/preview/energy-dia-0.1.0.tar.gz" hash = "sha256-LlYK9L8tNKPrpBIe8l0Pmzgmc9wm+IWTsPIqdWgkrXM=" @@ -10389,6 +10900,16 @@ license = [ ] homepage = "https://github.com/SillyFreak/typst-etykett" +[examify."0.1.1"] +url = "https://packages.typst.org/preview/examify-0.1.1.tar.gz" +hash = "sha256-1dgSCLdqpxvX9/eVDAG83hkwlMpJfyrWEk2SqNFHjYQ=" +typstDeps = [] +description = "A simple typst template to create question papers for exams" +license = [ + "MIT", +] +homepage = "https://github.com/tarunjana/examify" + [examify."0.1.0"] url = "https://packages.typst.org/preview/examify-0.1.0.tar.gz" hash = "sha256-RpvIZMnN1Nq0dnyHwf79aAs/4BNZsJFYkgTjRWVJOok=" @@ -10635,6 +11156,18 @@ license = [ ] homepage = "https://github.com/CarloSchafflik12/typst-ez-today" +[ezchem."0.1.1"] +url = "https://packages.typst.org/preview/ezchem-0.1.1.tar.gz" +hash = "sha256-s5rV+zNCZoiLoSGE+8afS/pIx7MxpFe0urgZevcmCiw=" +typstDeps = [ + "cetz_0_4_2", +] +description = "Draw atomic or ionic structures powered by ctez and single or double line bridge" +license = [ + "MIT", +] +homepage = "https://github.com/gbchu/ezchem.git" + [ezchem."0.1.0"] url = "https://packages.typst.org/preview/ezchem-0.1.0.tar.gz" hash = "sha256-hz1jR4YM86sqCpaSeVe0bpEo1WRhQ/3N2axGJ5hPxMk=" @@ -10647,6 +11180,16 @@ license = [ ] homepage = "https://github.com/gbchu/ezchem.git" +[ezexam."0.3.1"] +url = "https://packages.typst.org/preview/ezexam-0.3.1.tar.gz" +hash = "sha256-ytc3KolZuS0spj007QdZCzchglV/sZ3ehCe2GsydaYI=" +typstDeps = [] +description = "An exam template inspired by the LaTeX package exam-zh" +license = [ + "AGPL-3.0-or-later", +] +homepage = "https://github.com/gbchu/ezexam.git" + [ezexam."0.3.0"] url = "https://packages.typst.org/preview/ezexam-0.3.0.tar.gz" hash = "sha256-2AMPyJGWf8JUG7PsZ5/xFPUJpMg3LDwuMMIQp+FFeps=" @@ -10877,6 +11420,18 @@ license = [ ] homepage = "https://github.com/han190/fancy-affil" +[fancy-cookbook."2.0.0"] +url = "https://packages.typst.org/preview/fancy-cookbook-2.0.0.tar.gz" +hash = "sha256-rsNVo/c1kVyqZryIuFS5PG+FWORvdopfNs5xJvi99TE=" +typstDeps = [ + "datify_1_0_1", +] +description = "Create simple recipe collections and cookbooks in color and your language" +license = [ + "MIT", +] +homepage = "https://github.com/Ajrarn/fancy-cookbook" + [fancy-cookbook."1.0.0"] url = "https://packages.typst.org/preview/fancy-cookbook-1.0.0.tar.gz" hash = "sha256-x4+P/zivHaVgvol7BQGjIxK0hfjTPFIcMv7OV6ZGla4=" @@ -10973,6 +11528,16 @@ license = [ ] homepage = "https://github.com/3sdras/ferrmat" +[fervojo."0.1.1"] +url = "https://packages.typst.org/preview/fervojo-0.1.1.tar.gz" +hash = "sha256-qVvYEN6cyzPJOSNQuHFjjwGUgHbj8WLlEV5wvSayHJg=" +typstDeps = [] +description = "railroad for typst, powered by wasm" +license = [ + "MIT", +] +homepage = "https://github.com/leiserfg/fervojo" + [fervojo."0.1.0"] url = "https://packages.typst.org/preview/fervojo-0.1.0.tar.gz" hash = "sha256-icOqJl4Gc0H88UBPbS5XWTzhA3XqtTdtYykJjEIDSaA=" @@ -12718,6 +13283,30 @@ license = [ ] homepage = "https://codeberg.org/drloiseau/genealogy" +[genotypst."0.9.0"] +url = "https://packages.typst.org/preview/genotypst-0.9.0.tar.gz" +hash = "sha256-2xolKSP1CDCv1qdRL00cWAVtBJgS1U6nYyt9cl+ypHM=" +typstDeps = [ + "tiptoe_0_4_0", +] +description = "genotypst: A package for bioinformatics data analysis and visualization" +license = [ + "MIT", +] +homepage = "https://github.com/apcamargo/genotypst" + +[genotypst."0.8.0"] +url = "https://packages.typst.org/preview/genotypst-0.8.0.tar.gz" +hash = "sha256-P1nLNKIJjwLFgJCXQfYw+2JxLThj+ZeFAHoHzTbpitE=" +typstDeps = [ + "tiptoe_0_4_0", +] +description = "genotypst: A package for bioinformatics data analysis and visualization" +license = [ + "MIT", +] +homepage = "https://github.com/apcamargo/genotypst" + [genotypst."0.7.0"] url = "https://packages.typst.org/preview/genotypst-0.7.0.tar.gz" hash = "sha256-JqcxZc4ylxpZeRmL5UkuIInmnIQlH7MCV5j1LetQWKg=" @@ -13284,6 +13873,18 @@ license = [ ] homepage = "https://github.com/slashformotion/glossarium" +[glossy."0.9.1"] +url = "https://packages.typst.org/preview/glossy-0.9.1.tar.gz" +hash = "sha256-dIg4SYfnblRtwgRVDZLZj1eNApQPFZQ8/X9ls7UfsIY=" +typstDeps = [ + "valkyrie_0_2_2", +] +description = "A very simple glossary system with easily customizable output" +license = [ + "MIT", +] +homepage = "https://github.com/swaits-typst-packages/glossy/" + [glossy."0.9.0"] url = "https://packages.typst.org/preview/glossy-0.9.0.tar.gz" hash = "sha256-D77rwxgS1egHMYbqXUgSTkryvQyKzHtQ/Dahyeb6KiE=" @@ -13578,6 +14179,16 @@ license = [ "MIT", ] +[grape-suite."4.0.0"] +url = "https://packages.typst.org/preview/grape-suite-4.0.0.tar.gz" +hash = "sha256-I2h1XDadkO3YpjSUbfADzw4Bp6mNbK37NRyvURQxtwc=" +typstDeps = [] +description = "Library of templates for exams, seminar papers, homeworks, etc" +license = [ + "MIT", +] +homepage = "https://github.com/piepert/grape-suite" + [grape-suite."3.1.0"] url = "https://packages.typst.org/preview/grape-suite-3.1.0.tar.gz" hash = "sha256-lIeuFWj6l5wbDTucXEHBk+3vdalMIVbBcjD7Sys1ovA=" @@ -14552,6 +15163,19 @@ license = [ ] homepage = "https://github.com/LasseRosenow/HAW-Hamburg-Typst-Template" +[haw-hamburg-bachelor-thesis."0.5.0"] +url = "https://packages.typst.org/preview/haw-hamburg-bachelor-thesis-0.5.0.tar.gz" +hash = "sha256-y3RuWHrhvO7IH0cPRM9s3k0dK628Kho4uvYE7jBVJeA=" +typstDeps = [ + "glossarium_0_5_3", + "haw-hamburg_0_5_0", +] +description = "Unofficial template for writing a bachelor-thesis in the HAW Hamburg department of Computer Science design" +license = [ + "MIT", +] +homepage = "https://github.com/LasseRosenow/HAW-Hamburg-Typst-Template" + [haw-hamburg-bachelor-thesis."0.4.0"] url = "https://packages.typst.org/preview/haw-hamburg-bachelor-thesis-0.4.0.tar.gz" hash = "sha256-97iY2zDg42J8dm6PWqbGimZ/VJbB6B8JoCguJ60JSKs=" @@ -15028,6 +15652,26 @@ license = [ ] homepage = "https://github.com/hei-templates/hei-synd-thesis" +[hei-synd-thesis."0.3.1"] +url = "https://packages.typst.org/preview/hei-synd-thesis-0.3.1.tar.gz" +hash = "sha256-p65Dk3iZr9sBGhyN9rixA6GhTLCIj5hUmi8Ifx8XO+c=" +typstDeps = [ + "cheq_0_3_0", + "codelst_2_0_2", + "codly_1_3_0", + "codly-languages_0_1_10", + "fractusist_0_3_2", + "glossarium_0_5_10", + "icu-datetime_0_2_1", + "mmdr_0_2_1", + "wordometer_0_1_5", +] +description = "A thesis template tailored to the Systems Engineering (Synd) program at the HEI-Vs School of Engineering, Sion, Switzerland" +license = [ + "MIT", +] +homepage = "https://github.com/hei-templates/hei-synd-thesis" + [hei-synd-thesis."0.2.3"] url = "https://packages.typst.org/preview/hei-synd-thesis-0.2.3.tar.gz" hash = "sha256-KoYYcw2W3RZreVymiDFMM71GvpUmtZle/lZWbG8q+t8=" @@ -15235,6 +15879,17 @@ license = [ ] homepage = "https://github.com/jneug/typst-heroic" +[hetvid."0.2.1"] +url = "https://packages.typst.org/preview/hetvid-0.2.1.tar.gz" +hash = "sha256-LoEFGE9I+RvuqNMh1dgIGIncMKpttWAAZr2JoUqHhAc=" +typstDeps = [ + "zebraw_0_6_1", +] +description = "A template for light notes" +license = [ + "MIT-0", +] + [hetvid."0.2.0"] url = "https://packages.typst.org/preview/hetvid-0.2.0.tar.gz" hash = "sha256-WJUvjKgAIaxV9KSM9+nCuylTF00GNaGeO585vnokj9E=" @@ -15493,6 +16148,16 @@ license = [ ] homepage = "https://github.com/mkpoli/hundouk" +[husky-uw-thesis."0.1.0"] +url = "https://packages.typst.org/preview/husky-uw-thesis-0.1.0.tar.gz" +hash = "sha256-6qvOQWECvn8OUVomxv8y8br5vT7Kd2/0ByWsD2nbSXs=" +typstDeps = [] +description = "Doctoral dissertation and master's thesis template for the University of Washington, Seattle" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/Yuan-Ru-Lin/husky-uw-thesis" + [hy-dro-gen."0.1.2"] url = "https://packages.typst.org/preview/hy-dro-gen-0.1.2.tar.gz" hash = "sha256-Ri8wskUHxxhJ0gdbXoAz+jvEmBboPNwMWVS54N64efI=" @@ -15607,6 +16272,18 @@ license = [ ] homepage = "https://github.com/tingerrr/hydra" +[hydra."0.3.0"] +url = "https://packages.typst.org/preview/hydra-0.3.0.tar.gz" +hash = "sha256-znoyYAgFo/Gh6f0KVtVp8tsN2EQ+ANPFlXiLYQR2PXY=" +typstDeps = [ + "oxifmt_0_2_0", +] +description = "Query and display headings of the currently active section" +license = [ + "MIT", +] +homepage = "https://github.com/tingerrr/hydra" + [hydra."0.2.0"] url = "https://packages.typst.org/preview/hydra-0.2.0.tar.gz" hash = "sha256-lMSAwhFknlTsdnJF5tEGpBntQOVYfn0jTenncswx9I8=" @@ -15871,6 +16548,16 @@ license = [ ] homepage = "https://github.com/ecstrema/iconify-typst" +[icu-datetime."0.2.2"] +url = "https://packages.typst.org/preview/icu-datetime-0.2.2.tar.gz" +hash = "sha256-BCVK1SRYtAU+t7CJTpsYa/DZex4kG3wjtDiRPExLHoU=" +typstDeps = [] +description = "Date and time formatting using ICU4X via WASM" +license = [ + "MIT", +] +homepage = "https://github.com/Nerixyz/icu-typ" + [icu-datetime."0.2.1"] url = "https://packages.typst.org/preview/icu-datetime-0.2.1.tar.gz" hash = "sha256-tPYkNbw69hil04Rz+iePcr1IabbWKpx/TXXukspvfqw=" @@ -16660,6 +17347,18 @@ license = [ ] homepage = "https://github.com/euwbah/intextual" +[intsketcher."0.5.0"] +url = "https://packages.typst.org/preview/intsketcher-0.5.0.tar.gz" +hash = "sha256-4pWeSY/zHRWzSVZ7JZiD7CW2i3Z2XLK1QqrzIWcAHKo=" +typstDeps = [ + "cetz-plot_0_1_2", +] +description = "A package to draw Riemann sums and Darboux sums of functions" +license = [ + "MIT", +] +homepage = "https://github.com/VincentTam/intsketcher" + [invicta-thesis."1.1.0"] url = "https://packages.typst.org/preview/invicta-thesis-1.1.0.tar.gz" hash = "sha256-VJAA89Y1si6Tt0r/QygREJTDYQglXzpEBYSqe3AxDb0=" @@ -16690,6 +17389,21 @@ license = [ ] homepage = "https://github.com/ad-si/invoice-maker" +[invoice-pro."0.2.0"] +url = "https://packages.typst.org/preview/invoice-pro-0.2.0.tar.gz" +hash = "sha256-bV/9IGp/8gpOwOKmwDmpzNFMguvJbH1/UIgINtJQnHQ=" +typstDeps = [ + "ibanator_0_1_0", + "letter-pro_3_0_0", + "loom_0_1_0", + "sepay_0_1_1", +] +description = "A professional, DIN 5008 compliant invoice template with automatic calculations and EPC-QR-Code (GiroCode) support" +license = [ + "MIT", +] +homepage = "https://github.com/leonieziechmann/invoice-pro" + [invoice-pro."0.1.1"] url = "https://packages.typst.org/preview/invoice-pro-0.1.1.tar.gz" hash = "sha256-KCj89MzlCmpdnKj4/62RgZzFLYKN6n9CnsCOvISWItU=" @@ -17825,6 +18539,16 @@ license = [ ] homepage = "https://github.com/derekchai/typst-karnaugh-map" +[k-mapper."1.1.0"] +url = "https://packages.typst.org/preview/k-mapper-1.1.0.tar.gz" +hash = "sha256-2sqjAMkjCwcgI4OOLfrzwyUc4Rx28EoPHxFeFfYB80E=" +typstDeps = [] +description = "A package to add Karnaugh maps into Typst projects" +license = [ + "MIT", +] +homepage = "https://github.com/derekchai/typst-karnaugh-map" + [k-mapper."1.0.0"] url = "https://packages.typst.org/preview/k-mapper-1.0.0.tar.gz" hash = "sha256-w8GanT6MurAkT3T6nKCWxLMIWwRxbsLSbGSCtcrOqAo=" @@ -18375,6 +19099,18 @@ license = [ ] homepage = "https://github.com/HellOwhatAs/larnt/tree/master/examples/larnt_typst" +[larrow."1.1.0"] +url = "https://packages.typst.org/preview/larrow-1.1.0.tar.gz" +hash = "sha256-i+Jly3WmG5cPyg4wym4FJH+fyEs0ZXvgfhlO0rYH+O0=" +typstDeps = [ + "cetz_0_4_2", +] +description = "Draw and style arrows between labels" +license = [ + "MPL-2.0", +] +homepage = "https://github.com/Mambouna/larrow" + [larrow."1.0.1"] url = "https://packages.typst.org/preview/larrow-1.0.1.tar.gz" hash = "sha256-zPQKqYvJ2RB8FL/FR0c2o2LsRxXAX+uTszpXZkR8DAY=" @@ -18758,6 +19494,18 @@ license = [ ] homepage = "https://github.com/Marmare314/lemmify" +[lemming."0.2.0"] +url = "https://packages.typst.org/preview/lemming-0.2.0.tar.gz" +hash = "sha256-g9mEhXhOtxu4ETuJ/kNylsegauyDnD67NL33DONA3jU=" +typstDeps = [ + "elembic_1_1_1", +] +description = "Math environments working similar to native elements" +license = [ + "LGPL-3.0-only", +] +homepage = "https://codeberg.org/fgolke/typst-lemming" + [lemming."0.1.0"] url = "https://packages.typst.org/preview/lemming-0.1.0.tar.gz" hash = "sha256-Ye59p77y96LgJ7w5nBHF0cLSlDjmTc6bpwibKQFY4YQ=" @@ -19504,6 +20252,16 @@ license = [ ] homepage = "https://github.com/NanamiNakano/typst-mahou-cv" +[malos-presets."1.2.0"] +url = "https://packages.typst.org/preview/malos-presets-1.2.0.tar.gz" +hash = "sha256-PziN2OFY6MAi5z73YaXJ8QBD+mAHm+6rX518lZhBQrc=" +typstDeps = [] +description = "A set of bare-bones presets" +license = [ + "MIT", +] +homepage = "https://github.com/MDLC01/malos-presets" + [malos-presets."1.1.0"] url = "https://packages.typst.org/preview/malos-presets-1.1.0.tar.gz" hash = "sha256-40CTWToCEvA6DocLLqfInPIaKE5fXRqMmLlmWenj0Yk=" @@ -19605,6 +20363,20 @@ license = [ ] homepage = "https://github.com/ryuryu-ymj/mannot" +[mannot."0.2.3"] +url = "https://packages.typst.org/preview/mannot-0.2.3.tar.gz" +hash = "sha256-FByqhbapg8hXEr2F+LsIz9chdNXLHoiOaotB6JxT+jE=" +typstDeps = [ + "codly_1_2_0", + "tidy_0_4_0", + "tidy_0_4_2", +] +description = "A package for marking and annotating in math blocks" +license = [ + "MIT", +] +homepage = "https://github.com/ryuryu-ymj/mannot" + [mannot."0.2.2"] url = "https://packages.typst.org/preview/mannot-0.2.2.tar.gz" hash = "sha256-RyfrlOhE3KfyWYAp2PaGVRKKk/k+phT356aXP5/Tpvk=" @@ -20222,6 +20994,16 @@ license = [ ] homepage = "https://github.com/Vanille-N/meander.typ" +[meander."0.3.1"] +url = "https://packages.typst.org/preview/meander-0.3.1.tar.gz" +hash = "sha256-qB+oxzZQycI08iUt2/H8QeZSScP9MUAwPj/xhwZKuIg=" +typstDeps = [] +description = "Page layout engine with image wrap-around and text threading" +license = [ + "MIT", +] +homepage = "https://github.com/Vanille-N/meander.typ" + [meander."0.3.0"] url = "https://packages.typst.org/preview/meander-0.3.0.tar.gz" hash = "sha256-hK9ev0epq1+A88eU42uBLb4a5ZrjkT6k0lnoqUbSyiA=" @@ -21177,6 +21959,16 @@ license = [ "MIT-0", ] +[minimalyst-academic-report."0.1.0"] +url = "https://packages.typst.org/preview/minimalyst-academic-report-0.1.0.tar.gz" +hash = "sha256-qS6PDzA2nUxXkI5aPQkvXve5I/tbbxWjPwwN6tUZGZ0=" +typstDeps = [] +description = "A minimalyst report template for Typst" +license = [ + "MIT", +] +homepage = "https://github.com/casemiromjm/report-template" + [minitoc."0.1.0"] url = "https://packages.typst.org/preview/minitoc-0.1.0.tar.gz" hash = "sha256-4VtBpY3MKbWtGZIkKnbPVm17ChcV53/MgIj+AkZ/X6I=" @@ -21235,6 +22027,26 @@ license = [ ] homepage = "https://github.com/Enter-tainer/mino" +[mitex."0.2.7"] +url = "https://packages.typst.org/preview/mitex-0.2.7.tar.gz" +hash = "sha256-BG4csWQ2NjjXFIg+mHpTcdXURkR29x8eNugpiTwZpJ0=" +typstDeps = [] +description = "LaTeX support for Typst, powered by Rust and WASM" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/mitex-rs/mitex" + +[mitex."0.2.6"] +url = "https://packages.typst.org/preview/mitex-0.2.6.tar.gz" +hash = "sha256-u9wWAsK76NjJTDDxNtlp+vucB9Yiop0Sw2+kJyejRZM=" +typstDeps = [] +description = "LaTeX support for Typst, powered by Rust and WASM" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/mitex-rs/mitex" + [mitex."0.2.5"] url = "https://packages.typst.org/preview/mitex-0.2.5.tar.gz" hash = "sha256-kvVQT22lWFLxlfXwWC9wWgZXVJMJEf63Uuzri0/NnqY=" @@ -21720,6 +22532,19 @@ license = [ ] homepage = "https://github.com/Rsweater/cug-thesis-typst" +[modern-cv."0.10.0"] +url = "https://packages.typst.org/preview/modern-cv-0.10.0.tar.gz" +hash = "sha256-6fDzsQyQvG/QZwVd2Kj6rXZ5BU9Go8rpOSEmEv1YmeA=" +typstDeps = [ + "fontawesome_0_6_0", + "linguify_0_5_0", +] +description = "A modern resume template based on the Awesome-CV Latex template" +license = [ + "MIT", +] +homepage = "https://github.com/ptsouchlos/modern-cv" + [modern-cv."0.9.0"] url = "https://packages.typst.org/preview/modern-cv-0.9.0.tar.gz" hash = "sha256-WDxVubQ1UYDUnjMgpYTwbQQ+0QoP7Ya9ZfyKPBfkWtI=" @@ -22439,6 +23264,19 @@ license = [ ] homepage = "https://github.com/nju-lug/modern-nju-thesis" +[modern-npu-thesis."0.1.0"] +url = "https://packages.typst.org/preview/modern-npu-thesis-0.1.0.tar.gz" +hash = "sha256-5vuE3wEkiGYCAGTO8ne5Ee8T1nEpdvFqAfc7fbrguW8=" +typstDeps = [ + "cuti_0_4_0", + "i-figured_0_2_4", +] +description = "西北工业大学学位论文模板。Modern Northwestern Polytechnical University Thesis" +license = [ + "MIT", +] +homepage = "https://github.com/1195343015/modern-npu-thesis" + [modern-ovgu-fma-polylux."1.0.0"] url = "https://packages.typst.org/preview/modern-ovgu-fma-polylux-1.0.0.tar.gz" hash = "sha256-fUXLgeIVGYWXFntGeblVh3TuUw10qZ7Sa3DsG25e9rw=" @@ -22476,6 +23314,22 @@ license = [ "MIT", ] +[modern-pku-thesis."0.2.3"] +url = "https://packages.typst.org/preview/modern-pku-thesis-0.2.3.tar.gz" +hash = "sha256-OWW6ODad/WyhM7aU/pg5jpNWJBpqlMDsIob7YAA1V9g=" +typstDeps = [ + "codly_1_3_0", + "codly-languages_0_1_10", + "cuti_0_4_0", + "gb7714-bilingual_0_2_3", + "itemize_0_2_0", +] +description = "Dissertation template for Peking University (PKU" +license = [ + "MIT", +] +homepage = "https://github.com/pku-typst/pkuthss-typst" + [modern-pku-thesis."0.2.2"] url = "https://packages.typst.org/preview/modern-pku-thesis-0.2.2.tar.gz" hash = "sha256-1DmuRw0jMKHJCZ87r/xFDZioOUthqzdEWDlLYadS/UE=" @@ -23815,6 +24669,42 @@ license = [ ] homepage = "https://github.com/Woodman3/modern-ysu-thesis" +[modern-zhaw-thesis."0.3.0"] +url = "https://packages.typst.org/preview/modern-zhaw-thesis-0.3.0.tar.gz" +hash = "sha256-/o1pv0ckiFgzB6MDW6ZI57lAV9BmXWEs+BChKyIDwUg=" +typstDeps = [ + "biceps_0_0_1", + "codly_1_3_0", + "codly-languages_0_1_10", + "colorful-boxes_1_4_3", + "datify_1_0_1", + "tieflang_0_1_0", + "valkyrie_0_2_2", +] +description = "An unofficial template for ZHAW academic works, adapted from the official branding and guidelines" +license = [ + "MIT-0", +] +homepage = "https://github.com/stanlrt/typst-zhaw-thesis" + +[modern-zhaw-thesis."0.2.0"] +url = "https://packages.typst.org/preview/modern-zhaw-thesis-0.2.0.tar.gz" +hash = "sha256-3dRaet0dVpcTG3jyKfrTOCia+QNh6/Wd6CeB1wZPk2c=" +typstDeps = [ + "biceps_0_0_1", + "codly_1_3_0", + "codly-languages_0_1_10", + "colorful-boxes_1_4_3", + "datify_1_0_1", + "tieflang_0_1_0", + "valkyrie_0_2_2", +] +description = "An unofficial template for ZHAW academic works, adapted from the official branding and guidelines" +license = [ + "MIT-0", +] +homepage = "https://github.com/stanlrt/typst-zhaw-thesis" + [modern-zhaw-thesis."0.1.1"] url = "https://packages.typst.org/preview/modern-zhaw-thesis-0.1.1.tar.gz" hash = "sha256-daXByrs0DUSRmJNjtmyNUqeZZ7qJguoU9zeOSYA4g8Y=" @@ -24071,6 +24961,18 @@ license = [ ] homepage = "https://github.com/jxpeng98/Typst-CV-Resume" +[modiagram."0.1.0"] +url = "https://packages.typst.org/preview/modiagram-0.1.0.tar.gz" +hash = "sha256-MT7isp213FNeTFKHaUwrMB3IA5sbmTqUFscWl5dxDXE=" +typstDeps = [ + "cetz_0_4_2", +] +description = "Draw molecular orbital and energy pathway diagrams" +license = [ + "MIT", +] +homepage = "https://github.com/jonathandip/modiagram" + [modpattern."0.1.0"] url = "https://packages.typst.org/preview/modpattern-0.1.0.tar.gz" hash = "sha256-v6B3MyZ2A15rjM/vQVrcViYNIduoW08KzrYyq9tkTRw=" @@ -24117,6 +25019,18 @@ license = [ ] homepage = "https://github.com/rice8y/molchemist" +[monet-touying-cdu."1.0.0"] +url = "https://packages.typst.org/preview/monet-touying-cdu-1.0.0.tar.gz" +hash = "sha256-a6iTNOes9nMw5x9JeHZfUt9qPy7C7AoPteVaHsVHxrI=" +typstDeps = [ + "touying_0_7_0", +] +description = "Monet touying slide theme for CDU, unofficial" +license = [ + "MIT", +] +homepage = "https://github.com/TPPPP72/monet-touying-cdu" + [moodular."0.1.0"] url = "https://packages.typst.org/preview/moodular-0.1.0.tar.gz" hash = "sha256-DdYByRv7l7idU6PCXSjmfwr/yVlZYn/U8yvLIE1Q470=" @@ -24208,6 +25122,16 @@ license = [ ] homepage = "https://github.com/frozolotl/muchpdf" +[muddy-mit-thesis."0.1.0"] +url = "https://packages.typst.org/preview/muddy-mit-thesis-0.1.0.tar.gz" +hash = "sha256-DrNLpbj4gGaMH8/NqHQQIE78wMJbE5hMpqSjKwIHvms=" +typstDeps = [] +description = "Typst port of the MIT mitthesis LaTeX template (v1.22). Produces a thesis document conforming to MIT Libraries dissertation formatting requirements" +license = [ + "MIT", +] +homepage = "https://github.com/joshpoll/muddy-mit-thesis" + [muw-community-templates."0.1.2"] url = "https://packages.typst.org/preview/muw-community-templates-0.1.2.tar.gz" hash = "sha256-GXzJq4ZXr4EZ66SOuLmFoImckiLMxHrfWIbB6aZMNW4=" @@ -24717,6 +25641,17 @@ license = [ ] homepage = "https://github.com/edgaremy/neural-netz" +[neural-viz."0.1.0"] +url = "https://packages.typst.org/preview/neural-viz-0.1.0.tar.gz" +hash = "sha256-GH+QcojXjViTr5v0qyCmu9px0b+/YZTk37tShRYKjW4=" +typstDeps = [ + "cetz_0_4_2", +] +description = "Draw neural network architecture graphs with CeTZ" +license = [ + "MIT", +] + [nexus-tools."0.1.0"] url = "https://packages.typst.org/preview/nexus-tools-0.1.0.tar.gz" hash = "sha256-cmvim5LfDkcl1PoTRJLSOTnfQ5O0L49/3q7gPtk36o0=" @@ -25708,6 +26643,22 @@ license = [ ] homepage = "https://github.com/jassielof/typst-packages" +[ori."0.2.5"] +url = "https://packages.typst.org/preview/ori-0.2.5.tar.gz" +hash = "sha256-hpmpS9iYb4ApUCgF4SnGo9hJ4I7sIbdNbcaZvlVE6Bw=" +typstDeps = [ + "cmarker_0_1_8", + "mitex_0_2_7", + "numbly_0_1_0", + "tablem_0_3_0", + "theorion_0_6_0", +] +description = "Simple enough but expressive template for notes, reports, and documents in Chinese and English" +license = [ + "MIT", +] +homepage = "https://github.com/OrangeX4/typst-ori" + [ori."0.2.4"] url = "https://packages.typst.org/preview/ori-0.2.4.tar.gz" hash = "sha256-Pz01wNoh7K6OXjlGyMKWs3hOjm5SGi7AM0tN51JBMz8=" @@ -26372,6 +27323,18 @@ license = [ ] homepage = "https://github.com/ZaninDavide/patatrac" +[patstdlib."0.3.1"] +url = "https://packages.typst.org/preview/patstdlib-0.3.1.tar.gz" +hash = "sha256-e7a8BoD5y8xbbcaCEmThUc1XCp907TPz8kRAXkJAJTg=" +typstDeps = [ + "algorithmic_1_0_7", +] +description = "Some standard pieces I find useful: fonts, subfigures, algorithms, labeled enums, etc" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/patrick-kidger/patstdlib" + [patstdlib."0.3.0"] url = "https://packages.typst.org/preview/patstdlib-0.3.0.tar.gz" hash = "sha256-/aNpCPP1nPQZ6qzlQG3whWpgki7wlCHrtzJuqEssqFY=" @@ -26561,6 +27524,16 @@ license = [ ] homepage = "https://github.com/hackyardo/pdf-decorating" +[peace-of-posters."0.6.0"] +url = "https://packages.typst.org/preview/peace-of-posters-0.6.0.tar.gz" +hash = "sha256-4KDZZC1KpHGEyV2AYpjKyBbSfQwS9EO5+cSpnS5/B3E=" +typstDeps = [] +description = "Create scientific posters in Typst" +license = [ + "MIT", +] +homepage = "https://github.com/jonaspleyer/peace-of-posters" + [peace-of-posters."0.5.6"] url = "https://packages.typst.org/preview/peace-of-posters-0.5.6.tar.gz" hash = "sha256-oFZwuAptnhscrFLeJ3cjaZsIs1gbAMrxjkxKwwoMGmg=" @@ -26925,6 +27898,18 @@ license = [ ] homepage = "https://github.com/alexanderkoller/pergamon" +[perlit."0.0.2"] +url = "https://packages.typst.org/preview/perlit-0.0.2.tar.gz" +hash = "sha256-niI7WPCT9Zb5G+FuPupcGs52xG2fBHEM1bwp6cxuU+Y=" +typstDeps = [ + "cetz_0_4_2", +] +description = "Render Obsidian graphs using CeTZ" +license = [ + "MIT", +] +homepage = "https://github.com/lucaengelhard/perlit" + [perlit."0.0.1"] url = "https://packages.typst.org/preview/perlit-0.0.1.tar.gz" hash = "sha256-VHDbrqe9OfHh8WzlwiuGrlMefoKDgyRnzWXgkPWVPPg=" @@ -27007,6 +27992,58 @@ license = [ ] homepage = "https://gitlab.com/Jed_Hed/pf2e-typst" +[phonokit."0.5.8"] +url = "https://packages.typst.org/preview/phonokit-0.5.8.tar.gz" +hash = "sha256-2jLw9i5b9S0un7T1p9ehm87i8DUTzL5u1TXIDXtXm5k=" +typstDeps = [ + "cetz_0_5_0", + "lilaq_0_6_0", +] +description = "A toolkit to create phonological representations" +license = [ + "MIT", +] +homepage = "https://github.com/guilhermegarcia/phonokit" + +[phonokit."0.5.7"] +url = "https://packages.typst.org/preview/phonokit-0.5.7.tar.gz" +hash = "sha256-MqvwnTfejS/BYWJaI7uG9Wej/hO9VqLTSrHcTooyOj0=" +typstDeps = [ + "cetz_0_4_2", + "lilaq_0_6_0", +] +description = "A toolkit to create phonological representations" +license = [ + "MIT", +] +homepage = "https://github.com/guilhermegarcia/phonokit" + +[phonokit."0.5.6"] +url = "https://packages.typst.org/preview/phonokit-0.5.6.tar.gz" +hash = "sha256-HHkoYVeV0WDYUK7ouAHXeTvNi7J2l7DfQnowaOOMXho=" +typstDeps = [ + "cetz_0_4_2", + "lilaq_0_6_0", +] +description = "A toolkit to create phonological representations" +license = [ + "MIT", +] +homepage = "https://github.com/guilhermegarcia/phonokit" + +[phonokit."0.5.5"] +url = "https://packages.typst.org/preview/phonokit-0.5.5.tar.gz" +hash = "sha256-bQjgAQah2b2ro08dk9eOd9oYZKhzTBWl51vhmwS61as=" +typstDeps = [ + "cetz_0_4_2", + "lilaq_0_6_0", +] +description = "A toolkit to create phonological representations" +license = [ + "MIT", +] +homepage = "https://github.com/guilhermegarcia/phonokit" + [phonokit."0.5.4"] url = "https://packages.typst.org/preview/phonokit-0.5.4.tar.gz" hash = "sha256-ipAWdTe4nWzu3auXzXT6O4+QtmQ2V+fTFV3RZDED8z0=" @@ -27614,6 +28651,16 @@ license = [ ] homepage = "https://github.com/daskol/typst-templates" +[pixel-family."0.2.1"] +url = "https://packages.typst.org/preview/pixel-family-0.2.1.tar.gz" +hash = "sha256-Tr7b0u7ZcuUH5Qt+xPi9xo7jXnZLLL3ibQYeNXeM7bQ=" +typstDeps = [] +description = "Inline pixel art characters for Typst — drop them into text like emoji" +license = [ + "MIT", +] +homepage = "https://github.com/GiggleLiu/pixel-family" + [pixel-family."0.2.0"] url = "https://packages.typst.org/preview/pixel-family-0.2.0.tar.gz" hash = "sha256-hoVpbacTqtiYUyIs0gD5iIfza6hxny7Mh5W7TLTbz2I=" @@ -28273,6 +29320,22 @@ license = [ ] homepage = "https://github.com/david-davies/typst-prooftree" +[proteograph."0.2.2"] +url = "https://packages.typst.org/preview/proteograph-0.2.2.tar.gz" +hash = "sha256-J64mp+6p7wLsg5/E6at/kO7XqWXVbS7Xv50R0qb6n2c=" +typstDeps = [ + "codly_1_3_0", + "fletcher_0_5_8", + "lilaq_0_6_0", + "tidy_0_4_3", + "tiptoe_0_4_0", +] +description = "A package to visualise proteomics data" +license = [ + "GPL-3.0-or-later", +] +homepage = "https://codeberg.org/olangella/proteograph" + [proteograph."0.2.1"] url = "https://packages.typst.org/preview/proteograph-0.2.1.tar.gz" hash = "sha256-Z5k5NVH6k4ZAApF2Ir6IhgVRRltKEhB52omrovdFqqE=" @@ -28726,6 +29789,20 @@ license = [ ] homepage = "https://github.com/ivaquero/qooklet.git" +[quati-abnt."0.0.2"] +url = "https://packages.typst.org/preview/quati-abnt-0.0.2.tar.gz" +hash = "sha256-1yccweNN/A+WEOnS9Il0pd5IlNahfrFwphuLHkWYEjU=" +typstDeps = [ + "equate_0_3_2", + "glossarium_0_5_10", + "subpar_0_2_2", +] +description = "Documents according to the Associação Brasileira de Normas Técnicas (ABNT" +license = [ + "AGPL-3.0-or-later", +] +homepage = "https://github.com/gabdumal/quati_abnt" + [quest."0.2.0"] url = "https://packages.typst.org/preview/quest-0.2.0.tar.gz" hash = "sha256-TMJqLaCC6mwmRtySX2ca0otiD38K5QGAMyz+XQTa2TU=" @@ -28824,6 +29901,16 @@ license = [ ] homepage = "https://github.com/EpicEricEE/typst-quick-maths" +[quick-minutes."1.2.5"] +url = "https://packages.typst.org/preview/quick-minutes-1.2.5.tar.gz" +hash = "sha256-HCoFX4vJfyBw/JFisxxlptnDqHgLQiEeB6UjqxqQQvI=" +typstDeps = [] +description = "A typst template for the keeping of minutes" +license = [ + "MIT", +] +homepage = "https://github.com/Lypsilonx/quick-minutes" + [quick-minutes."1.2.4"] url = "https://packages.typst.org/preview/quick-minutes-1.2.4.tar.gz" hash = "sha256-KW6jq9N7KFY3rXXuhHgvuiqMXdwdiK/+ey9NUZ358Mg=" @@ -29106,6 +30193,18 @@ license = [ ] homepage = "https://github.com/An-314/ratchet" +[ratsch-bmim."0.2.0"] +url = "https://packages.typst.org/preview/ratsch-bmim-0.2.0.tar.gz" +hash = "sha256-aG9XVWA5pgf/bUz7Ujg0doWQriEravlzh38K4z6OcAA=" +typstDeps = [ + "touying_0_7_1", +] +description = "Template for exams/labs/poster/lectures/reports/workbooks/exercises by IACE/BMIM at UMIT TIROL" +license = [ + "MIT", +] +homepage = "https://github.com/umit-iace/typst-umit-tirol-bmim" + [ready-acm-dtu-ux."0.1.0"] url = "https://packages.typst.org/preview/ready-acm-dtu-ux-0.1.0.tar.gz" hash = "sha256-iBPQniPBZ3CAbBU8z8atUeLkTWuMyeYh68Fz7L6InT4=" @@ -30009,6 +31108,16 @@ license = [ ] homepage = "https://github.com/sudanchapagain/sano-presentation-template" +[sanor."0.1.0"] +url = "https://packages.typst.org/preview/sanor-0.1.0.tar.gz" +hash = "sha256-YlQHwY84Cks/xV2bD/Bqn8uq3VZaKubqV/D1A+5uP9A=" +typstDeps = [] +description = "Fast, small, presentation animation utility" +license = [ + "MIT", +] +homepage = "https://github.com/pacaunt/sanor" + [scaffolder."0.2.1"] url = "https://packages.typst.org/preview/scaffolder-0.2.1.tar.gz" hash = "sha256-C1/wct+NAtulHWopZsztNcAUpX/0+opIknzehNLSKRs=" @@ -30402,6 +31511,18 @@ license = [ ] homepage = "https://github.com/curvenote/scienceicons" +[scorify."0.2.0"] +url = "https://packages.typst.org/preview/scorify-0.2.0.tar.gz" +hash = "sha256-FwdPe6a4s4ujOveN+j8B+LfG7z4t8q4XIAf28zF5C5g=" +typstDeps = [ + "cetz_0_4_2", +] +description = "Render professional sheet music directly in Typst documents" +license = [ + "MIT", +] +homepage = "https://github.com/justinbornais/typst-sheet-music" + [scorify."0.1.1"] url = "https://packages.typst.org/preview/scorify-0.1.1.tar.gz" hash = "sha256-9US9SJ29B1Hf2JHONuV9qhXajkRvV0O2cXxlNnQHomQ=" @@ -30414,6 +31535,26 @@ license = [ ] homepage = "https://github.com/justinbornais/typst-sheet-music" +[scoryst."0.1.1"] +url = "https://packages.typst.org/preview/scoryst-0.1.1.tar.gz" +hash = "sha256-ZVrgcpFE7Q0/p903r08EUCbi/SY6PIYnfThkyRbF4nU=" +typstDeps = [] +description = "🎼 Music engraving for Typst via Verovio — render ABC, MusicXML, MEI, Humdrum, Volpiano, and CMME notation" +license = [ + "LGPL-3.0-only", +] +homepage = "https://github.com/bernsteining/scoryst" + +[scoryst."0.1.0"] +url = "https://packages.typst.org/preview/scoryst-0.1.0.tar.gz" +hash = "sha256-cwm4VB8UEvTz3C6drXjj7HpmV1xaHCrsXhVQJyDE5Wo=" +typstDeps = [] +description = "🎼 Music engraving for Typst via Verovio — render ABC, MusicXML, MEI, Humdrum, Volpiano, and CMME notation" +license = [ + "LGPL-3.0-only", +] +homepage = "https://github.com/bernsteining/scoryst" + [scribbling-hm."0.1.9"] url = "https://packages.typst.org/preview/scribbling-hm-0.1.9.tar.gz" hash = "sha256-sp6RZGCZZ8i/qZJgLl/j+Q069yZPZ9UD60jfyJ75/cQ=" @@ -30597,6 +31738,16 @@ license = [ ] homepage = "https://github.com/An-314/typst-templates" +[scriptie."0.2.0"] +url = "https://packages.typst.org/preview/scriptie-0.2.0.tar.gz" +hash = "sha256-2rrcQsFIP9blfNMtBpQKrJS5BKhhaSyhXNf19W9p9Rs=" +typstDeps = [] +description = "A template for movie scripts" +license = [ + "GPL-3.0-or-later", +] +homepage = "https://github.com/KauriP/scriptie" + [scriptie."0.1.0"] url = "https://packages.typst.org/preview/scriptie-0.1.0.tar.gz" hash = "sha256-sEhEcrk54x8mZX6qp02MPrBDBs3+pawtKCAoNm+Gpws=" @@ -31066,6 +32217,16 @@ license = [ ] homepage = "https://github.com/shaneworld/HHU-Thesis-Template" +[sheetstorm."0.5.1"] +url = "https://packages.typst.org/preview/sheetstorm-0.5.1.tar.gz" +hash = "sha256-3d1qePFO6T7eyg7AoFzx5epb7qFo8VS5J8+VqX1cXsI=" +typstDeps = [] +description = "A template for assignment sheets" +license = [ + "MIT", +] +homepage = "https://github.com/rabuu/sheetstorm" + [sheetstorm."0.5.0"] url = "https://packages.typst.org/preview/sheetstorm-0.5.0.tar.gz" hash = "sha256-EyZ/QsoLeie4iMe9ADajr7CdiZjWtgMODPUq3N6EmuM=" @@ -31258,6 +32419,16 @@ license = [ ] homepage = "https://github.com/Myriad-Dreamin/shiroa" +[shit-journal."0.1.0"] +url = "https://packages.typst.org/preview/shit-journal-0.1.0.tar.gz" +hash = "sha256-vKTVkwQe/79VwU3NbS8YD2ZM18TTA8EjmMp0DRMdkKE=" +typstDeps = [] +description = "Write your articles for the SHIT journal" +license = [ + "MIT", +] +homepage = "https://github.com/QzxTaqtaq/shit-typst-template" + [showman."0.1.2"] url = "https://packages.typst.org/preview/showman-0.1.2.tar.gz" hash = "sha256-3Ueq4axPi/YUoqI9yUUfiz7MXBQhxr1Vm+h6s7v0UoM=" @@ -31878,6 +33049,16 @@ license = [ ] homepage = "https://github.com/zhao-leo/BUPT-Report-Typst" +[simple-cvut-report."0.2.0"] +url = "https://packages.typst.org/preview/simple-cvut-report-0.2.0.tar.gz" +hash = "sha256-kmtCoNO2j8pEXAk1wNaCwZzyNlh/aQbqZLVaugw5zDo=" +typstDeps = [] +description = "A simple report template for ČVUT (CTU in Prague) students and their for term projects" +license = [ + "MIT", +] +homepage = "https://github.com/firu11/cvut-report-template" + [simple-handout."0.2.0"] url = "https://packages.typst.org/preview/simple-handout-0.2.0.tar.gz" hash = "sha256-+l3MCh76AsRrmA6SF+EgfZWxRMkrflmSRVaao7n1L9o=" @@ -33002,6 +34183,39 @@ license = [ ] homepage = "https://github.com/SillyFreak/typst-stack-pointer" +[stagehand."0.1.0"] +url = "https://packages.typst.org/preview/stagehand-0.1.0.tar.gz" +hash = "sha256-gKT0JP+yAYFaBmt8b5wfAjQ0gyQB0NbCmXAcz3Yn+UQ=" +typstDeps = [] +description = "Easily create beautiful stageplays" +license = [ + "MIT", +] +homepage = "https://github.com/aarquelle/stagehand" + +[starchy-junia."0.1.8"] +url = "https://packages.typst.org/preview/starchy-junia-0.1.8.tar.gz" +hash = "sha256-0ZJLmkdzn1KR63jChZmESVWHm+ldevEvW34731jkiKs=" +typstDeps = [ + "cetz_0_5_0", + "codly_1_3_0", + "codly-languages_0_1_10", + "drafting_0_2_2", + "echarm_0_3_1", + "fletcher_0_5_8", + "glossarium_0_5_10", + "hydra_0_6_2", + "lilaq_0_6_0", + "meander_0_4_2", + "timeliney_0_4_0", + "zap_0_5_0", +] +description = "Report template based on JUNIA engineering school's writing charter V2 (2024" +license = [ + "MIT", +] +homepage = "https://codeberg.org/MathYeiv/starchy-junia" + [starry-ulfg."0.2.0"] url = "https://packages.typst.org/preview/starry-ulfg-0.2.0.tar.gz" hash = "sha256-8526Y+PnNM2eRYEpkO/0w+TfxuZOgMUEoa4H4AATH+4=" @@ -33361,6 +34575,16 @@ license = [ ] homepage = "https://github.com/bratorange/stundenzettel.typ" +[stux-assignment."0.1.0"] +url = "https://packages.typst.org/preview/stux-assignment-0.1.0.tar.gz" +hash = "sha256-7qkb7vKlmuuey9x9kbYwJ7iCRNu3qjEUY4Lxpqi1Bq4=" +typstDeps = [] +description = "Themed assignment sheets with problem boxes and multi-author support" +license = [ + "MIT-0", +] +homepage = "https://github.com/StuxnetH4X/stux-assignment" + [stv-vub-huisstijl."0.1.1"] url = "https://packages.typst.org/preview/stv-vub-huisstijl-0.1.1.tar.gz" hash = "sha256-7D5VZAk+sdzSk98TmLmDPmNOMsN6t/r7AqaReoTIbPk=" @@ -34002,6 +35226,18 @@ license = [ ] homepage = "https://github.com/sardorml/swe-cv" +[swec-slides."0.1.0"] +url = "https://packages.typst.org/preview/swec-slides-0.1.0.tar.gz" +hash = "sha256-/OF/nW/zuyjSWpEyp7ZVYL4QW70sPDRhIB39R54HhP8=" +typstDeps = [ + "polylux_0_4_0", +] +description = "A typst template for SoftWare Engineering Camp (SWEC) presentations" +license = [ + "MIT", +] +homepage = "https://github.com/Gronner/swec-slide-template" + [sweet-graduate-resume."0.1.0"] url = "https://packages.typst.org/preview/sweet-graduate-resume-0.1.0.tar.gz" hash = "sha256-i13rCZCzw+/HLyV3nDRVSG0ZlYbY4HvxNuNrtms6BwY=" @@ -34042,6 +35278,30 @@ license = [ ] homepage = "https://codeberg.org/T0mstone/typst-symbolx" +[synkit."0.0.2"] +url = "https://packages.typst.org/preview/synkit-0.0.2.tar.gz" +hash = "sha256-tmz3Xh8nTb0Ru/QKYoGzNVCdelk0OSl14VCT9D1JBNI=" +typstDeps = [ + "cetz_0_5_0", +] +description = "A toolkit to create syntactic representations in Typst" +license = [ + "MIT", +] +homepage = "https://github.com/guilhermegarcia/synkit" + +[synkit."0.0.1"] +url = "https://packages.typst.org/preview/synkit-0.0.1.tar.gz" +hash = "sha256-QbzuYxK9Vj+xqMfJVX1LAoE0MrPd+EKPol/qH9Tmm8A=" +typstDeps = [ + "cetz_0_4_2", +] +description = "A toolkit to create syntactic representations in Typst" +license = [ + "MIT", +] +homepage = "https://github.com/guilhermegarcia/synkit" + [syntree."0.2.1"] url = "https://packages.typst.org/preview/syntree-0.2.1.tar.gz" hash = "sha256-rKNxgn7PtqeDPBnDH3hD9HQrB85JeO9uiM5g0m2LDPs=" @@ -34739,6 +35999,18 @@ license = [ ] homepage = "https://github.com/YDX-2147483647/best-of-typst" +[tdtr."0.5.5"] +url = "https://packages.typst.org/preview/tdtr-0.5.5.tar.gz" +hash = "sha256-SM3QlgwakNDDa8jZhhqaKjlREgmTOqIT3ON/4geQ8fo=" +typstDeps = [ + "fletcher_0_5_8", +] +description = "A package for drawing beautiful tidy tree easily" +license = [ + "MIT", +] +homepage = "https://github.com/Vertsineu/typst-tdtr" + [tdtr."0.5.4"] url = "https://packages.typst.org/preview/tdtr-0.5.4.tar.gz" hash = "sha256-Lh0oxPOAiYZfCmvpwjY2F3Qm0ogXW0lTPblN2WBNFSI=" @@ -34992,6 +36264,19 @@ license = [ ] homepage = "https://codeberg.org/Andrew15-5/text-dirr" +[tfgei."0.1.2"] +url = "https://packages.typst.org/preview/tfgei-0.1.2.tar.gz" +hash = "sha256-eW0AZ40L9IcQTsj6hSqNuSqukouI5Mb4FrjY8ctxPrQ=" +typstDeps = [ + "physica_0_9_8", + "unify_0_7_1", +] +description = "Template for making final degree projects in the Computer Science degree at ESEI (University of Vigo" +license = [ + "MIT", +] +homepage = "https://github.com/Kioraga/TFGEI" + [tfgei."0.1.1"] url = "https://packages.typst.org/preview/tfgei-0.1.1.tar.gz" hash = "sha256-Nk6JvmcFqpEMUGjyVOr6S6Pw4H0mT/YTWl3mpK+wG+s=" @@ -35317,6 +36602,19 @@ license = [ ] homepage = "https://github.com/nleanba/typst-theoretic" +[theorion."0.6.0"] +url = "https://packages.typst.org/preview/theorion-0.6.0.tar.gz" +hash = "sha256-lss2hve/k1X6OTZHLSMS+WiZVy4EIhl77hfeYFj9UwY=" +typstDeps = [ + "octique_0_1_1", + "showybox_2_0_4", +] +description = "Out-of-the-box, customizable and multilingual theorem environment package" +license = [ + "MIT", +] +homepage = "https://github.com/OrangeX4/typst-theorion" + [theorion."0.5.0"] url = "https://packages.typst.org/preview/theorion-0.5.0.tar.gz" hash = "sha256-noK5xvxOL7KSAVUA6TPjdb+gOlxdys2Hac4UTKviLEM=" @@ -36399,6 +37697,36 @@ license = [ ] homepage = "https://codeberg.org/a5s/toot" +[touying."0.7.2"] +url = "https://packages.typst.org/preview/touying-0.7.2.tar.gz" +hash = "sha256-Msyfdep3OLVhM1IeTtIdLDRTDrY+KiM1zxFGuH9cbv0=" +typstDeps = [ + "cetz_0_5_0", + "fletcher_0_5_8", + "numbly_0_1_0", + "theorion_0_6_0", +] +description = "A powerful package for creating presentation slides in Typst" +license = [ + "MIT", +] +homepage = "https://github.com/touying-typ/touying" + +[touying."0.7.1"] +url = "https://packages.typst.org/preview/touying-0.7.1.tar.gz" +hash = "sha256-rzJvQX4mOWzOemEnSYd8KVipD6owYErL8BIQaw4RToE=" +typstDeps = [ + "cetz_0_4_2", + "fletcher_0_5_8", + "numbly_0_1_0", + "theorion_0_5_0", +] +description = "A powerful package for creating presentation slides in Typst" +license = [ + "MIT", +] +homepage = "https://github.com/touying-typ/touying" + [touying."0.7.0"] url = "https://packages.typst.org/preview/touying-0.7.0.tar.gz" hash = "sha256-t4LnzU+reUaYCwMDS1iQdk3JhORomGRe9ByOxTHupHY=" @@ -36691,6 +38019,30 @@ license = [ ] homepage = "https://github.com/touying-typ/touying" +[touying-aqua."0.7.2"] +url = "https://packages.typst.org/preview/touying-aqua-0.7.2.tar.gz" +hash = "sha256-up7pTwMd3Dslp2vYAp9ks8orHG/v8i+xwl9QmIW6OWU=" +typstDeps = [ + "touying_0_7_2", +] +description = "Aqua theme in Touying - a powerful package for creating presentation slides in Typst" +license = [ + "MIT", +] +homepage = "https://github.com/touying-typ/touying" + +[touying-aqua."0.7.1"] +url = "https://packages.typst.org/preview/touying-aqua-0.7.1.tar.gz" +hash = "sha256-lkbOs64v/jIOT8yyr/H3cAY/aCS6m99mcGPK/9doq6M=" +typstDeps = [ + "touying_0_7_1", +] +description = "Aqua theme in Touying - a powerful package for creating presentation slides in Typst" +license = [ + "MIT", +] +homepage = "https://github.com/touying-typ/touying" + [touying-aqua."0.7.0"] url = "https://packages.typst.org/preview/touying-aqua-0.7.0.tar.gz" hash = "sha256-fBF3H0ozQSmUKXQj8QXOiwVumWXia29cNNV0PURoaas=" @@ -37201,6 +38553,20 @@ license = [ ] homepage = "https://github.com/kazuyanagimoto/quarto-clean-typst" +[touying-quick."0.4.2"] +url = "https://packages.typst.org/preview/touying-quick-0.4.2.tar.gz" +hash = "sha256-OJtyk4nIMIFZD5YR4g47FxJ5eq9VJudhDcfS+wQWkBI=" +typstDeps = [ + "codly_1_3_0", + "theorion_0_6_0", + "touying_0_7_1", +] +description = "A quick-start template based on touying for academic reports" +license = [ + "MIT", +] +homepage = "https://github.com/ivaquero/touying-quick.git" + [touying-quick."0.4.1"] url = "https://packages.typst.org/preview/touying-quick-0.4.1.tar.gz" hash = "sha256-NcGth1yAhjdpyBaFZb89QQAdweCVPL2z7GCgMRGiSbE=" @@ -37811,6 +39177,30 @@ license = [ ] homepage = "https://github.com/8LWXpg/typst-treet" +[tressym-dnd."0.2.4"] +url = "https://packages.typst.org/preview/tressym-dnd-0.2.4.tar.gz" +hash = "sha256-XfjJyCADU1mj05EC6zgggVeeSOP7EDH4YX+z/mWek50=" +typstDeps = [ + "one-liner_0_3_0", +] +description = "Render Character Sheets for DnD 5e, with auto-calculated stats. (Unofficial" +license = [ + "MIT", +] +homepage = "https://github.com/b3sser/typst-tressym" + +[tressym-dnd."0.2.3"] +url = "https://packages.typst.org/preview/tressym-dnd-0.2.3.tar.gz" +hash = "sha256-u3SDdez69FrDZtt96vEGCPfZ7ZIgBc7tbXxXtq8UX2c=" +typstDeps = [ + "one-liner_0_3_0", +] +description = "Render Character Sheets for DnD 5e, with auto-calculated stats. (Unofficial" +license = [ + "MIT", +] +homepage = "https://github.com/b3sser/typst-tressym" + [tricorder."0.1.0"] url = "https://packages.typst.org/preview/tricorder-0.1.0.tar.gz" hash = "sha256-1yVjrzof0APO5F+C3ManqTSJOVzHasnrVeeTHmmXgag=" @@ -37831,6 +39221,19 @@ license = [ ] homepage = "https://github.com/mkorje/typst-trivial" +[trompet."0.1.0"] +url = "https://packages.typst.org/preview/trompet-0.1.0.tar.gz" +hash = "sha256-+k8BaciQPep4Djb/vzCkGmrCSwVNMtbMZWEjhMPjtKs=" +typstDeps = [ + "lambdabus_0_1_0", + "tidy_0_4_3", +] +description = "Draw Tromp lambda diagrams" +license = [ + "MIT", +] +homepage = "https://github.com/CrowdingFaun624/trompet" + [truthfy."0.6.0"] url = "https://packages.typst.org/preview/truthfy-0.6.0.tar.gz" hash = "sha256-pKDdJvrAIekPB+x6GWXrQDC6n20kqH5ayGriaIsHPUw=" @@ -38429,6 +39832,16 @@ license = [ ] homepage = "https://github.com/sgomezsal/typ2anki" +[typarium."0.1.0"] +url = "https://packages.typst.org/preview/typarium-0.1.0.tar.gz" +hash = "sha256-rRKWJF/Bat+iZd32vu8Gl523R4BwNpM+o8lTy4u17Yk=" +typstDeps = [] +description = "Build expressive font specimen cards with custom themes, custom renderers, and local font metadata extraction" +license = [ + "MIT", +] +homepage = "https://github.com/rice8y/typarium" + [typcas."0.2.1"] url = "https://packages.typst.org/preview/typcas-0.2.1.tar.gz" hash = "sha256-LETXer/gauB+dgLWHeKMJcwsUcFrBaromCaVl6t/4gY=" @@ -38529,6 +39942,16 @@ license = [ ] homepage = "https://github.com/tsnobip/typst-typographic-resume" +[typographix-polytechnique-reports."0.2.1"] +url = "https://packages.typst.org/preview/typographix-polytechnique-reports-0.2.1.tar.gz" +hash = "sha256-ZG/Jcp/PJvnggPEbOmTYJv2H/LhzwvbHwRRldgZrQIM=" +typstDeps = [] +description = "A report template for Polytechnique students (from TypographiX" +license = [ + "MIT", +] +homepage = "https://github.com/remigerme/typst-polytechnique" + [typographix-polytechnique-reports."0.1.6"] url = "https://packages.typst.org/preview/typographix-polytechnique-reports-0.1.6.tar.gz" hash = "sha256-5CqgNPzNFxwfuEFT4HVc7uG/vN3r/S2mueo5pR8o9Ak=" @@ -38778,6 +40201,16 @@ license = [ ] homepage = "https://github.com/Typsium/typsium-iso-7010" +[typslides."1.3.3"] +url = "https://packages.typst.org/preview/typslides-1.3.3.tar.gz" +hash = "sha256-SQjEYkgh5HcmPkVbp04IWdTmM6VsiHhFTMN0wTp2S1g=" +typstDeps = [] +description = "Minimalistic Typst slides" +license = [ + "GPL-3.0-or-later", +] +homepage = "https://github.com/manjavacas/typslides" + [typslides."1.3.2"] url = "https://packages.typst.org/preview/typslides-1.3.2.tar.gz" hash = "sha256-fYS5iHfwuxhyPopdCcwTa/XNA62Ll1us0ga8nO1YpEY=" @@ -39140,6 +40573,16 @@ license = [ ] homepage = "https://github.com/jorgenhost/ucph-nielsine-touying" +[uepg-tcc-unofficial."0.1.0"] +url = "https://packages.typst.org/preview/uepg-tcc-unofficial-0.1.0.tar.gz" +hash = "sha256-HxXV10cdRPEU05qhfnYVyOV3aBY6j80KmUTk9PXYzRs=" +typstDeps = [] +description = "Unofficial ABNT-compliant monograph template for UEPG undergraduate theses" +license = [ + "MIT", +] +homepage = "https://github.com/ekspy/uepg-tcc-unofficial" + [ufpr-unofficial."2022.1.0"] url = "https://packages.typst.org/preview/ufpr-unofficial-2022.1.0.tar.gz" hash = "sha256-2KX4g+17pfzxEg9DJiQKnpmn+C8fzYvjvg4vv+UWbf0=" @@ -39230,6 +40673,17 @@ license = [ ] homepage = "https://github.com/typst/templates" +[unichar."0.4.0"] +url = "https://packages.typst.org/preview/unichar-0.4.0.tar.gz" +hash = "sha256-lxUhgjs+n64yqG15Ao2NXnTaBZ1IFeuJKLaBP4eSCIw=" +typstDeps = [] +description = "A partial port of the Unicode Character Database" +license = [ + "MIT", + "Unicode-3.0", +] +homepage = "https://github.com/MDLC01/unichar" + [unichar."0.3.2"] url = "https://packages.typst.org/preview/unichar-0.3.2.tar.gz" hash = "sha256-YzL7rS0YtuMSMntb+akWpEqaLlP3zWZtKmnGyfhjaT4=" @@ -39285,6 +40739,30 @@ license = [ ] homepage = "https://github.com/MDLC01/unichar" +[unidep."0.1.3"] +url = "https://packages.typst.org/preview/unidep-0.1.3.tar.gz" +hash = "sha256-5bKKv7Z+t+5GyzA/ZlT9jBKOQO/Z6H6VOpgENS7eNpo=" +typstDeps = [ + "cetz_0_5_0", +] +description = "Render beautiful, customizable Universal Dependencies (CoNLL-U) dependency trees" +license = [ + "MIT", +] +homepage = "https://github.com/rice8y/unidep" + +[unidep."0.1.2"] +url = "https://packages.typst.org/preview/unidep-0.1.2.tar.gz" +hash = "sha256-RH0z+cJ1RREPjVxIxj53YvOxyJFBo9Q3fuAHpDdJ3bs=" +typstDeps = [ + "cetz_0_4_2", +] +description = "Render beautiful, customizable Universal Dependencies (CoNLL-U) dependency trees" +license = [ + "MIT", +] +homepage = "https://github.com/rice8y/unidep" + [unidep."0.1.1"] url = "https://packages.typst.org/preview/unidep-0.1.1.tar.gz" hash = "sha256-CiVBJNspKQ0JoQaiP6CmLKxT8uD1rAXXpykq1+LKkqA=" @@ -39519,6 +40997,26 @@ license = [ ] homepage = "https://github.com/islatri/universal-jlu-thesis" +[uniwarn."0.1.1"] +url = "https://packages.typst.org/preview/uniwarn-0.1.1.tar.gz" +hash = "sha256-sTGerNf9eBuuvl20yytfvQulfWiU5gtPZOB6GK0M0ho=" +typstDeps = [] +description = "A miniscule package for package authors to emit custom warnings" +license = [ + "MIT", +] +homepage = "https://github.com/fornings-typ/font-warnings" + +[uniwarn."0.1.0"] +url = "https://packages.typst.org/preview/uniwarn-0.1.0.tar.gz" +hash = "sha256-M6DTbwFxi3WaWBqaZYKLDCUkQcMFPKd6MYYU+air1V4=" +typstDeps = [] +description = "A miniscule package for package authors to emit custom warnings" +license = [ + "MIT", +] +homepage = "https://github.com/fornings-typ/font-warnings" + [unofficial-cambridge-polylux-theme."0.0.1"] url = "https://packages.typst.org/preview/unofficial-cambridge-polylux-theme-0.0.1.tar.gz" hash = "sha256-A3AoCb4MmtXdk3+IzGuJ5bYqMbbQaPtLuZvUeuu9xr0=" @@ -39566,6 +41064,16 @@ license = [ ] homepage = "https://github.com/bowentan/unofficial-cityuhk-thesis" +[unofficial-eirb-report."0.1.0"] +url = "https://packages.typst.org/preview/unofficial-eirb-report-0.1.0.tar.gz" +hash = "sha256-OWXJnI5aupNPdgghp1udJvav66AUK8wvVE6NdgVep+c=" +typstDeps = [] +description = "An unofficial report template for Enseirb-Matmeca" +license = [ + "MIT", +] +homepage = "https://github.com/floriandelage/report-eirb" + [unofficial-fhict-document-template."1.2.1"] url = "https://packages.typst.org/preview/unofficial-fhict-document-template-1.2.1.tar.gz" hash = "sha256-DheR1h7nBjWV6AieSv4KBbgae8Qc7F9L4lrxwIeAyLE=" @@ -39810,6 +41318,16 @@ license = [ ] homepage = "https://github.com/AnsgarLichter/unofficial-hka-thesis" +[unofficial-icl-doc-thesis."0.1.0"] +url = "https://packages.typst.org/preview/unofficial-icl-doc-thesis-0.1.0.tar.gz" +hash = "sha256-x7pTlMJhcegPQWeSYGYIhYY6GUkgxFRKcm9N8m4YZmw=" +typstDeps = [] +description = "Unofficial Typst port of the Imperial College London Department of Computing Individual Project LaTeX template" +license = [ + "MIT", +] +homepage = "https://github.com/bkmashiro/ic-individual-project-typst" + [unofficial-kth-thesis-proposal."0.2.0"] url = "https://packages.typst.org/preview/unofficial-kth-thesis-proposal-0.2.0.tar.gz" hash = "sha256-vLgD9GuMEqlbXicFiXnognYOwEkOGq/iNJb+P35gSTk=" @@ -40499,6 +42017,16 @@ license = [ ] homepage = "https://github.com/ertugruluyar-github/utype-neuies-reports" +[uuidkit."0.1.0"] +url = "https://packages.typst.org/preview/uuidkit-0.1.0.tar.gz" +hash = "sha256-hsCX3HOSc5eThe80qhaAhb+oAILfRuI6kLYGmcC1Bck=" +typstDeps = [] +description = "UUID parsing and deterministic UUID generation for Typst" +license = [ + "MIT", +] +homepage = "https://github.com/el-ev/uuidkit" + [uwnibook-color."0.2.0"] url = "https://packages.typst.org/preview/uwnibook-color-0.2.0.tar.gz" hash = "sha256-6gp2NjsS7phGA0k3yY8WmH5/VF4Ejh1E5ZlaChs9lTo=" @@ -41675,6 +43203,16 @@ license = [ ] homepage = "https://github.com/0warning0error/typst-yats" +[yemianfengge."0.1.0"] +url = "https://packages.typst.org/preview/yemianfengge-0.1.0.tar.gz" +hash = "sha256-UwzwwaW0aoWdAX9NeiaieeBs1nfPn8dZoXMYAOeMwAY=" +typstDeps = [] +description = "Page style management" +license = [ + "MIT", +] +homepage = "https://github.com/neruthes/typstpkg-pagestyle" + [yi."0.1.0"] url = "https://packages.typst.org/preview/yi-0.1.0.tar.gz" hash = "sha256-aqMg2N5/v9EUnJPxnKmeop33n3F57r99ARWSwgADStk=" @@ -42046,6 +43584,16 @@ license = [ ] homepage = "https://github.com/langonne/zen-utbm-report" +[zen-zine."0.3.1"] +url = "https://packages.typst.org/preview/zen-zine-0.3.1.tar.gz" +hash = "sha256-7z+JjOuwq80dsFub3XY9NiEL+WUZ1jKudoAEVPyFsp4=" +typstDeps = [] +description = "Excellently type-set a fun little zine" +license = [ + "MIT", +] +homepage = "https://github.com/tomeichlersmith/zen-zine" + [zen-zine."0.3.0"] url = "https://packages.typst.org/preview/zen-zine-0.3.0.tar.gz" hash = "sha256-dfYg9l75BqJZ75KXQ7sy7pTmU0bwsLyCfsDdCFjfs0Y=" From ce102efed79f84668845c52ce4e67a798b6ae57a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 14:34:34 +0000 Subject: [PATCH 49/90] super-productivity: 18.1.3 -> 18.2.8 --- pkgs/by-name/su/super-productivity/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/su/super-productivity/package.nix b/pkgs/by-name/su/super-productivity/package.nix index 6c9841634d46..d2e0f5266ff5 100644 --- a/pkgs/by-name/su/super-productivity/package.nix +++ b/pkgs/by-name/su/super-productivity/package.nix @@ -18,7 +18,7 @@ let in buildNpmPackage rec { pname = "super-productivity"; - version = "18.1.3"; + version = "18.2.8"; inherit nodejs; @@ -26,7 +26,7 @@ buildNpmPackage rec { owner = "johannesjo"; repo = "super-productivity"; tag = "v${version}"; - hash = "sha256-2NEhLYC13OYZqaLLLLyQHn5uDIDh40DVtUSuUAjCxgQ="; + hash = "sha256-BNvlYqX3uSMGUlNk1GwZqujYppWkxg91M/3qXrJIwtk="; postFetch = '' find $out -name package-lock.json -exec ${lib.getExe npm-lockfile-fix} -r {} \; @@ -69,7 +69,7 @@ buildNpmPackage rec { dontInstall = true; outputHashMode = "recursive"; - hash = "sha256-AnAiPjxl5MbQchCPPHmtRFEojClseHFul+w5FEEUdwY="; + hash = "sha256-YOLcmQkWbDdnx9POc6nkSaMpJaI1rdcuCdsnTdVIrtM="; } ); From 5c18db2401037b06bd8e7a0f17c26055098ab06d Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 25 Mar 2026 14:38:31 +0100 Subject: [PATCH 50/90] nodejs: provide fallback passthru values on the symlink variant --- pkgs/development/web/nodejs/symlink.nix | 39 +++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/pkgs/development/web/nodejs/symlink.nix b/pkgs/development/web/nodejs/symlink.nix index 87bbdbec6314..46664461997d 100644 --- a/pkgs/development/web/nodejs/symlink.nix +++ b/pkgs/development/web/nodejs/symlink.nix @@ -3,7 +3,7 @@ nodejs-slim, symlinkJoin, }: -symlinkJoin { +(symlinkJoin { pname = "nodejs"; inherit (nodejs-slim) version passthru meta; paths = [ @@ -11,4 +11,39 @@ symlinkJoin { nodejs-slim.npm ] ++ lib.optional (builtins.hasAttr "corepack" nodejs-slim) nodejs-slim.corepack; -} +}).overrideAttrs + (nodejs: { + passthru = + (builtins.listToAttrs ( + map + (name: { + inherit name; + value = lib.warn "Use nodejs-slim.${name} instead of nodejs.${name}" nodejs-slim.${name}; + }) + ( + builtins.filter ( + name: + !lib.strings.hasPrefix "__" name + && !(builtins.elem name [ + "override" + "overrideAttrs" + "overrideDerivation" + "outputs" + "system" + "type" + + # Filter out arguments of `getOutput` + "bin" + "dev" + "include" + "lib" + "man" + "out" + "static" + ]) + && !(builtins.hasAttr name nodejs) + ) (builtins.attrNames nodejs-slim) + ) + )) + // nodejs.passthru; + }) From 3865ec592988164fd5375b929f67e15b23b73864 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 16:13:29 +0000 Subject: [PATCH 51/90] libretro.puae: 0-unstable-2026-04-02 -> 0-unstable-2026-04-19 --- pkgs/applications/emulators/libretro/cores/puae.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/puae.nix b/pkgs/applications/emulators/libretro/cores/puae.nix index 2c976ff2601b..f71a0989c3ac 100644 --- a/pkgs/applications/emulators/libretro/cores/puae.nix +++ b/pkgs/applications/emulators/libretro/cores/puae.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "puae"; - version = "0-unstable-2026-04-02"; + version = "0-unstable-2026-04-19"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "99145bf34993e21dac14973f784821d85729a91d"; - hash = "sha256-VIg7e6St1qkQZafTmEMsIDZoWQLkqFZPRk4Cyr43wW8="; + rev = "bd2ef50e22f5ded91cae347e98352f5bd2e7e6c2"; + hash = "sha256-/C483el8uS2ZhmRpsIXMa0kILxyMyLBqkkySJ78rj+A="; }; makefile = "Makefile"; From 5cd5b9f46e4117bfa6d3f6e442f03d89e0c45c11 Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Wed, 22 Apr 2026 12:13:13 -0400 Subject: [PATCH 52/90] vector: 0.54.0 -> 0.55.0 Changelog: https://github.com/vectordotdev/vector/releases/tag/v0.55.0 --- pkgs/by-name/ve/vector/package.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ve/vector/package.nix b/pkgs/by-name/ve/vector/package.nix index c4adecf71110..675de6c2e71c 100644 --- a/pkgs/by-name/ve/vector/package.nix +++ b/pkgs/by-name/ve/vector/package.nix @@ -16,6 +16,7 @@ coreutils, tzdata, cmake, + cyrus_sasl, perl, git, nixosTests, @@ -27,16 +28,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "vector"; - version = "0.54.0"; + version = "0.55.0"; src = fetchFromGitHub { owner = "vectordotdev"; repo = "vector"; tag = "v${finalAttrs.version}"; - hash = "sha256-XEQN6Dk72Yn3FZoqvQk4mj+ME68hJuN7zHpiSLY9iNo="; + hash = "sha256-1t0fHBYBBfG8oFbo1QPXb5y8+lyIPPve4bDtry+KF5Q="; }; - cargoHash = "sha256-Jlw8mCPV5TU85VHN8UTXPsxvoSlxTfYzL7k/5Sb3U/M="; + cargoHash = "sha256-/a/KnZEXBeAtYS0yXCmI+07acol0/UBwauIKTi/QF1k="; nativeBuildInputs = [ pkg-config @@ -49,6 +50,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # Provides the mig command used by the build scripts ++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds; buildInputs = [ + cyrus_sasl oniguruma openssl protobuf From 4903f171b2f11ead0e473292d697de58ae35e650 Mon Sep 17 00:00:00 2001 From: Martin Kontsek Date: Wed, 22 Apr 2026 18:59:03 +0200 Subject: [PATCH 53/90] winbox4: 4.0.1 -> 4.1 --- pkgs/by-name/wi/winbox4/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/wi/winbox4/package.nix b/pkgs/by-name/wi/winbox4/package.nix index c6a22a303e31..e7d222c77e2b 100644 --- a/pkgs/by-name/wi/winbox4/package.nix +++ b/pkgs/by-name/wi/winbox4/package.nix @@ -5,7 +5,7 @@ }: let pname = "winbox"; - version = "4.0.1"; + version = "4.1"; metaCommon = { description = "Graphical configuration utility for RouterOS-based devices"; @@ -23,13 +23,13 @@ let x86_64-zip = callPackage ./build-from-zip.nix { inherit pname version metaCommon; - hash = "sha256-jsLQiSn9Q0xLiIgfM1S99gsFfs0vtUlh3ZEt9X4yanA="; + hash = "sha256-KNNbZhwyH1thiTZUa37fZZMpJUntSpWEeI2t/zmlTY8="; }; x86_64-dmg = callPackage ./build-from-dmg.nix { inherit pname version metaCommon; - hash = "sha256-ND/1kOsaBnTG8yx+YH48T3jw0KCkgtsf/MuseAVrw0Y="; + hash = "sha256-RXFZQqiSYdSxTPXtsTxz1lRYyFO9720d/J2lACWcrLI="; }; in (if stdenvNoCC.hostPlatform.isDarwin then x86_64-dmg else x86_64-zip).overrideAttrs (oldAttrs: { From 5cbc0847b6475ac2555ec17a33e7f093823a620b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 17:11:28 +0000 Subject: [PATCH 54/90] libretro.hatari: 0-unstable-2026-03-31 -> 0-unstable-2026-04-20 --- pkgs/applications/emulators/libretro/cores/hatari.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/hatari.nix b/pkgs/applications/emulators/libretro/cores/hatari.nix index 56f9c0969af3..88480119bb42 100644 --- a/pkgs/applications/emulators/libretro/cores/hatari.nix +++ b/pkgs/applications/emulators/libretro/cores/hatari.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "hatari"; - version = "0-unstable-2026-03-31"; + version = "0-unstable-2026-04-20"; src = fetchFromGitHub { owner = "libretro"; repo = "hatari"; - rev = "00af13a379e7839399ff2939807f050b7fc49a0e"; - hash = "sha256-mPe9+RX9DsrJkmydXqEBrR7EMwijhjj/yJPB2QlK3/U="; + rev = "6aa7c7079b3186025ebc6bad4b4251aa359a3947"; + hash = "sha256-17L2EpLGwkWA/9XTgtIq+PNABGvgdBQDsAfAZFRKLOE="; }; extraNativeBuildInputs = [ which ]; From bf21298f37fb3f75c2b2d3d2c4b3f0384e94c05d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 17:31:08 +0000 Subject: [PATCH 55/90] poutine: 1.1.3 -> 1.1.4 --- pkgs/by-name/po/poutine/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/po/poutine/package.nix b/pkgs/by-name/po/poutine/package.nix index 3132b5cbed28..001d068edc6d 100644 --- a/pkgs/by-name/po/poutine/package.nix +++ b/pkgs/by-name/po/poutine/package.nix @@ -8,13 +8,13 @@ buildGoModule (finalAttrs: { pname = "poutine"; - version = "1.1.3"; + version = "1.1.4"; src = fetchFromGitHub { owner = "boostsecurityio"; repo = "poutine"; tag = "v${finalAttrs.version}"; - hash = "sha256-kQGq6AzU/M/8mxZMS/ExwN8356sVWCyPmfnRnfpqFAk="; + hash = "sha256-8lA9LK5KUblwh9wUDdsbtKQHOINlo6AZi8zkmmhnvwI="; }; vendorHash = "sha256-Ktsk01YqBHVZDOu+Xp1p3sVDwqozl35iLYbVavpiWq0="; From 33de201e19d208d7aa57931cec2c18dc15d739ac Mon Sep 17 00:00:00 2001 From: Harinn Date: Thu, 23 Apr 2026 00:55:36 +0700 Subject: [PATCH 56/90] corepack: enable __darwinAllowLocalNetworking for installCheck --- pkgs/by-name/co/corepack/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/co/corepack/package.nix b/pkgs/by-name/co/corepack/package.nix index 918d3829bab7..a7c06739eaad 100644 --- a/pkgs/by-name/co/corepack/package.nix +++ b/pkgs/by-name/co/corepack/package.nix @@ -103,6 +103,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { NOCK_ENV=replay yarn test --reporter tap --exclude tests/config.test.ts --exclude tests/Use.test.ts ''; doInstallCheck = true; + # vitest needs to bind to `localhost` during installCheck; allow that in the Darwin sandbox. + __darwinAllowLocalNetworking = true; passthru.updateScript = nix-update-script { }; From 614304a93f38540366e852a4909b15d8d92ad939 Mon Sep 17 00:00:00 2001 From: Aiden Schembri Date: Wed, 22 Apr 2026 19:59:42 +0200 Subject: [PATCH 57/90] zed-editor: 0.232.3 -> 0.233.5 --- pkgs/by-name/ze/zed-editor/package.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pkgs/by-name/ze/zed-editor/package.nix b/pkgs/by-name/ze/zed-editor/package.nix index 565cb625d9c4..b7a5f4b354c8 100644 --- a/pkgs/by-name/ze/zed-editor/package.nix +++ b/pkgs/by-name/ze/zed-editor/package.nix @@ -97,7 +97,7 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "zed-editor"; - version = "0.232.3"; + version = "0.233.5"; outputs = [ "out" @@ -110,7 +110,7 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "zed-industries"; repo = "zed"; tag = "v${finalAttrs.version}"; - hash = "sha256-bi7iGZpgFET+QXYZcG6Ye2F39FSb2X/rV+ACkkuOfUc="; + hash = "sha256-sMjl0WRLYIshN9TIBqu6wFnTohIKGyxalT6+vmVwX+E="; }; postPatch = '' @@ -139,7 +139,7 @@ rustPlatform.buildRustPackage (finalAttrs: { rm -r $out/git/*/candle-book/ ''; - cargoHash = "sha256-p9QR7AxF4dAADv/FfHxG5OUaAcS3xy4DWVO8HpOBAbE="; + cargoHash = "sha256-RAgCFV7AzeW+ois529+rqHOjVxH42bZ6/ju7Dmh/FWg="; __structuredAttrs = true; @@ -226,14 +226,6 @@ rustPlatform.buildRustPackage (finalAttrs: { writableTmpDirAsHomeHook ]; - # These two tests trigger GUI prompts that hang in the headless Nix build sandbox. - checkFlags = [ - "--skip" - "zed::open_listener::tests::test_e2e_prompt_user_picks_existing_window" - "--skip" - "zed::open_listener::tests::test_e2e_prompt_user_picks_new_window" - ]; - useNextest = true; remoteServerExecutableName = "zed-remote-server-${channel}-${finalAttrs.version}+${channel}"; From 4b736ce079c1e296848f5c4fade6f62b403f3a73 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 18:03:35 +0000 Subject: [PATCH 58/90] sbom-tool: 4.1.9 -> 4.1.10 --- pkgs/by-name/sb/sbom-tool/deps.json | 268 ++++++-------------------- pkgs/by-name/sb/sbom-tool/package.nix | 4 +- 2 files changed, 56 insertions(+), 216 deletions(-) diff --git a/pkgs/by-name/sb/sbom-tool/deps.json b/pkgs/by-name/sb/sbom-tool/deps.json index 57257e248a7a..b318b036dfef 100644 --- a/pkgs/by-name/sb/sbom-tool/deps.json +++ b/pkgs/by-name/sb/sbom-tool/deps.json @@ -9,35 +9,25 @@ "version": "3.125.15", "hash": "sha256-cjSYLFkOj0BNB2ebfIl+DLQbKS9e8l1kc9heG2xiLlk=" }, - { - "pname": "DotNet.Glob", - "version": "2.1.1", - "hash": "sha256-j6AbGSipxLcKSAMibc0uyUJHTa8odrgONaA4DXL4/Bo=" - }, - { - "pname": "Microsoft.Bcl.Cryptography", - "version": "9.0.6", - "hash": "sha256-lfxx9rXXD8PxlUkl9109r1B+bPv/zsyzcp0Yf/iBMY0=" - }, { "pname": "Microsoft.ComponentDetection.Common", - "version": "6.3.0", - "hash": "sha256-P6AYdDTSWT7X16XSzH9YxbFESg0R8BndWMfsfLPhZ9I=" + "version": "7.0.18", + "hash": "sha256-2MOiUlu+hIAq5Y0oQPKdjM4nwwmaVX6kc9blJmYvYug=" }, { "pname": "Microsoft.ComponentDetection.Contracts", - "version": "6.3.0", - "hash": "sha256-30RcpyFQ0LW/TlwTux8k+O+suuf9HPemyZ2LeCy+Nrw=" + "version": "7.0.18", + "hash": "sha256-tg4RZG1ZrOqhen1JIqokXqKIA9L95ren1awCA6fDRm4=" }, { "pname": "Microsoft.ComponentDetection.Detectors", - "version": "6.3.0", - "hash": "sha256-Ztg8wQHOnJjAKYRDJfXOmrndeDjplMRGMH4hdmZZehY=" + "version": "7.0.18", + "hash": "sha256-Q20rbDb8iLKXG1WeQR8TpxWUpGGhDnjI3jVVGo9L4S0=" }, { "pname": "Microsoft.ComponentDetection.Orchestrator", - "version": "6.3.0", - "hash": "sha256-vlB4uWMIVMgaPYYkHvDRR77DCxLQbNl6M0TQiDV6ZoE=" + "version": "7.0.18", + "hash": "sha256-4LKfRlSOaLHm7kMuzuREl1l/SI3n5/+6K0Vs0lbyHwU=" }, { "pname": "Microsoft.Extensions.Caching.Abstractions", @@ -279,11 +269,6 @@ "version": "4.4.0", "hash": "sha256-6ITnfYABvcfk7uwLxDLgcsXspI4nKuBlrFNdMATGoUI=" }, - { - "pname": "NETStandard.Library", - "version": "1.6.1", - "hash": "sha256-iNan1ix7RtncGWC9AjAZ2sk70DoxOsmEOgQ10fXm4Pw=" - }, { "pname": "Newtonsoft.Json", "version": "13.0.4", @@ -291,63 +276,63 @@ }, { "pname": "NuGet.Common", - "version": "7.0.1", - "hash": "sha256-7nxlUHxM99xKGZwoen5P7uoXvvG3uK5TGMD2k6/xkP0=" + "version": "7.3.0", + "hash": "sha256-OFXuxz7Wp2j5H16KSEIFbD4qGmXM2FpgbAVIiMn1X3Y=" }, { "pname": "NuGet.Configuration", - "version": "7.0.1", - "hash": "sha256-dhXJNWDR43YzJntM4Xoysnq4+hHWzaiUx/MgM21wOhU=" + "version": "7.3.0", + "hash": "sha256-PG6HnsHFwWPN7EhcjEHGvVz5Hyl6oIfjKucOHvo9ydA=" }, { "pname": "NuGet.DependencyResolver.Core", - "version": "7.0.1", - "hash": "sha256-C0hwFrVf1KD/edUDZxlMoCPxOF9h50ICaUUuI0z6fQg=" + "version": "7.3.0", + "hash": "sha256-v6u12ndS30TbVV/t+kSZiGnb6Rn6hgli1jdggdbxAMo=" }, { "pname": "NuGet.Frameworks", - "version": "7.0.1", - "hash": "sha256-ko+dIa2uwaVTBqPsE3VYXmbW+W2rqzYssVYsA99Gogc=" + "version": "7.3.0", + "hash": "sha256-soqhY2ri12BYrLanW9CmHIthptCJCeBgypj0ixUrTw8=" }, { "pname": "NuGet.LibraryModel", - "version": "7.0.1", - "hash": "sha256-x7/Va8o9dPsSV3CyGoj+JXBa30YO3E8Ico7ZCU4UYrM=" + "version": "7.3.0", + "hash": "sha256-1qW00pJ9cw2KIMtfW7lyA6DTbM0bHsYzggN2RJyhQTE=" }, { "pname": "NuGet.Packaging", - "version": "7.0.1", - "hash": "sha256-nOpGQ5ZP0PLKBGAGHkagjIX4ivCdcfeTjQDcBASYRSQ=" + "version": "7.3.0", + "hash": "sha256-qEdB0mh7ahPlqNY2OJvp1Tppomu+je30Hi7jXZeqFPQ=" }, { "pname": "NuGet.ProjectModel", - "version": "7.0.1", - "hash": "sha256-Yo0QJmer/Tw/PwPx6ZAjuCBzswNcUSG+PovAv/SqDe4=" + "version": "7.3.0", + "hash": "sha256-pwZJ5TAFURdnZp5MHHfx+aCbGe6GrTbT49IGKqOryU8=" }, { "pname": "NuGet.Protocol", - "version": "7.0.1", - "hash": "sha256-KtTVt/d3apuUJcBS/Saz74yjh4v0BOeClkaJtx1aQnA=" + "version": "7.3.0", + "hash": "sha256-E7qZI14QQdjdhjThgxNdeZV4iV37q+0/kORNRe1e9Mk=" }, { "pname": "NuGet.Versioning", - "version": "7.0.1", - "hash": "sha256-A3d7xyPaDS3tps9TkeCqJVxsPVE0Qvkz44KWSmxL9fI=" + "version": "7.3.0", + "hash": "sha256-WdneR8YEcXilAhT8hA7fjJ2Eskin5KBi2MW93WdoG3c=" }, { "pname": "packageurl-dotnet", - "version": "1.1.0", - "hash": "sha256-YHHoBejZ0jjs1jofHn9uV6BGxOq16osgFVEBh5H4VA8=" + "version": "2.0.0-rc.3", + "hash": "sha256-9+HeksdC+CWhpV68A5b2OgzpVsDp47h54NdLm84oY+E=" }, { "pname": "Polly", - "version": "8.6.5", - "hash": "sha256-2YRacrP3b3C6EBCb5Pjg6fQdGj+SgbTeaWHN/oZ1d8s=" + "version": "8.6.6", + "hash": "sha256-0BrOttCw+HQYB24Y2uMy2vo0P5/txUlhELC8FlyLKps=" }, { "pname": "Polly.Core", - "version": "8.6.5", - "hash": "sha256-m12obNfMZdWQWJoCaF03H5qEbFDdp9FSdHTHcIIsACQ=" + "version": "8.6.6", + "hash": "sha256-y6/a4OWrUlRfe0J8qdhBRmYRDi6K2y+kwhEVCIUOjvU=" }, { "pname": "PowerArgs", @@ -359,11 +344,6 @@ "version": "4.3.0", "hash": "sha256-4PGZqyWhZ6/HCTF2KddDsbmTTjxs2oW79YfkberDZS8=" }, - { - "pname": "runtime.any.System.Diagnostics.Tools", - "version": "4.3.0", - "hash": "sha256-8yLKFt2wQxkEf7fNfzB+cPUCjYn2qbqNgQ1+EeY2h/I=" - }, { "pname": "runtime.any.System.Diagnostics.Tracing", "version": "4.3.0", @@ -389,11 +369,6 @@ "version": "4.3.0", "hash": "sha256-ns6f++lSA+bi1xXgmW1JkWFb2NaMD+w+YNTfMvyAiQk=" }, - { - "pname": "runtime.any.System.Reflection.Extensions", - "version": "4.3.0", - "hash": "sha256-Y2AnhOcJwJVYv7Rp6Jz6ma0fpITFqJW+8rsw106K2X8=" - }, { "pname": "runtime.any.System.Reflection.Primitives", "version": "4.3.0", @@ -434,11 +409,6 @@ "version": "4.3.0", "hash": "sha256-agdOM0NXupfHbKAQzQT8XgbI9B8hVEh+a/2vqeHctg4=" }, - { - "pname": "runtime.any.System.Threading.Timer", - "version": "4.3.0", - "hash": "sha256-BgHxXCIbicVZtpgMimSXixhFC3V+p5ODqeljDjO8hCs=" - }, { "pname": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.0", @@ -474,11 +444,6 @@ "version": "4.3.0", "hash": "sha256-ZBZaodnjvLXATWpXXakFgcy6P+gjhshFXmglrL5xD5Y=" }, - { - "pname": "runtime.native.System.IO.Compression", - "version": "4.3.0", - "hash": "sha256-DWnXs4vlKoU6WxxvCArTJupV6sX3iBbZh8SbqfHace8=" - }, { "pname": "runtime.native.System.Net.Http", "version": "4.3.0", @@ -579,11 +544,6 @@ "version": "4.3.0", "hash": "sha256-LZb23lRXzr26tRS5aA0xyB08JxiblPDoA7HBvn6awXg=" }, - { - "pname": "runtime.unix.System.Console", - "version": "4.3.1", - "hash": "sha256-dxyn/1Px4FKLZ2QMUrkFpW619Y1lhPeTiGLWYM6IbpY=" - }, { "pname": "runtime.unix.System.Diagnostics.Debug", "version": "4.3.0", @@ -599,11 +559,6 @@ "version": "4.3.0", "hash": "sha256-pHJ+I6i16MV6m77uhTC6GPY6jWGReE3SSP3fVB59ti0=" }, - { - "pname": "runtime.unix.System.Net.Sockets", - "version": "4.3.0", - "hash": "sha256-IvgOeA2JuBjKl5yAVGjPYMPDzs9phb3KANs95H9v1w4=" - }, { "pname": "runtime.unix.System.Private.Uri", "version": "4.3.0", @@ -626,8 +581,8 @@ }, { "pname": "Serilog", - "version": "4.3.0", - "hash": "sha256-jyIy4BjsyFXge3aO4GRFAdnX4/rz1MHfBkBDIpCDsTw=" + "version": "4.3.1", + "hash": "sha256-TY+GaQYnyDfOGl0gi67xDyUMOuV/mjz8BU66/UsmStI=" }, { "pname": "Serilog.Extensions.Hosting", @@ -676,8 +631,8 @@ }, { "pname": "Spectre.Console.Cli.Extensions.DependencyInjection", - "version": "0.17.0", - "hash": "sha256-0y5mJ3CGW2AFqbOFs0TFkbl4mKsYi8c65HO/SkcZeLI=" + "version": "0.23.0", + "hash": "sha256-L1Mju6y365I1iC66lKX7usSQWrRMiz2UnYxo9HDW5Nw=" }, { "pname": "Sprache", @@ -694,11 +649,6 @@ "version": "1.2.0.556", "hash": "sha256-aVop7a9r+X2RsZETgngBm3qQPEIiPBWgHzicGSTEymc=" }, - { - "pname": "System.AppContext", - "version": "4.3.0", - "hash": "sha256-yg95LNQOwFlA1tWxXdQkVyJqT4AnoDc+ACmrNvzGiZg=" - }, { "pname": "System.Buffers", "version": "4.3.0", @@ -719,11 +669,6 @@ "version": "4.3.0", "hash": "sha256-KMY5DfJnDeIsa13DpqvyN8NkReZEMAFnlmNglVoFIXI=" }, - { - "pname": "System.Console", - "version": "4.3.0", - "hash": "sha256-Xh3PPBZr0pDbDaK8AEHbdGz7ePK6Yi1ZyRWI1JM6mbo=" - }, { "pname": "System.Diagnostics.Debug", "version": "4.3.0", @@ -744,11 +689,6 @@ "version": "8.0.1", "hash": "sha256-zvqd72pwgcGoa1nH3ZT1C0mP9k53vFLJ69r5MCQ1saA=" }, - { - "pname": "System.Diagnostics.Tools", - "version": "4.3.0", - "hash": "sha256-gVOv1SK6Ape0FQhCVlNOd9cvQKBvMxRX9K0JPVi8w0Y=" - }, { "pname": "System.Diagnostics.Tracing", "version": "4.3.0", @@ -756,8 +696,8 @@ }, { "pname": "System.Formats.Asn1", - "version": "9.0.10", - "hash": "sha256-hPvY9hKsDEbNyyzaaMImebYTQWLWD/AOjtru+a4NsIc=" + "version": "9.0.13", + "hash": "sha256-W3wM2gpIlO9+a8baWfXCd7WCLFVDT8HfeD6llOnzcGg=" }, { "pname": "System.Globalization", @@ -779,16 +719,6 @@ "version": "4.3.0", "hash": "sha256-ruynQHekFP5wPrDiVyhNiRIXeZ/I9NpjK5pU+HPDiRY=" }, - { - "pname": "System.IO.Compression", - "version": "4.3.0", - "hash": "sha256-f5PrQlQgj5Xj2ZnHxXW8XiOivaBvfqDao9Sb6AVinyA=" - }, - { - "pname": "System.IO.Compression.ZipFile", - "version": "4.3.0", - "hash": "sha256-WQl+JgWs+GaRMeiahTFUbrhlXIHapzcpTFXbRvAtvvs=" - }, { "pname": "System.IO.FileSystem", "version": "4.3.0", @@ -806,19 +736,14 @@ }, { "pname": "System.IO.Pipelines", - "version": "9.0.10", - "hash": "sha256-Hu4g9QfEzNW71/zX0vP+Knqu6WizhSzWASy1cxANOr0=" + "version": "9.0.13", + "hash": "sha256-H+gSDkfpmtJ/Ckltlw5DGoPvaYR5vL/R+rHMlQ7Qod0=" }, { "pname": "System.Linq", "version": "4.3.0", "hash": "sha256-R5uiSL3l6a3XrXSSL6jz+q/PcyVQzEAByiuXZNSqD/A=" }, - { - "pname": "System.Linq.Expressions", - "version": "4.3.0", - "hash": "sha256-+3pvhZY7rip8HCbfdULzjlC9FPZFpYoQxhkcuFm2wk8=" - }, { "pname": "System.Memory", "version": "4.6.3", @@ -829,26 +754,11 @@ "version": "4.3.4", "hash": "sha256-FMoU0K7nlPLxoDju0NL21Wjlga9GpnAoQjsFhFYYt00=" }, - { - "pname": "System.Net.NameResolution", - "version": "4.3.0", - "hash": "sha256-eGZwCBExWsnirWBHyp2sSSSXp6g7I6v53qNmwPgtJ5c=" - }, { "pname": "System.Net.Primitives", "version": "4.3.0", "hash": "sha256-MY7Z6vOtFMbEKaLW9nOSZeAjcWpwCtdO7/W1mkGZBzE=" }, - { - "pname": "System.Net.Sockets", - "version": "4.3.0", - "hash": "sha256-il7dr5VT/QWDg/0cuh+4Es2u8LY//+qqiY9BZmYxSus=" - }, - { - "pname": "System.ObjectModel", - "version": "4.3.0", - "hash": "sha256-gtmRkWP2Kwr3nHtDh0yYtce38z1wrGzb6fjm4v8wN6Q=" - }, { "pname": "System.Private.Uri", "version": "4.3.2", @@ -864,36 +774,11 @@ "version": "4.3.0", "hash": "sha256-NQSZRpZLvtPWDlvmMIdGxcVuyUnw92ZURo0hXsEshXY=" }, - { - "pname": "System.Reflection.Emit", - "version": "4.3.0", - "hash": "sha256-5LhkDmhy2FkSxulXR+bsTtMzdU3VyyuZzsxp7/DwyIU=" - }, - { - "pname": "System.Reflection.Emit.ILGeneration", - "version": "4.3.0", - "hash": "sha256-mKRknEHNls4gkRwrEgi39B+vSaAz/Gt3IALtS98xNnA=" - }, - { - "pname": "System.Reflection.Emit.Lightweight", - "version": "4.3.0", - "hash": "sha256-rKx4a9yZKcajloSZHr4CKTVJ6Vjh95ni+zszPxWjh2I=" - }, - { - "pname": "System.Reflection.Extensions", - "version": "4.3.0", - "hash": "sha256-mMOCYzUenjd4rWIfq7zIX9PFYk/daUyF0A8l1hbydAk=" - }, { "pname": "System.Reflection.Primitives", "version": "4.3.0", "hash": "sha256-5ogwWB4vlQTl3jjk1xjniG2ozbFIjZTL9ug0usZQuBM=" }, - { - "pname": "System.Reflection.TypeExtensions", - "version": "4.3.0", - "hash": "sha256-4U4/XNQAnddgQIHIJq3P2T80hN0oPdU2uCeghsDTWng=" - }, { "pname": "System.Resources.ResourceManager", "version": "4.3.0", @@ -924,11 +809,6 @@ "version": "4.3.0", "hash": "sha256-8sDH+WUJfCR+7e4nfpftj/+lstEiZixWUBueR2zmHgI=" }, - { - "pname": "System.Runtime.InteropServices.RuntimeInformation", - "version": "4.3.0", - "hash": "sha256-MYpl6/ZyC6hjmzWRIe+iDoldOMW1mfbwXsduAnXIKGA=" - }, { "pname": "System.Runtime.Loader", "version": "4.3.0", @@ -944,11 +824,6 @@ "version": "5.0.0", "hash": "sha256-ueSG+Yn82evxyGBnE49N4D+ngODDXgornlBtQ3Omw54=" }, - { - "pname": "System.Security.Claims", - "version": "4.3.0", - "hash": "sha256-Fua/rDwAqq4UByRVomAxMPmDBGd5eImRqHVQIeSxbks=" - }, { "pname": "System.Security.Cryptography.Algorithms", "version": "4.3.0", @@ -976,8 +851,8 @@ }, { "pname": "System.Security.Cryptography.Pkcs", - "version": "9.0.6", - "hash": "sha256-+Q7vAp+uOf/aqldFvsZuXw/0UHXtfFdNRMpqCZ1/Hwo=" + "version": "8.0.1", + "hash": "sha256-KMNIkJ3yQ/5O6WIhPjyAIarsvIMhkp26A6aby5KkneU=" }, { "pname": "System.Security.Cryptography.Primitives", @@ -986,24 +861,14 @@ }, { "pname": "System.Security.Cryptography.ProtectedData", - "version": "9.0.6", - "hash": "sha256-WMa3KDeFuOLyIZduYd+9PCyx7usJMRu/q2x3eOw9MAQ=" + "version": "8.0.0", + "hash": "sha256-fb0pa9sQxN+mr0vnXg1Igbx49CaOqS+GDkTfWNboUvs=" }, { "pname": "System.Security.Cryptography.X509Certificates", "version": "4.3.0", "hash": "sha256-MG3V/owDh273GCUPsGGraNwaVpcydupl3EtPXj6TVG0=" }, - { - "pname": "System.Security.Principal", - "version": "4.3.0", - "hash": "sha256-rjudVUHdo8pNJg2EVEn0XxxwNo5h2EaYo+QboPkXlYk=" - }, - { - "pname": "System.Security.Principal.Windows", - "version": "4.3.0", - "hash": "sha256-mbdLVUcEwe78p3ZnB6jYsizNEqxMaCAWI3tEQNhRQAE=" - }, { "pname": "System.Security.Principal.Windows", "version": "5.0.0", @@ -1021,18 +886,13 @@ }, { "pname": "System.Text.Encodings.Web", - "version": "9.0.10", - "hash": "sha256-rTef4Wzfcjzx+ZToxTN6VfalIjnpU74TOCmOsIx08hY=" + "version": "9.0.13", + "hash": "sha256-3WxKubF0qScHiHHr1ZKzBRNH178hELgCZKgcXlk95pM=" }, { "pname": "System.Text.Json", - "version": "9.0.10", - "hash": "sha256-wqeobpRw3PqOw21q8oGvauj5BkX1pS02Cm78E6c742w=" - }, - { - "pname": "System.Text.RegularExpressions", - "version": "4.3.0", - "hash": "sha256-VLCk1D1kcN2wbAe3d0YQM/PqCsPHOuqlBY1yd2Yo+K0=" + "version": "9.0.13", + "hash": "sha256-73jwodov8axUsbDpO1XQOPHYp5M5/aU0/5oN5pjk3IQ=" }, { "pname": "System.Text.RegularExpressions", @@ -1046,8 +906,8 @@ }, { "pname": "System.Threading.Channels", - "version": "9.0.10", - "hash": "sha256-1SSATu8rInAryjFE98mInmAfrPQ48KixeqqAjn4xp64=" + "version": "9.0.13", + "hash": "sha256-TQtd01UYFG2VtsidaIKrmEyDqFwbsQ5YzMmBBSCa5k4=" }, { "pname": "System.Threading.Tasks", @@ -1064,30 +924,10 @@ "version": "4.6.3", "hash": "sha256-GrySx1F6Ah6tfnnQt/PHC+dbzg+sfP47OOFX0yJF/xo=" }, - { - "pname": "System.Threading.ThreadPool", - "version": "4.3.0", - "hash": "sha256-wW0QdvssRoaOfQLazTGSnwYTurE4R8FxDx70pYkL+gg=" - }, - { - "pname": "System.Threading.Timer", - "version": "4.3.0", - "hash": "sha256-pmhslmhQhP32TWbBzoITLZ4BoORBqYk25OWbru04p9s=" - }, - { - "pname": "System.Xml.ReaderWriter", - "version": "4.3.0", - "hash": "sha256-QQ8KgU0lu4F5Unh+TbechO//zaAGZ4MfgvW72Cn1hzA=" - }, - { - "pname": "System.Xml.XDocument", - "version": "4.3.0", - "hash": "sha256-rWtdcmcuElNOSzCehflyKwHkDRpiOhJJs8CeQ0l1CCI=" - }, { "pname": "Tomlyn.Signed", - "version": "0.19.0", - "hash": "sha256-nOlE1a3wj0LN0IlCgxrdtyx9z/TUYJZEgiLm38N7iZU=" + "version": "0.20.0", + "hash": "sha256-DauHKKONVXrDCgrC/Gq9uFMBJerrZqubB/JxWcOBR8g=" }, { "pname": "Validation", @@ -1101,7 +941,7 @@ }, { "pname": "YamlDotNet", - "version": "15.3.0", - "hash": "sha256-2rdemzEc4cGKfmYRTRfT0HXjllRs22qXac+UE400klU=" + "version": "16.3.0", + "hash": "sha256-4Gi8wSQ8Rsi/3+LyegJr//A83nxn2fN8LN1wvSSp39Q=" } ] diff --git a/pkgs/by-name/sb/sbom-tool/package.nix b/pkgs/by-name/sb/sbom-tool/package.nix index 0cd0a358361c..821c6d619518 100644 --- a/pkgs/by-name/sb/sbom-tool/package.nix +++ b/pkgs/by-name/sb/sbom-tool/package.nix @@ -9,13 +9,13 @@ buildDotnetModule rec { pname = "sbom-tool"; - version = "4.1.9"; + version = "4.1.10"; src = fetchFromGitHub { owner = "microsoft"; repo = "sbom-tool"; tag = "v${version}"; - hash = "sha256-Jm/gWHlEr+Sowh657jLAp50uvR60dMbONJQSKEDe9Ow="; + hash = "sha256-JK5uQ2ZdfHD99ulH9rNywUJtcl1Tr5UW5QOFpPhZ0R0="; }; projectFile = "src/Microsoft.Sbom.Tool/Microsoft.Sbom.Tool.csproj"; From 401852981cc063faebcdc228452f58ea3e716794 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 18:06:00 +0000 Subject: [PATCH 59/90] lisette: 0.1.9 -> 0.1.17 --- pkgs/by-name/li/lisette/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/lisette/package.nix b/pkgs/by-name/li/lisette/package.nix index f1831e26b189..555bf015d763 100644 --- a/pkgs/by-name/li/lisette/package.nix +++ b/pkgs/by-name/li/lisette/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "lisette"; - version = "0.1.9"; + version = "0.1.17"; src = fetchFromGitHub { owner = "ivov"; repo = "lisette"; tag = "lisette-v${finalAttrs.version}"; - hash = "sha256-9fjnYYoW3wwoJ+YV89dThSlWljNG6Jaa51PMc5DqtFI="; + hash = "sha256-PzQQd5tgn3g+Gq0qVe8p9FSbIIpR178fDXvGcwmdcvU="; }; - cargoHash = "sha256-XOMr8oDV82BgXfLc8oHqm8WAvmEHJjFGVmprxvso1cE="; + cargoHash = "sha256-3g8Vqr2PydVvp1k7E2fJGrDc1n5OjSQ7Ksl/UKEwWns="; preCheck = '' export NO_COLOR=true From 26e04875945079803409df348b046be141adc129 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 18:24:24 +0000 Subject: [PATCH 60/90] zwave-js-ui: 11.16.0 -> 11.16.1 --- pkgs/by-name/zw/zwave-js-ui/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/zw/zwave-js-ui/package.nix b/pkgs/by-name/zw/zwave-js-ui/package.nix index b3ee628cc86a..560fdd9569ed 100644 --- a/pkgs/by-name/zw/zwave-js-ui/package.nix +++ b/pkgs/by-name/zw/zwave-js-ui/package.nix @@ -7,15 +7,15 @@ buildNpmPackage rec { pname = "zwave-js-ui"; - version = "11.16.0"; + version = "11.16.1"; src = fetchFromGitHub { owner = "zwave-js"; repo = "zwave-js-ui"; tag = "v${version}"; - hash = "sha256-6pPC500ZQmtCC3ATiWD79DTh5cagdqLoDwTHivHgfWg="; + hash = "sha256-GgKQN55WZxdOJxL11KxObzln+Z2KhYoueAld+nz7dl4="; }; - npmDepsHash = "sha256-Qeh5sk2aLWrsmMShE26jz7nzWg6YWcPeUNhTg3u411I="; + npmDepsHash = "sha256-Cp3EYWiyPx5ATD2LyKPSXw4PZ+oqfKHycc9zhn89r5w="; passthru.tests.zwave-js-ui = nixosTests.zwave-js-ui; From fee38913ae35bd3d90ec02ab10ce46bf16aba5f6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 18:43:56 +0000 Subject: [PATCH 61/90] namespace-cli: 0.0.499 -> 0.0.501 --- pkgs/by-name/na/namespace-cli/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/na/namespace-cli/package.nix b/pkgs/by-name/na/namespace-cli/package.nix index 95a6d017c147..c1dc4de8b421 100644 --- a/pkgs/by-name/na/namespace-cli/package.nix +++ b/pkgs/by-name/na/namespace-cli/package.nix @@ -6,13 +6,13 @@ buildGoModule (finalAttrs: { pname = "namespace-cli"; - version = "0.0.499"; + version = "0.0.501"; src = fetchFromGitHub { owner = "namespacelabs"; repo = "foundation"; rev = "v${finalAttrs.version}"; - hash = "sha256-LxN4QqgvmpHa7aJPFJU01BrULpiIVFQDilJXClVecOo="; + hash = "sha256-c4erbFjSZUVaekiI1/nQVe+Rg8k4CSneontLb3zZtLQ="; }; vendorHash = "sha256-TG0Y0hX/v7rgm1yo19zUt3aNrU65X4B7PVySaLeIk+o="; From 9d03cff4d13c89a9e39646f8329d06b9aadc34b7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 18:54:49 +0000 Subject: [PATCH 62/90] teip: 2.3.2 -> 2.3.3 --- pkgs/by-name/te/teip/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/te/teip/package.nix b/pkgs/by-name/te/teip/package.nix index a6b39783ca59..c413827e33f6 100644 --- a/pkgs/by-name/te/teip/package.nix +++ b/pkgs/by-name/te/teip/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "teip"; - version = "2.3.2"; + version = "2.3.3"; src = fetchFromGitHub { owner = "greymd"; repo = "teip"; rev = "v${finalAttrs.version}"; - hash = "sha256-Lr4nlAM2mEKwF3HXso/6FQEKoQK43xxLMgOU7j7orYg="; + hash = "sha256-isdp0EbHsge5vn4h1rKH2LCLFGp33BXew4SU48QKz7g="; }; - cargoHash = "sha256-FFv/Msx6fXRJuRH8hjhBgc7XCg5EKWantNKQHwXpa4o="; + cargoHash = "sha256-YEgLNfES9ffxwz+mR+fjDONa2M0JxvKtmoYBORDaY8w="; nativeBuildInputs = [ installShellFiles ]; From 79e19245cc9705d0edaae7dad47049a64e44fe03 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 18:56:46 +0000 Subject: [PATCH 63/90] syft: 1.42.4 -> 1.43.0 --- pkgs/by-name/sy/syft/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sy/syft/package.nix b/pkgs/by-name/sy/syft/package.nix index e13abcab8684..4bc0780f4b42 100644 --- a/pkgs/by-name/sy/syft/package.nix +++ b/pkgs/by-name/sy/syft/package.nix @@ -8,13 +8,13 @@ buildGoModule (finalAttrs: { pname = "syft"; - version = "1.42.4"; + version = "1.43.0"; src = fetchFromGitHub { owner = "anchore"; repo = "syft"; tag = "v${finalAttrs.version}"; - hash = "sha256-RIPdH3XT4jruT2a3cU0GsR2PeExVuVAHeN2Za1E7Gyg="; + hash = "sha256-JWcJn8NU9GfTJDKFedop5UuLq/SqFFdM26F7yhkcQyM="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true; @@ -29,7 +29,7 @@ buildGoModule (finalAttrs: { # hash mismatch with darwin proxyVendor = true; - vendorHash = "sha256-4S9U4nZxCckp+kbRRsSLCIbLJ9E98X1ELtkAYCMAG0k="; + vendorHash = "sha256-k3+fbwMJnz6bsI9pHbExgww4QYQlYslF8iZjM+Ik/4o="; nativeBuildInputs = [ installShellFiles ]; From 2fefe0349e77a447d48877e984ded96b181e4f2d Mon Sep 17 00:00:00 2001 From: emilylange Date: Wed, 22 Apr 2026 21:11:59 +0200 Subject: [PATCH 64/90] chromium,chromedriver: 147.0.7727.101 -> 147.0.7727.116 https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_22.html --- .../networking/browsers/chromium/info.json | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pkgs/applications/networking/browsers/chromium/info.json b/pkgs/applications/networking/browsers/chromium/info.json index 7ffddba320fc..ecd9ede45182 100644 --- a/pkgs/applications/networking/browsers/chromium/info.json +++ b/pkgs/applications/networking/browsers/chromium/info.json @@ -1,15 +1,15 @@ { "chromium": { - "version": "147.0.7727.101", + "version": "147.0.7727.116", "chromedriver": { - "version": "147.0.7727.102", - "hash_darwin": "sha256-OI5e9h2sxF5BtStqxCFQaOZWgZusw/BzjuqSUKPIL2Y=", - "hash_darwin_aarch64": "sha256-uE7rgMAZrk4kyafAGqIZa2z/CgLcnqhptkcSXUvBQZc=" + "version": "147.0.7727.117", + "hash_darwin": "sha256-FiP2cEz2DVnpZpqC4mrIPKeyP45nEvGhwuokfz/KUCQ=", + "hash_darwin_aarch64": "sha256-RckHAtsSLwh2IfT4Re/3pkUxvL8PwzfG8OtUHF1G0lU=" }, "deps": { "depot_tools": { - "rev": "b9d2b54daea64fa757df5ba737e611b691dc6201", - "hash": "sha256-GKm6qIrlXLTBvlY+BcXFEL4hR5T63sXUkP0i1vATCAc=" + "rev": "f16c2eb7bfe77c7354a75ac2460bdd18ac2f59d2", + "hash": "sha256-VnmcmfAZq2sIFvPXaV3BtAjzDDPB6/h5Jz68qB124bE=" }, "gn": { "version": "0-unstable-2026-03-05", @@ -21,8 +21,8 @@ "DEPS": { "src": { "url": "https://chromium.googlesource.com/chromium/src.git", - "rev": "56536d2a8034c51b0e68e1a0483ab9f1a0165ae3", - "hash": "sha256-94TMvPkcWm+IEVYwTh+m1ys5du75bvJcc1RpkSKpAwc=", + "rev": "dbcf1b1bfb506cc580859bcb5ff9460a8443af90", + "hash": "sha256-pcrElIGFOcPQjJUF1ceHMRjS3YLjbTa9cM3Qg/G3u6I=", "recompress": true }, "src/third_party/clang-format/script": { @@ -92,8 +92,8 @@ }, "src/third_party/angle": { "url": "https://chromium.googlesource.com/angle/angle.git", - "rev": "cbc4f074126e6f1acf72ad620a28cd4a8dd86f2a", - "hash": "sha256-MUgLUj2L0vmpAoxt/TJy1clsJfvYkQqe3Xm2+e4Y6tw=" + "rev": "82ab43bfda5a3f59e1876fd3c828f047c689bc12", + "hash": "sha256-6WjecQRoyCLUoSbqDMpmsJ5tZazPF171KWnjxxK8hd4=" }, "src/third_party/angle/third_party/glmark2/src": { "url": "https://chromium.googlesource.com/external/github.com/glmark2/glmark2", @@ -132,8 +132,8 @@ }, "src/third_party/dawn": { "url": "https://dawn.googlesource.com/dawn.git", - "rev": "2c681aed02b0add6bcf6724175660c4b35ece843", - "hash": "sha256-io3X9zu6tHgqJGXjygUXMa98rXELRNl6Y330U2nRc/M=" + "rev": "ff7b4f6c5d964879b5f4356ef6e732adeed2f627", + "hash": "sha256-pURclm6gi0am32tohZTB4iT2BWa55uRBJNRVW0gjDcY=" }, "src/third_party/dawn/third_party/glfw": { "url": "https://chromium.googlesource.com/external/github.com/glfw/glfw", @@ -262,8 +262,8 @@ }, "src/third_party/devtools-frontend/src": { "url": "https://chromium.googlesource.com/devtools/devtools-frontend", - "rev": "82a48c1595e5aefc899ed4528dbd7da0ac9e40e2", - "hash": "sha256-nlpFDS04LenRcQqnCkSdX/cUoC/gJcHaGUq+zrrkLSY=" + "rev": "854a02be78c7ffea104cb523636efa991bef5c5b", + "hash": "sha256-CzzUueh2QXX+ExGqh5+JpnDoWF8DiFDff7fWmC01xfg=" }, "src/third_party/dom_distiller_js/dist": { "url": "https://chromium.googlesource.com/chromium/dom-distiller/dist.git", @@ -792,8 +792,8 @@ }, "src/third_party/webrtc": { "url": "https://webrtc.googlesource.com/src.git", - "rev": "9179833d210d105aede5d4ec516734a6bd1ef2e8", - "hash": "sha256-DuHZimj7Zbx0QGH2ZrdGiSJg2PTwZUipyY06ZWr2fxg=" + "rev": "997079137283f693a0fac6a5350ae7f6f2cf3b59", + "hash": "sha256-SOV9YS8Dk1HFCo00Qe6zttJOP0PEBS4B6Ah79OXmTew=" }, "src/third_party/wuffs/src": { "url": "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git", @@ -822,8 +822,8 @@ }, "src/v8": { "url": "https://chromium.googlesource.com/v8/v8.git", - "rev": "c207e34c08865143dc6774c1c624f3cea07f7420", - "hash": "sha256-5rc28tPK9mOJDO3HA3F1ZgsRQmWXhoLZGeKTzxWSISw=" + "rev": "9b21082faf16a5f029a4316272c9a627d8b33eb4", + "hash": "sha256-dT1f9Df1K1ZLp346Tpqn6Lkq2HDYWWQIAuhqXMIIydk=" } } }, From 677b314e5662f19d91bff40550b19193cb7a7f21 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 19:20:02 +0000 Subject: [PATCH 65/90] pscale: 0.281.0 -> 0.282.0 --- pkgs/by-name/ps/pscale/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ps/pscale/package.nix b/pkgs/by-name/ps/pscale/package.nix index 29b9da36951f..23367cc65a96 100644 --- a/pkgs/by-name/ps/pscale/package.nix +++ b/pkgs/by-name/ps/pscale/package.nix @@ -10,13 +10,13 @@ buildGoModule (finalAttrs: { pname = "pscale"; - version = "0.281.0"; + version = "0.282.0"; src = fetchFromGitHub { owner = "planetscale"; repo = "cli"; rev = "v${finalAttrs.version}"; - sha256 = "sha256-bs5WSFBSG1fV62vutqiy0uoKKOsvIQlyMAehO95AwQ8="; + sha256 = "sha256-qCbdsSu4XTMbinW87AUO6y125nHhsD+dQ0JioMXIqVM="; }; vendorHash = "sha256-+XZRC6Q2Qc1Oc4fn6SsLNqDvZTvgK6HDFESrmvxKzGo="; From 78b3f6cad46e2d8416d707bb75b96771ef2edeac Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 19:23:57 +0000 Subject: [PATCH 66/90] saunafs: 5.8.0 -> 5.9.0 --- pkgs/by-name/sa/saunafs/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sa/saunafs/package.nix b/pkgs/by-name/sa/saunafs/package.nix index 6f2cb164dc1b..020242d73383 100644 --- a/pkgs/by-name/sa/saunafs/package.nix +++ b/pkgs/by-name/sa/saunafs/package.nix @@ -23,13 +23,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "saunafs"; - version = "5.8.0"; + version = "5.9.0"; src = fetchFromGitHub { owner = "leil-io"; repo = "saunafs"; rev = "v${finalAttrs.version}"; - hash = "sha256-XXv+gCjRoMrufpRKDGmwuZUTAVioZXb7mTEKlZ2SuAk="; + hash = "sha256-OMUW5JJziW3C9R5gsnFTGnxwmVoXRTtu4aIlXfnVdME="; }; patches = [ From e0f6fe7670ad41594da2b64fc8414eb424d11d09 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 19:39:04 +0000 Subject: [PATCH 67/90] ocm: 1.0.13 -> 1.0.14 --- pkgs/by-name/oc/ocm/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/oc/ocm/package.nix b/pkgs/by-name/oc/ocm/package.nix index 23040994bb0b..c71b6006666d 100644 --- a/pkgs/by-name/oc/ocm/package.nix +++ b/pkgs/by-name/oc/ocm/package.nix @@ -10,16 +10,16 @@ buildGoModule (finalAttrs: { pname = "ocm"; - version = "1.0.13"; + version = "1.0.14"; src = fetchFromGitHub { owner = "openshift-online"; repo = "ocm-cli"; rev = "v${finalAttrs.version}"; - sha256 = "sha256-5dMq7fH3d9ThTAD3wo3IvkMoqwvnIjao3S4I1kaCdPQ="; + sha256 = "sha256-Y3iaGIZHGaIB0vlN7qs0WQ6biCMX5YF4HHrBaA6+Amo="; }; - vendorHash = "sha256-jk9w5ZOqotyVWtTanG0gUHZAGnxYT4vBk7IJLpgB8GE="; + vendorHash = "sha256-nR/TRJPhbpmFTzRu1uByqzzh7d1TB/zRoW0BuAbrIeA="; # Strip the final binary. ldflags = [ From 2249b29368ece79b875fd4e0dc9728ddc95fc0b0 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Wed, 22 Apr 2026 21:39:38 +0200 Subject: [PATCH 68/90] gpredict: drop markuskowa as maintainer --- pkgs/by-name/gp/gpredict/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/gp/gpredict/package.nix b/pkgs/by-name/gp/gpredict/package.nix index c44036ffd038..bf2811325998 100644 --- a/pkgs/by-name/gp/gpredict/package.nix +++ b/pkgs/by-name/gp/gpredict/package.nix @@ -76,7 +76,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.linux; homepage = "http://gpredict.oz9aec.net/"; maintainers = with lib.maintainers; [ - markuskowa cmcdragonkai pandapip1 ]; From 5907e1cb79619b90761d9d4f0196026d918e8e37 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Wed, 22 Apr 2026 21:40:27 +0200 Subject: [PATCH 69/90] qgit: drop markuskowa as maintainer --- pkgs/by-name/qg/qgit/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/qg/qgit/package.nix b/pkgs/by-name/qg/qgit/package.nix index e01cf9c46780..9cb602fe6834 100644 --- a/pkgs/by-name/qg/qgit/package.nix +++ b/pkgs/by-name/qg/qgit/package.nix @@ -33,7 +33,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Graphical front-end to Git"; maintainers = with lib.maintainers; [ peterhoeg - markuskowa ]; inherit (qt6.qtbase.meta) platforms; mainProgram = "qgit"; From c3cb00ef4e83d2145541f9b6c70cc4da298cdd2f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 19:42:36 +0000 Subject: [PATCH 70/90] libretro.mame: 0-unstable-2026-04-08 -> 0-unstable-2026-04-21 --- pkgs/applications/emulators/libretro/cores/mame.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame.nix b/pkgs/applications/emulators/libretro/cores/mame.nix index 22ee3ef17097..fc2ee5a8284e 100644 --- a/pkgs/applications/emulators/libretro/cores/mame.nix +++ b/pkgs/applications/emulators/libretro/cores/mame.nix @@ -9,13 +9,13 @@ }: mkLibretroCore { core = "mame"; - version = "0-unstable-2026-04-08"; + version = "0-unstable-2026-04-21"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "a891bc3b98c5a9f00848c953c8768007c6d339cb"; - hash = "sha256-u8vmZY9097h66bsZ71qoq+D+sZDkkgLukEayYVK7UI4="; + rev = "18d4628347a2475ba2f34e6bdc4eca81ba38b5f6"; + hash = "sha256-0shdiEw9OFGbgnl2aIwOy5gMb9xjTfTQKFEFEAEbP9Y="; fetchSubmodules = true; }; From a5ce0f3b2fc52535179a784e53b5eeb95a77dc98 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 22 Apr 2026 22:48:22 +0300 Subject: [PATCH 71/90] Revert "qmk-udev-rules: 0.27.13 -> 0.1.20" --- pkgs/by-name/qm/qmk-udev-rules/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/qm/qmk-udev-rules/package.nix b/pkgs/by-name/qm/qmk-udev-rules/package.nix index dd9e920069a7..a724a0e1daf0 100644 --- a/pkgs/by-name/qm/qmk-udev-rules/package.nix +++ b/pkgs/by-name/qm/qmk-udev-rules/package.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "qmk-udev-rules"; - version = "0.1.20"; + version = "0.27.13"; src = fetchFromGitHub { owner = "qmk"; - repo = "qmk_udev"; - tag = "v${finalAttrs.version}"; - hash = "sha256-sxwvyMniEXTnmHEs8ldsBjwReKUT5FlqYxcUULV0cpI="; + repo = "qmk_firmware"; + tag = finalAttrs.version; + hash = "sha256-Zs508OQ0RYCg0f9wqR+VXUmVvhP/jCA3piwRq2ZpR84="; }; dontBuild = true; @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: { installPhase = '' runHook preInstall - install -D 50-qmk.rules $out/lib/udev/rules.d/50-qmk.rules + install -D util/udev/50-qmk.rules $out/lib/udev/rules.d/50-qmk.rules runHook postInstall ''; From 9d63807c597ff651ba45fa4d530f7c9d8fcfa2e4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 19:58:18 +0000 Subject: [PATCH 72/90] hubble: 1.18.6 -> 1.19.3 --- pkgs/by-name/hu/hubble/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/hu/hubble/package.nix b/pkgs/by-name/hu/hubble/package.nix index e42476c56892..f78497cd86fd 100644 --- a/pkgs/by-name/hu/hubble/package.nix +++ b/pkgs/by-name/hu/hubble/package.nix @@ -9,13 +9,13 @@ buildGoModule rec { pname = "hubble"; - version = "1.18.6"; + version = "1.19.3"; src = fetchFromGitHub { owner = "cilium"; repo = "hubble"; tag = "v${version}"; - hash = "sha256-I/+QE+HY+dU4ZIj/8vP7Ij/eInSn1pxuTNDghIsVXt0="; + hash = "sha256-aqHFSb0q3WyBP8uPfA02vWKvMCiO9n4MYOL4o/twlIE="; }; nativeBuildInputs = [ From 456e8b15020215f91bc5c6c42438642198bfbbad Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Wed, 22 Apr 2026 21:40:49 +0200 Subject: [PATCH 73/90] snapper: drop markuskowa as maintainer --- pkgs/by-name/sn/snapper/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sn/snapper/package.nix b/pkgs/by-name/sn/snapper/package.nix index 6ba1469b2ca1..7230dae389b1 100644 --- a/pkgs/by-name/sn/snapper/package.nix +++ b/pkgs/by-name/sn/snapper/package.nix @@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://snapper.io"; license = lib.licenses.gpl2Only; mainProgram = "snapper"; - maintainers = with lib.maintainers; [ markuskowa ]; + maintainers = [ ]; platforms = lib.platforms.linux; }; }) From cd5915a4547ee428a42158632066498e739b1d17 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Wed, 22 Apr 2026 21:41:09 +0200 Subject: [PATCH 74/90] texmaker: drop markuskowa as maintainer --- pkgs/by-name/te/texmaker/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/te/texmaker/package.nix b/pkgs/by-name/te/texmaker/package.nix index 48dcf789d60e..4df5ba4a9a23 100644 --- a/pkgs/by-name/te/texmaker/package.nix +++ b/pkgs/by-name/te/texmaker/package.nix @@ -55,7 +55,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ cfouche - markuskowa ]; mainProgram = "texmaker"; }; From ea1840258daedfed1ec01d2c52262abfffec3be5 Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Wed, 22 Apr 2026 16:17:20 -0400 Subject: [PATCH 75/90] ovn: 26.03.0 -> 26.03.1 Changelog: https://github.com/ovn-org/ovn/blob/refs/tags/v26.03.1/NEWS --- pkgs/by-name/ov/ovn/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ov/ovn/package.nix b/pkgs/by-name/ov/ovn/package.nix index 6dc27221e7ed..8ff18df03655 100644 --- a/pkgs/by-name/ov/ovn/package.nix +++ b/pkgs/by-name/ov/ovn/package.nix @@ -30,13 +30,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "ovn"; - version = "26.03.0"; + version = "26.03.1"; src = fetchFromGitHub { owner = "ovn-org"; repo = "ovn"; tag = "v${finalAttrs.version}"; - hash = "sha256-jw9SRDu2QqgMqApwTYcZUwNAq60LISb7OJJLDS46bJE="; + hash = "sha256-m2YEFyIBrXUo4mxdDJ9bgVeWUxefi9muJ9iGtnq3bgs="; fetchSubmodules = true; }; From db5eb29070d2076c8948deef16ee055c1e78f26c Mon Sep 17 00:00:00 2001 From: rojfc Date: Wed, 22 Apr 2026 23:17:52 +0300 Subject: [PATCH 76/90] nixos/open-webui: fix env configuration url --- nixos/modules/services/misc/open-webui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/open-webui.nix b/nixos/modules/services/misc/open-webui.nix index bce6d68047f8..94e2db3a1f98 100644 --- a/nixos/modules/services/misc/open-webui.nix +++ b/nixos/modules/services/misc/open-webui.nix @@ -56,7 +56,7 @@ in ''; description = '' Extra environment variables for Open-WebUI. - For more details see + For more details see ''; }; From f7de8ec88d5615bab49a5adf58210188a37adbd6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 20:26:32 +0000 Subject: [PATCH 77/90] libretro.fbneo: 0-unstable-2026-04-14 -> 0-unstable-2026-04-21 --- pkgs/applications/emulators/libretro/cores/fbneo.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index 9c6d23f2df54..446ddad877a8 100644 --- a/pkgs/applications/emulators/libretro/cores/fbneo.nix +++ b/pkgs/applications/emulators/libretro/cores/fbneo.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fbneo"; - version = "0-unstable-2026-04-14"; + version = "0-unstable-2026-04-21"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "e869c6a2033b135e7fcbea4a50695e97755feae1"; - hash = "sha256-YIva50UWylsDmAaJZI85LCphrgjh7jDYQZkpAlQr1HM="; + rev = "5cd2221d04fef37ef2f99793acc100b445691612"; + hash = "sha256-uv7MKLlHzTWSeGd0SRCfF+4S+SiJeZny0OerU1MbWOI="; }; makefile = "Makefile"; From d285d1c341c08ced46c390c015b7e0676bea40f3 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 22 Apr 2026 22:39:58 +0200 Subject: [PATCH 78/90] json-sort: 0.1.1 -> 1.0.0 --- pkgs/by-name/js/json-sort/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/js/json-sort/package.nix b/pkgs/by-name/js/json-sort/package.nix index 2639120b95d1..db478f1c56d2 100644 --- a/pkgs/by-name/js/json-sort/package.nix +++ b/pkgs/by-name/js/json-sort/package.nix @@ -8,7 +8,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "json-sort"; - version = "0.1.1"; + version = "1.0.0"; __structuredAttrs = true; @@ -16,10 +16,10 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "drupol"; repo = "json-sort"; tag = finalAttrs.version; - hash = "sha256-U88bP1jVk5imwvSSxN16yaelzq1OhztgUA3MK4FbGnY="; + hash = "sha256-H6IjedwKVMUI8na7RbJjWRjNppq3j3+g63sUKsQ5BYQ="; }; - cargoHash = "sha256-jnuy00eE0/AaZXURjGRt7WPTLcVY4Hl45AuoR04gqRY="; + cargoHash = "sha256-LBMExTj855F+PpFpqcpxTyBR3eEEF235kTbd5CmSQWo="; dontUseCargoParallelTests = true; From a93139b84f94798a151a0be7b4bda92c2bf45680 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 20:41:31 +0000 Subject: [PATCH 79/90] libretro.meteor: 0-unstable-2026-03-31 -> 0-unstable-2026-04-20 --- pkgs/applications/emulators/libretro/cores/meteor.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/meteor.nix b/pkgs/applications/emulators/libretro/cores/meteor.nix index 8dfadaf04525..29779b33bfaf 100644 --- a/pkgs/applications/emulators/libretro/cores/meteor.nix +++ b/pkgs/applications/emulators/libretro/cores/meteor.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "meteor"; - version = "0-unstable-2026-03-31"; + version = "0-unstable-2026-04-20"; src = fetchFromGitHub { owner = "libretro"; repo = "meteor-libretro"; - rev = "13ac21ccdb81c8a99fddebf5b29482f19194ec88"; - hash = "sha256-AUn8gTtlFaosKTlcmJCmwdDeEvXwRjkkvht+JXkM36U="; + rev = "77658235b09979850bb9f89298cfc6c6504f0e14"; + hash = "sha256-l/m8HmKnOt/zJ8V+IBqKYc2UZaRBQiaqkpzUPZnKOd0="; }; makefile = "Makefile"; From e061cad65197416fbcb6608706b3c9e753c8847e Mon Sep 17 00:00:00 2001 From: Sergei Volkov Date: Wed, 22 Apr 2026 22:55:58 +0200 Subject: [PATCH 80/90] qwen-code: remove taranarmo from maintainers --- pkgs/by-name/qw/qwen-code/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/qw/qwen-code/package.nix b/pkgs/by-name/qw/qwen-code/package.nix index 6829270cafb1..37e3baeaa9f9 100644 --- a/pkgs/by-name/qw/qwen-code/package.nix +++ b/pkgs/by-name/qw/qwen-code/package.nix @@ -115,7 +115,6 @@ buildNpmPackage (finalAttrs: { platforms = lib.platforms.all; maintainers = with lib.maintainers; [ lonerOrz - taranarmo ]; }; }) From 6c9382d7daba48382e60908fe657eea30ff5656b Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Wed, 22 Apr 2026 17:03:40 -0400 Subject: [PATCH 81/90] google-chrome: 147.0.7727.101 -> 147.0.7727.116 Changelog: https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_22.html --- pkgs/by-name/go/google-chrome/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/go/google-chrome/package.nix b/pkgs/by-name/go/google-chrome/package.nix index ff52f91f7ea6..72ab1cbfee21 100644 --- a/pkgs/by-name/go/google-chrome/package.nix +++ b/pkgs/by-name/go/google-chrome/package.nix @@ -184,11 +184,11 @@ let linux = stdenvNoCC.mkDerivation (finalAttrs: { inherit pname meta passthru; - version = "147.0.7727.101"; + version = "147.0.7727.116"; src = fetchurl { url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb"; - hash = "sha256-VU41cXkCB/JU2a1bXHGMQVF8ZK95Z7FBI6+k5yjPb80="; + hash = "sha256-f4lIdknIXTTv3yxvs754n6/a01h5xxWWOvnjwQcIPnw="; }; # With strictDeps on, some shebangs were not being patched correctly @@ -302,11 +302,11 @@ let darwin = stdenvNoCC.mkDerivation (finalAttrs: { inherit pname meta passthru; - version = "147.0.7727.102"; + version = "147.0.7727.117"; src = fetchurl { - url = "http://dl.google.com/release2/chrome/adh7lit4ohn55bd2cyoftxkjiixa_147.0.7727.102/GoogleChrome-147.0.7727.102.dmg"; - hash = "sha256-eslLqiI5DtExI1Hq31wYBNQGu4LktzeW/7Z+R/kPGzo="; + url = "http://dl.google.com/release2/chrome/hlfggraqploqe3bea7acbi5wei_147.0.7727.117/GoogleChrome-147.0.7727.117.dmg"; + hash = "sha256-GCdZAiqNSDcC6qgsJGS5renRrl3kLoH4X9VHX7aLXTw="; }; dontPatch = true; From e13ba8eaf22ff3abc78b3c379cc88ad0fdbdc077 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Wed, 22 Apr 2026 17:17:11 -0400 Subject: [PATCH 82/90] gh: 2.90.0 -> 2.91.0 Diff: https://github.com/cli/cli/compare/v2.90.0...v2.91.0 Changelog: https://github.com/cli/cli/releases/tag/v2.91.0 --- pkgs/by-name/gh/gh/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gh/gh/package.nix b/pkgs/by-name/gh/gh/package.nix index 00c28906fa9f..41e98d889ab8 100644 --- a/pkgs/by-name/gh/gh/package.nix +++ b/pkgs/by-name/gh/gh/package.nix @@ -10,16 +10,16 @@ buildGoModule (finalAttrs: { pname = "gh"; - version = "2.90.0"; + version = "2.91.0"; src = fetchFromGitHub { owner = "cli"; repo = "cli"; tag = "v${finalAttrs.version}"; - hash = "sha256-yVc4UvC+CsW+pP/BJRjcOGX7h8zO2M8yM0m57Mr89JY="; + hash = "sha256-2ggQd2sCybdtNGwiP7+GqB1CwZDNA/bDq24NC5btNFU="; }; - vendorHash = "sha256-hz6oMLTibnSLB11vEWsO0O5ZFGKYJaVce6POqINObnI="; + vendorHash = "sha256-4xZAcwn9/vUTkahIlqwyGb/2SYYGusdXY4nye8ldp/g="; nativeBuildInputs = [ installShellFiles ]; From cbb9553cfe8510af2bb9997307906b36f1d0ba0d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 21:18:33 +0000 Subject: [PATCH 83/90] deck: 1.57.3 -> 1.58.0 --- pkgs/by-name/de/deck/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/de/deck/package.nix b/pkgs/by-name/de/deck/package.nix index 105e7d99a2b6..bb08c83b7d15 100644 --- a/pkgs/by-name/de/deck/package.nix +++ b/pkgs/by-name/de/deck/package.nix @@ -9,13 +9,13 @@ buildGoModule (finalAttrs: { pname = "deck"; - version = "1.57.3"; + version = "1.58.0"; src = fetchFromGitHub { owner = "Kong"; repo = "deck"; tag = "v${finalAttrs.version}"; - hash = "sha256-z9piGj46smPRMLOhQNC4zlYj7CeVl9/6VXL0y9/fQwA="; + hash = "sha256-dNqG7R8iaV/XdefGAsx1trptWK8G6NIjj7dmSMG5tUI="; }; nativeBuildInputs = [ installShellFiles ]; @@ -28,7 +28,7 @@ buildGoModule (finalAttrs: { ]; proxyVendor = true; # darwin/linux hash mismatch - vendorHash = "sha256-z28b4gg3EgY0OUS/9KZ0Y69nNC2wXRrNQEOYrST9uiY="; + vendorHash = "sha256-b/eBY5VQJJGLxVDyCJclwbOpF0pgVCu+DKE/FoOyy4Q="; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd deck \ From 3b986f9281780f3a7616717da100056168ea6dcb Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 19 Apr 2026 16:51:21 +0200 Subject: [PATCH 84/90] haskellPackages.hs-opentelemetry-{exporter-handle,exporter-in-memory,instrumentation-{conduit,hspec,persistent,postgresql-simple,tasty,wai},utils-exceptions}: unbreak --- .../haskell-modules/configuration-common.nix | 15 ++++++++++ .../configuration-hackage2nix/broken.yaml | 9 ------ .../transitive-broken.yaml | 5 ---- .../haskell-modules/hackage-packages.nix | 29 ++----------------- 4 files changed, 17 insertions(+), 41 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 628fce06ed3e..ef0381a6c58b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2886,6 +2886,21 @@ with haskellLib; # Too strict bounds on hspec < 2.11 fuzzyset_0_2_4 = doJailbreak super.fuzzyset_0_2_4; + # The following all have too strict bounds on hs-opentelemtry-api < 0.3 + # https://github.com/iand675/hs-opentelemetry/issues/203 + hs-opentelemetry-exporter-handle = doJailbreak super.hs-opentelemetry-exporter-handle; + hs-opentelemetry-exporter-in-memory = doJailbreak super.hs-opentelemetry-exporter-in-memory; + hs-opentelemetry-instrumentation-cloudflare = doJailbreak super.hs-opentelemetry-instrumentation-cloudflare; + hs-opentelemetry-instrumentation-conduit = doJailbreak super.hs-opentelemetry-instrumentation-conduit; + hs-opentelemetry-instrumentation-hspec = doJailbreak super.hs-opentelemetry-instrumentation-hspec; + hs-opentelemetry-instrumentation-http-client = doJailbreak super.hs-opentelemetry-instrumentation-http-client; + hs-opentelemetry-instrumentation-persistent = doJailbreak super.hs-opentelemetry-instrumentation-persistent; + hs-opentelemetry-instrumentation-postgresql-simple = doJailbreak super.hs-opentelemetry-instrumentation-postgresql-simple; + hs-opentelemetry-instrumentation-tasty = doJailbreak super.hs-opentelemetry-instrumentation-tasty; + hs-opentelemetry-instrumentation-wai = doJailbreak super.hs-opentelemetry-instrumentation-wai; + hs-opentelemetry-instrumentation-yesod = doJailbreak super.hs-opentelemetry-instrumentation-yesod; + hs-opentelemetry-utils-exceptions = doJailbreak super.hs-opentelemetry-utils-exceptions; + html-charset = dontCheck super.html-charset; # bytestring <0.11.0, optparse-applicative <0.13.0 diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index a2d80067cf0d..91efaecae918 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -3010,16 +3010,7 @@ broken-packages: - hs-onnxruntime-capi # failure in job https://hydra.nixos.org/build/307519371 at 2025-09-19 - hs-openmoji-data # failure in job https://hydra.nixos.org/build/295094356 at 2025-04-22 - hs-opentelemetry-awsxray # failure in job https://hydra.nixos.org/build/295094396 at 2025-04-22 - - hs-opentelemetry-exporter-handle # failure in job https://hydra.nixos.org/build/311053149 at 2025-11-02 - - hs-opentelemetry-exporter-in-memory # failure in job https://hydra.nixos.org/build/311053165 at 2025-11-02 - hs-opentelemetry-instrumentation-auto # failure in job https://hydra.nixos.org/build/253678404 at 2024-03-31 - - hs-opentelemetry-instrumentation-conduit # failure in job https://hydra.nixos.org/build/311053155 at 2025-11-02 - - hs-opentelemetry-instrumentation-hspec # failure in job https://hydra.nixos.org/build/311053154 at 2025-11-02 - - hs-opentelemetry-instrumentation-persistent # failure in job https://hydra.nixos.org/build/311053162 at 2025-11-02 - - hs-opentelemetry-instrumentation-postgresql-simple # failure in job https://hydra.nixos.org/build/311053156 at 2025-11-02 - - hs-opentelemetry-instrumentation-tasty # failure in job https://hydra.nixos.org/build/311053195 at 2025-11-02 - - hs-opentelemetry-instrumentation-wai # failure in job https://hydra.nixos.org/build/311053157 at 2025-11-02 - - hs-opentelemetry-utils-exceptions # failure in job https://hydra.nixos.org/build/311053185 at 2025-11-02 - hs-pattrans # failure in job https://hydra.nixos.org/build/233230577 at 2023-09-02 - hs-pgms # failure in job https://hydra.nixos.org/build/233237693 at 2023-09-02 - hs-pkg-config # failure in job https://hydra.nixos.org/build/233240839 at 2023-09-02 diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 222d6b70953c..585b490011b6 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -1584,7 +1584,6 @@ dont-distribute-packages: - hoppy-runtime - hoppy-std - horde-ad - - hotel-california - hotswap - hp2any-graph - hp2any-manager @@ -1626,10 +1625,6 @@ dont-distribute-packages: - hs-functors - hs-gen-iface - hs-ix - - hs-opentelemetry-instrumentation-cloudflare - - hs-opentelemetry-instrumentation-http-client - - hs-opentelemetry-instrumentation-persistent-mysql - - hs-opentelemetry-instrumentation-yesod - hs-profunctors - hs-sdl-term-emulator - hs2ats diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 415e8262d028..957f39e6a76c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -276512,9 +276512,7 @@ self: { ]; description = "Wiki using happstack, git or darcs, and pandoc"; license = "GPL"; - maintainers = [ - lib.maintainers.sternenseemann - ]; + maintainers = [ lib.maintainers.sternenseemann ]; } ) { }; @@ -348607,7 +348605,6 @@ self: { unordered-containers ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hotel"; } ) { }; @@ -354054,8 +354051,6 @@ self: { text ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { }; @@ -354078,8 +354073,6 @@ self: { unagi-chan ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { }; @@ -354208,7 +354201,6 @@ self: { wai ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -354231,8 +354223,6 @@ self: { text ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { }; @@ -354257,8 +354247,6 @@ self: { text ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { }; @@ -354299,7 +354287,6 @@ self: { unordered-containers ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -354369,8 +354356,6 @@ self: { vault ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { }; @@ -354410,7 +354395,6 @@ self: { ]; description = "OpenTelemetry instrumentation for persistent-mysql"; license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -354445,8 +354429,6 @@ self: { unordered-containers ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { }; @@ -354485,8 +354467,6 @@ self: { text ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { }; @@ -354520,8 +354500,6 @@ self: { ]; description = "WAI instrumentation middleware for OpenTelemetry"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { }; @@ -354557,7 +354535,6 @@ self: { ]; description = "Yesod middleware for providing OpenTelemetry instrumentation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -354826,8 +354803,6 @@ self: { ]; testHaskellDepends = [ base ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { }; @@ -507814,7 +507789,7 @@ self: { hydraPlatforms = lib.platforms.none; broken = true; } - ) { opus = null; }; + ) { inherit (pkgs) opus; }; opusfile = callPackage ( { From 0f361fa0c81d936b09268867dcf9c57ad88c8b7e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 21:23:31 +0000 Subject: [PATCH 85/90] node-core-utils: 6.3.1 -> 6.3.2 --- pkgs/by-name/no/node-core-utils/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/no/node-core-utils/package.nix b/pkgs/by-name/no/node-core-utils/package.nix index 6d505c220ddf..03e01bf8ed0e 100644 --- a/pkgs/by-name/no/node-core-utils/package.nix +++ b/pkgs/by-name/no/node-core-utils/package.nix @@ -9,16 +9,16 @@ buildNpmPackage (finalAttrs: { pname = "node-core-utils"; - version = "6.3.1"; + version = "6.3.2"; src = fetchFromGitHub { owner = "nodejs"; repo = "node-core-utils"; tag = "v${finalAttrs.version}"; - hash = "sha256-n3mAq51b0nAY1q9Mp1tmYwOZ3IVXHTc1grKbPwr0Rfc="; + hash = "sha256-i9Y4XtvQjqHmbo5yzGmOT7d0wPf4xEt2ta32AOwJT/g="; }; - npmDepsHash = "sha256-4gmxwZHzi4S1ky3fmFy0XzcJKzjPpl891OYtPsKcaPc="; + npmDepsHash = "sha256-FQbFzentyRARuB2fpRZGDfMJHkrgvyUGovaOgpE0z5Y="; dontNpmBuild = true; dontNpmPrune = true; From 9d52cac9b88a85ac2b303ecb1ac727d428b7dde8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 21:25:46 +0000 Subject: [PATCH 86/90] gforth: 0.7.9_20260410 -> 0.7.9_20260415 --- pkgs/by-name/gf/gforth/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gf/gforth/package.nix b/pkgs/by-name/gf/gforth/package.nix index bed387a3214a..df742e4790f7 100644 --- a/pkgs/by-name/gf/gforth/package.nix +++ b/pkgs/by-name/gf/gforth/package.nix @@ -17,13 +17,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "gforth"; - version = "0.7.9_20260410"; + version = "0.7.9_20260415"; src = fetchFromGitHub { owner = "forthy42"; repo = "gforth"; rev = finalAttrs.version; - hash = "sha256-Nb5CB2k7gfG3sT+zfHGmj9G/CGccIvSIKcOuP7Altn0="; + hash = "sha256-eMBerL8kry9UlsXS4qdXT7jLK4f1S/q//5qkJ5qi3dA="; }; patches = [ ./use-nproc-instead-of-fhs.patch ]; From 195aa223e309dbcee6ab7c739a5d4dbcf2fe4661 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Apr 2026 22:11:31 +0000 Subject: [PATCH 87/90] trezor-suite: 26.3.3 -> 26.4.2 --- pkgs/by-name/tr/trezor-suite/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/tr/trezor-suite/package.nix b/pkgs/by-name/tr/trezor-suite/package.nix index 61d0e3e10990..94c5c5bb9981 100644 --- a/pkgs/by-name/tr/trezor-suite/package.nix +++ b/pkgs/by-name/tr/trezor-suite/package.nix @@ -10,7 +10,7 @@ let pname = "trezor-suite"; - version = "26.3.3"; + version = "26.4.2"; suffix = { @@ -24,8 +24,8 @@ let hash = { # curl -Lfs https://github.com/trezor/trezor-suite/releases/download/v${version}/latest-linux{-arm64,}.yml | grep ^sha512 | sed 's/: /-/' - aarch64-linux = "sha512-DwB/SXwD7ZWmDTZ488NclP4/atS1/fLYcLRVle2QXnUt0BiV+tiF0OBAEA/h9tCduKi0x4E9D2SDGSGBrejF2A=="; - x86_64-linux = "sha512-BD0UzrPrzFuwbbADH2rMMSz4ollviOQYwaqsX7AYpvFwkhieEtS2kGbR3G16H7VceTeGedZ65iM7SNQNYi1jUQ=="; + aarch64-linux = "sha512-mE+mzMKAD0NrP2QI5Zc9yEH9vjC6e2cQjzK/CW5Q5FXUg6bGC+uy5fJhxM7Q00YPcNwnoD/vP/qltIa+Y5F8wg=="; + x86_64-linux = "sha512-DBitrg6RwUUaj3tFv2wVJ2ssuU/QedYILCGkCZQmTHVT1Y/kVs/SCXEm/fX2Ni/aPbMmB6JecslbxGgU5Tftjg=="; } .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); }; From 1ba0a1008efb59163d88dccfdd6da8891032d4af Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 23 Apr 2026 01:07:27 +0200 Subject: [PATCH 88/90] python3Packages.kde-material-you-colors: remove sigmanificient as maintainer --- .../python-modules/kde-material-you-colors/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/kde-material-you-colors/default.nix b/pkgs/development/python-modules/kde-material-you-colors/default.nix index fc8b13390f02..bc4b184161f0 100644 --- a/pkgs/development/python-modules/kde-material-you-colors/default.nix +++ b/pkgs/development/python-modules/kde-material-you-colors/default.nix @@ -42,7 +42,7 @@ buildPythonPackage (finalAttrs: { homepage = "https://store.kde.org/p/2136963"; description = "Automatic color scheme generator from your wallpaper for KDE Plasma powered by Material You"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ sigmanificient ]; + maintainers = [ ]; mainProgram = "kde-material-you-colors"; }; }) From b2a1326cb0eb807d03c68764da1c8ef3f1bc2ad0 Mon Sep 17 00:00:00 2001 From: Issai H Date: Wed, 22 Apr 2026 18:54:44 -0500 Subject: [PATCH 89/90] maintainers: add issai --- maintainers/maintainer-list.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 720795fe5e52..f895b48c1987 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -11655,6 +11655,11 @@ github = "IsotoxalDev"; githubId = 62714538; }; + issai = { + name = "Issai"; + github = "TheLimifiedLime"; + githubId = 69121493; + }; istoph = { email = "chr@istoph.de"; name = "Christoph Hüffelmann"; From 9a3ca662dcfb190779149c904fa9475d27692f9b Mon Sep 17 00:00:00 2001 From: Issai H Date: Wed, 22 Apr 2026 19:03:34 -0500 Subject: [PATCH 90/90] kde-material-you-colors: add issai as maintainer --- .../python-modules/kde-material-you-colors/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/kde-material-you-colors/default.nix b/pkgs/development/python-modules/kde-material-you-colors/default.nix index bc4b184161f0..9caf8df9b57a 100644 --- a/pkgs/development/python-modules/kde-material-you-colors/default.nix +++ b/pkgs/development/python-modules/kde-material-you-colors/default.nix @@ -42,7 +42,7 @@ buildPythonPackage (finalAttrs: { homepage = "https://store.kde.org/p/2136963"; description = "Automatic color scheme generator from your wallpaper for KDE Plasma powered by Material You"; license = lib.licenses.gpl3Only; - maintainers = [ ]; + maintainers = with lib.maintainers; [ issai ]; mainProgram = "kde-material-you-colors"; }; })