nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

go-swagger: 0.30.5 -> 0.31.0

Open r-ryantm opened this issue 3 months ago • 0 comments

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/go:swagger/versions.

meta.description for go-swagger is: Golang implementation of Swagger 2.0, representation of your RESTful API

meta.homepage for go-swagger is: https://github.com/go-swagger/go-swagger

meta.changelog for go-swagger is: https://github.com/go-swagger/go-swagger/releases/tag/v0.31.0

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.31.0 with grep in /nix/store/67h0ldl9nyfmhgwcj3k9agann53zv0yk-go-swagger-0.31.0
  • found 0.31.0 in filename of file in /nix/store/67h0ldl9nyfmhgwcj3k9agann53zv0yk-go-swagger-0.31.0

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

2 package rebuild(s)

First fifty rebuilds by attrpath

go-swagger
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/67h0ldl9nyfmhgwcj3k9agann53zv0yk-go-swagger-0.31.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 go-swagger https://github.com/r-ryantm/nixpkgs/archive/84340406eb2c0f00caf708b7cf5d6b34e45f0c2b.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/84340406eb2c0f00caf708b7cf5d6b34e45f0c2b#go-swagger

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

ls -la /nix/store/67h0ldl9nyfmhgwcj3k9agann53zv0yk-go-swagger-0.31.0
ls -la /nix/store/67h0ldl9nyfmhgwcj3k9agann53zv0yk-go-swagger-0.31.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.

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

1 package built:
  • go-swagger

Maintainer pings

cc @kalbasit for testing.

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