404Wolf
September 24, 2024, 5:02am
4607
https://github.com/NixOS/nixpkgs/pull/334700 is ready again, it’s been sitting for a while and has an approval. Would appreciate if someone who can merge could check it over. Thanks!
NixOS:master ← r-ryantm:auto-update/dnglab
opened 01:50AM - 07 Jan 24 UTC
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs… -update) tools. This update was made based on information from https://github.com/dnglab/dnglab/releases.
meta.description for dnglab is: Camera RAW to DNG file format converter
meta.homepage for dnglab is: https://github.com/dnglab/dnglab
###### Updates performed
- Rust version update
###### To inspect upstream changes
- [Release on GitHub](https://github.com/dnglab/dnglab/releases/tag/v0.6.0)
- [Compare changes on GitHub](https://github.com/dnglab/dnglab/compare/v0.5.2...v0.6.0)
###### Impact
<b>Checks done</b>
---
- built on NixOS
- The tests defined in `passthru.tests`, if any, passed
- found 0.6.0 with grep in /nix/store/ccyia6fvyy4vz6ri9sszfd9imzqd0pc7-dnglab-0.6.0
- found 0.6.0 in filename of file in /nix/store/ccyia6fvyy4vz6ri9sszfd9imzqd0pc7-dnglab-0.6.0
---
<details>
<summary>
<b>Rebuild report</b> (if merged into master) (click to expand)
</summary>
```
1 total rebuild path(s)
1 package rebuild(s)
First fifty rebuilds by attrpath
dnglab
```
</details>
<details>
<summary>
<b>Instructions to test this update</b> (click to expand)
</summary>
---
Either **download from Cachix**:
```
nix-store -r /nix/store/ccyia6fvyy4vz6ri9sszfd9imzqd0pc7-dnglab-0.6.0 \
--option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
--option trusted-public-keys '
nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
'
```
(The Cachix cache is only trusted for this store-path realization.)
For the Cachix 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 dnglab https://github.com/r-ryantm/nixpkgs/archive/8abb767fa6187f291d0e48776c4726b34b242d1c.tar.gz
```
Or:
```
nix build github:r-ryantm/nixpkgs/8abb767fa6187f291d0e48776c4726b34b242d1c#dnglab
```
After you've downloaded or built it, look at the files and if there are any, run the binaries:
```
ls -la /nix/store/ccyia6fvyy4vz6ri9sszfd9imzqd0pc7-dnglab-0.6.0
ls -la /nix/store/ccyia6fvyy4vz6ri9sszfd9imzqd0pc7-dnglab-0.6.0/bin
```
---
</details>
<br/>
### 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.
Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
<details>
<summary>1 package built:</summary>
<ul>
<li>dnglab</li>
</ul>
</details>
---
###### Maintainer pings
cc @dit7ya for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do).
Latest version is required to work with newer cameras.
euank
September 27, 2024, 10:37am
4619
I’ve got a small version bump for postgresqlPackages.wal2json which seems to have languished a little bit!
NixOS:master ← euank:wal2json-26
opened 02:09PM - 27 May 24 UTC
## Description of changes
Upstream changelog: https://github.com/eulerto/wal2… json/releases/tag/wal2json_2_6
postgresql 17 support is the big line item there.
I've tested this PR by merging in #315095, and verifying all the tests pass with this update too
## Things done
- Built on platform(s)
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- For non-Linux: Is sandboxing enabled in `nix.conf`? (See [Nix manual](https://nixos.org/manual/nix/stable/command-ref/conf-file.html))
- [ ] `sandbox = relaxed`
- [ ] `sandbox = true`
- [ ] Tested, as applicable:
- [NixOS test(s)](https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests) (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- and/or [package tests](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests)
- or, for functions and "core" functionality, tests in [lib/tests](https://github.com/NixOS/nixpkgs/blob/master/lib/tests) or [pkgs/test](https://github.com/NixOS/nixpkgs/blob/master/pkgs/test)
- made sure NixOS tests are [linked](https://nixos.org/manual/nixpkgs/unstable/#ssec-nixos-tests-linking) to the relevant packages
- [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage](https://github.com/Mic92/nixpkgs-review#usage)
- [ ] Tested basic functionality of all binary files (usually in `./result/bin/`)
- [24.11 Release Notes](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2411.section.md) (or backporting [23.11](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2311.section.md) and [24.05](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2405.section.md) Release notes)
- [ ] (Package updates) Added a release notes entry if the change is major or breaking
- [ ] (Module updates) Added a release notes entry if the change is significant
- [ ] (Module addition) Added a release notes entry if adding a new NixOS module
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).