goa 3.15.0 -> 3.15.2 https://github.com/goadesign/goa/releases attrpath: goa Checking auto update branch... An auto update branch exists with message `goa: 3.15.0 -> 3.15.1`. New version is 3.15.2. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-SvNuSSLL/zj7rg+k0wNiJazQgZBWrUrpGgumbADkHQY=" [golangModuleVersion] Replaced vendorHash with sha256-Z31hTOMmxFM0zmHoZRJaIz7ka2adV0crdhou6EudDWw= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/goa/default.nix b/pkgs/development/tools/goa/default.nix index 4928bf501ab8..2519dff139b4 100644 --- a/pkgs/development/tools/goa/default.nix +++ b/pkgs/development/tools/goa/default.nix @@ -5,15 +5,15 @@ buildGoModule rec { pname = "goa"; - version = "3.15.0"; + version = "3.15.2"; src = fetchFromGitHub { owner = "goadesign"; repo = "goa"; rev = "v${version}"; - hash = "sha256-F5ynJn3uuKSNZYZy+S6OV0AGv9HMpp4oo7lacQ+q3bw="; + hash = "sha256-jzhvElHOBzekW3cyXf7wJG+8E1GObWVtPbBw18/dpCk="; }; - vendorHash = "sha256-SvNuSSLL/zj7rg+k0wNiJazQgZBWrUrpGgumbADkHQY="; + vendorHash = "sha256-Z31hTOMmxFM0zmHoZRJaIz7ka2adV0crdhou6EudDWw="; subPackages = [ "cmd/goa" ]; Successfully finished processing cachix "/nix/store/xrr2hp48sjrbrs3d3078ldjv4b4vnygc-goa-3.15.2" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/goadesign/goa/releases. meta.description for goa is: Design-based APIs and microservices in Go meta.homepage for goa is: https://goa.design ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/goadesign/goa/releases/tag/v3.15.2) - [Compare changes on GitHub](https://github.com/goadesign/goa/compare/v3.15.0...v3.15.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.15.2 in filename of file in /nix/store/xrr2hp48sjrbrs3d3078ldjv4b4vnygc-goa-3.15.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath goa ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/xrr2hp48sjrbrs3d3078ldjv4b4vnygc-goa-3.15.2 \ --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 goa https://github.com/r-ryantm/nixpkgs/archive/0283bc0b06c9166d6d5585f8d462feda87f3f818.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/0283bc0b06c9166d6d5585f8d462feda87f3f818#goa ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/xrr2hp48sjrbrs3d3078ldjv4b4vnygc-goa-3.15.2 ls -la /nix/store/xrr2hp48sjrbrs3d3078ldjv4b4vnygc-goa-3.15.2/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](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @rushmorem 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/294734