gotrue-supabase 2.105.0 -> 2.144.1 https://github.com/supabase/gotrue/releases attrpath: gotrue-supabase Checking auto update branch... An auto update branch exists with message `gotrue-supabase: 2.105.0 -> 2.144.0`. New version is 2.144.1. 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-cwTwze8WuhL5exaY5HJYDgcxNB9O1QuFpJgZmj6R838=" [golangModuleVersion] Replaced vendorHash with sha256-/VvoZIfH/KwELHB0E+SubFKqGIDs1Wv12bD8JqNYz8Y= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/gotrue/supabase.nix b/pkgs/tools/security/gotrue/supabase.nix index 36ce6d72ceb8..eed1743c27df 100644 --- a/pkgs/tools/security/gotrue/supabase.nix +++ b/pkgs/tools/security/gotrue/supabase.nix @@ -7,16 +7,16 @@ buildGoModule rec { pname = "gotrue"; - version = "2.105.0"; + version = "2.144.1"; src = fetchFromGitHub { owner = "supabase"; repo = pname; rev = "v${version}"; - hash = "sha256-6tFXuVBd7UptoVMSse1Pk9ok6XyGL994pfFkFTyc5I0="; + hash = "sha256-54phBr+fZhO1OH/e7vL+/hJ5ENc8UNqJa3vuKSb0O8I="; }; - vendorHash = "sha256-cwTwze8WuhL5exaY5HJYDgcxNB9O1QuFpJgZmj6R838="; + vendorHash = "sha256-/VvoZIfH/KwELHB0E+SubFKqGIDs1Wv12bD8JqNYz8Y="; ldflags = [ "-s" Successfully finished processing cachix "/nix/store/hamym80fp7l9ma1h31vpqnfspwr3zgbc-gotrue-2.144.1" [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/supabase/gotrue/releases. meta.description for gotrue-supabase is: A JWT based API for managing users and issuing JWT tokens meta.homepage for gotrue-supabase is: https://github.com/supabase/gotrue meta.changelog for gotrue-supabase is: https://github.com/supabase/gotrue/releases/tag/v2.144.1 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/supabase/gotrue/releases/tag/v2.144.1) - [Compare changes on GitHub](https://github.com/supabase/gotrue/compare/v2.105.0...v2.144.1) ###### Impact Checks done --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 2.144.1 in filename of file in /nix/store/hamym80fp7l9ma1h31vpqnfspwr3zgbc-gotrue-2.144.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath gotrue-supabase ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hamym80fp7l9ma1h31vpqnfspwr3zgbc-gotrue-2.144.1 \ --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 gotrue-supabase https://github.com/r-ryantm/nixpkgs/archive/602961ca42576dcff43708568926e2c8b3455cf8.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/602961ca42576dcff43708568926e2c8b3455cf8#gotrue-supabase ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/hamym80fp7l9ma1h31vpqnfspwr3zgbc-gotrue-2.144.1 ls -la /nix/store/hamym80fp7l9ma1h31vpqnfspwr3zgbc-gotrue-2.144.1/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 @urandom2 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/274483