Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
04065e1
inventaire-unwrapped: 4.0.1 -> 5.0.0
ngi-nix-bot Apr 13, 2026
b4c01e5
manyfold: 0.134.0 -> 0.136.0
ngi-nix-bot Apr 13, 2026
73e59c9
meta-press: 1.9.3 -> 1.9.4
ngi-nix-bot Apr 13, 2026
103c3a9
nodebb: 4.9.2 -> 4.10.2
ngi-nix-bot Apr 13, 2026
9052c0b
openfire-unwrapped: 5.0.3 -> 5.0.4
ngi-nix-bot Apr 13, 2026
d3ca688
peertube-plugins.akismet: 0-unstable-2025-12-18 -> 0-unstable-2026-04-07
ngi-nix-bot Apr 13, 2026
b020eee
peertube-plugins.auth-ldap: 0-unstable-2025-12-18 -> 0-unstable-2026-…
ngi-nix-bot Apr 13, 2026
25f35e7
peertube-plugins.auth-openid-connect: 0-unstable-2025-12-18 -> 0-unst…
ngi-nix-bot Apr 13, 2026
e9703c4
peertube-plugins.auth-saml2: 0-unstable-2025-12-18 -> 0-unstable-2026…
ngi-nix-bot Apr 13, 2026
6115fac
peertube-plugins.auto-block-videos: 0-unstable-2025-12-18 -> 0-unstab…
ngi-nix-bot Apr 13, 2026
1279ef2
peertube-plugins.auto-mute: 0-unstable-2025-12-18 -> 0-unstable-2026-…
ngi-nix-bot Apr 13, 2026
675e9ea
peertube-plugins.hello-world: 0-unstable-2025-12-18 -> 0-unstable-202…
ngi-nix-bot Apr 13, 2026
979c933
peertube-plugins.logo-framasoft: 0-unstable-2025-12-18 -> 0-unstable-…
ngi-nix-bot Apr 13, 2026
2fe6f1d
peertube-plugins.matomo: 0-unstable-2025-12-18 -> 0-unstable-2026-04-07
ngi-nix-bot Apr 13, 2026
e656f6f
peertube-plugins.privacy-remover: 0-unstable-2025-12-18 -> 0-unstable…
ngi-nix-bot Apr 13, 2026
40f0e0b
peertube-plugins.transcoding-custom-quality: 0-unstable-2025-12-18 ->…
ngi-nix-bot Apr 13, 2026
378f077
peertube-plugins.transcoding-profile-debug: 0-unstable-2025-12-18 -> …
ngi-nix-bot Apr 13, 2026
d76ab79
peertube-plugins.video-annotation: 0-unstable-2025-12-18 -> 0-unstabl…
ngi-nix-bot Apr 13, 2026
6457e09
py3dtiles: 12.1.0 -> 12.1.1
ngi-nix-bot Apr 13, 2026
79ee3ee
tau-radio: 0.2.101-unstable-2025-12-17 -> 0.2.3-unstable-2026-04-09
ngi-nix-bot Apr 13, 2026
407cb9f
tau-tower: 0.2.2-beta-unstable-2026-03-14 -> 0.2.3-unstable-2026-04-10
ngi-nix-bot Apr 13, 2026
fc0f245
vula: 0.2.2024011000-unstable-2025-07-15 -> 0.2.2024011000-unstable-2…
ngi-nix-bot Apr 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/by-name/inventaire-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildNpmPackage rec {
pname = "inventaire-unwrapped";
version = "4.0.1";
version = "5.0.0";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "inventaire";
repo = "inventaire";
tag = "v${version}";
hash = "sha256-tYVz/elb9AbqdMDBgiyQtOrQzas+It3hhgBc2wzl74w=";
hash = "sha256-rOIBXriHKXCC1p332l+AiU/MUy6D66rt80v4opSSG5s=";
};

# Cannot handle git+https://codeberg.org source url, but it later gets fetched manually anyway
Expand Down
8 changes: 4 additions & 4 deletions pkgs/by-name/manyfold/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby file: ".ruby-version"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 8.0.4"
gem "rails", "~> 8.0.5"
# Use Puma as the app server
gem "puma", "~> 7.2"
# Deliver assets with Propshaft
Expand Down Expand Up @@ -147,7 +147,7 @@ gem "shrine", "~> 3.6"
gem "tus-server", "~> 2.3"
gem "shrine-tus", "~> 2.1"

gem "aws-sdk-s3", "< 1.216"
gem "aws-sdk-s3", "< 1.218"

gem "better_content_security_policy", "~> 0.1"

Expand All @@ -168,7 +168,7 @@ gem "omniauth_openid_connect", "~> 0.8"
gem "sidekiq-cron", "~> 2.3"

group :development, :production do
gem "sys-cpu", "~> 1.2"
gem "sys-cpu", "~> 1.3"
gem "get_process_mem", "~> 1.0"
gem "rails_performance", "~> 1.6"
gem "redis-namespace"
Expand All @@ -181,7 +181,7 @@ gem "to_regexp", "~> 0.2"

gem "activejob-uniqueness", "~> 0.4", require: "active_job/uniqueness/sidekiq_patch"

gem "job-iteration", "~> 1.12"
gem "job-iteration", "~> 1.13"
gem "rswag", "~> 2.17"
gem "warning", "~> 1.5"

Expand Down
Loading
Loading