nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

pgmodeler: 1.1.2 -> 1.1.3

Open r-ryantm opened this issue 1 year ago • 0 comments

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

meta.description for pgmodeler is: A database modeling tool for PostgreSQL

meta.homepage for pgmodeler is: https://pgmodeler.io/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.1.3 with grep in /nix/store/makb31gzb997fpbyqmwnmgwhag1jv8mn-pgmodeler-1.1.3
  • found 1.1.3 in filename of file in /nix/store/makb31gzb997fpbyqmwnmgwhag1jv8mn-pgmodeler-1.1.3

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

2 package rebuild(s)

First fifty rebuilds by attrpath

pgmodeler
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/makb31gzb997fpbyqmwnmgwhag1jv8mn-pgmodeler-1.1.3 \
  --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 pgmodeler https://github.com/r-ryantm/nixpkgs/archive/9c21151cf0631ef92dd42b05271058c3aa49a265.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/9c21151cf0631ef92dd42b05271058c3aa49a265#pgmodeler

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

ls -la /nix/store/makb31gzb997fpbyqmwnmgwhag1jv8mn-pgmodeler-1.1.3
ls -la /nix/store/makb31gzb997fpbyqmwnmgwhag1jv8mn-pgmodeler-1.1.3/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.

Result of nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

1 package built:
  • pgmodeler

Maintainer pings

cc @esclear for testing.

r-ryantm avatar May 14 '24 01:05 r-ryantm