Skip to content

inja: 3.4.0 -> 3.5.0#453308

Merged
LordGrimmauld merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/inja
Nov 8, 2025
Merged

inja: 3.4.0 -> 3.5.0#453308
LordGrimmauld merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/inja

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/pantor/inja/releases.

meta.description for inja is: Template engine for modern C++, loosely inspired by jinja for python

meta.homepage for inja is: https://github.com/pantor/inja

meta.changelog for inja is: https://github.com/pantor/inja/releases/tag/v3.5.0

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 3.5.0 with grep in /nix/store/yzk6mqmrlvkmyyyd6mfd1zjzvs1fn2js-inja-3.5.0
  • found 3.5.0 in filename of file in /nix/store/yzk6mqmrlvkmyyyd6mfd1zjzvs1fn2js-inja-3.5.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

inja
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/yzk6mqmrlvkmyyyd6mfd1zjzvs1fn2js-inja-3.5.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A inja https://github.com/r-ryantm/nixpkgs/archive/4955d85c5ba882756470c1816ab69dadd60ff8a7.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/4955d85c5ba882756470c1816ab69dadd60ff8a7#inja

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/yzk6mqmrlvkmyyyd6mfd1zjzvs1fn2js-inja-3.5.0
ls -la /nix/store/yzk6mqmrlvkmyyyd6mfd1zjzvs1fn2js-inja-3.5.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 4955d85c5ba882756470c1816ab69dadd60ff8a7


x86_64-linux

✅ 1 package built:
  • inja

Maintainer pings

cc @xokdvium for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Oct 18, 2025
@nix-owners nix-owners bot requested a review from xokdvium October 18, 2025 20:07
Copy link
Contributor

@xokdvium xokdvium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

       >   No cmake_minimum_required command is present.  A line of code such as
       >
       >     cmake_minimum_required(VERSION 4.1)
       >
       >   should be added at the top of the file.  The version specified may be lower
       >   if you wish to support older CMake versions for this project.  For more
       >   information run "cmake --help-policy CMP0000".

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Oct 22, 2025
@LordGrimmauld
Copy link
Contributor

       >   No cmake_minimum_required command is present.  A line of code such as
       >
       >     cmake_minimum_required(VERSION 4.1)
       >
       >   should be added at the top of the file.  The version specified may be lower
       >   if you wish to support older CMake versions for this project.  For more
       >   information run "cmake --help-policy CMP0000".

if this is an issue, do you mind drafting up a proper fix fixing the build issues and closing this one with a reference? doing a review on a bot PR won't do much to get the issue fixed...

@nixpkgs-ci nixpkgs-ci bot added the 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". label Nov 1, 2025
@xokdvium
Copy link
Contributor

xokdvium commented Nov 3, 2025

Sure, I was just posting the build logs for context. I'll try to get around to fixing this soon.

@bengsparks bengsparks mentioned this pull request Nov 8, 2025
13 tasks
@LordGrimmauld
Copy link
Contributor

Turns out this one just builds.... No idea what you were referring to with that log section, because this does in fact build.... Merging.

@LordGrimmauld LordGrimmauld added this pull request to the merge queue Nov 8, 2025
Merged via the queue into NixOS:master with commit 0552818 Nov 8, 2025
36 of 37 checks passed
@r-ryantm r-ryantm deleted the auto-update/inja branch November 9, 2025 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants