Skip to content

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Aug 3, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for narsil is: Unofficial rewrite of Sil, a roguelike influenced by Angband

meta.homepage for narsil is: https://github.com/NickMcConnell/NarSil/

meta.changelog for narsil is: https://github.com/NickMcConnell/NarSil/releases/tag/1.4.0-71-gf211a963c

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.4.0-71-gf211a963c in filename of file in /nix/store/dzgyhhaiyry9fqs670gx4f49pk8xddmh-narsil-1.4.0-71-gf211a963c

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

2 package rebuild(s)

First fifty rebuilds by attrpath

narsil
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/dzgyhhaiyry9fqs670gx4f49pk8xddmh-narsil-1.4.0-71-gf211a963c \
  --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 narsil https://github.com/r-ryantm/nixpkgs/archive/319469485d27adc4587fc50e5a6a5dc5c853c00d.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/319469485d27adc4587fc50e5a6a5dc5c853c00d#narsil

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

ls -la /nix/store/dzgyhhaiyry9fqs670gx4f49pk8xddmh-narsil-1.4.0-71-gf211a963c
ls -la /nix/store/dzgyhhaiyry9fqs670gx4f49pk8xddmh-narsil-1.4.0-71-gf211a963c/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


x86_64-linux

✅ 1 package built:
  • narsil

Maintainer pings

cc @Nanotwerp @x123 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 Aug 3, 2025
@nix-owners nix-owners bot requested a review from x123 August 3, 2025 12:02
@r-ryantm r-ryantm changed the title narsil: 1.4.0-63-g4f6423d2f -> 1.4.0-71-gf211a963c narsil: 1.4.0-63-g4f6423d2f -> 1.4.0-76-g0d181469f Aug 12, 2025
@r-ryantm r-ryantm force-pushed the auto-update/narsil branch from 3194694 to 4ad84b4 Compare August 12, 2025 11:16
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for narsil is: Unofficial rewrite of Sil, a roguelike influenced by Angband

meta.homepage for narsil is: https://github.com/NickMcConnell/NarSil/

meta.changelog for narsil is: https://github.com/NickMcConnell/NarSil/releases/tag/1.4.0-76-g0d181469f

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.4.0-76-g0d181469f in filename of file in /nix/store/9bbri4bcs7hrf1i9ndhnj4kx6xn0s6yq-narsil-1.4.0-76-g0d181469f

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

2 package rebuild(s)

First fifty rebuilds by attrpath

narsil
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/9bbri4bcs7hrf1i9ndhnj4kx6xn0s6yq-narsil-1.4.0-76-g0d181469f \
  --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 narsil https://github.com/r-ryantm/nixpkgs/archive/4ad84b4999d1fa89a8373ed1ab51e8d8d8a7d0c3.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/4ad84b4999d1fa89a8373ed1ab51e8d8d8a7d0c3#narsil

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

ls -la /nix/store/9bbri4bcs7hrf1i9ndhnj4kx6xn0s6yq-narsil-1.4.0-76-g0d181469f
ls -la /nix/store/9bbri4bcs7hrf1i9ndhnj4kx6xn0s6yq-narsil-1.4.0-76-g0d181469f/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


x86_64-linux

✅ 1 package built:
  • narsil

Maintainer pings

cc @Nanotwerp @x123 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.

@wegank wegank merged commit 14216f4 into NixOS:master Aug 22, 2025
28 of 29 checks passed
@r-ryantm r-ryantm deleted the auto-update/narsil branch August 23, 2025 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants