gotify-server 0 -> 1 attrpath: gotify-server Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iz4fyydyi7q2a3d3ji20m5c5h5j5w5sw-packages.json.drv building '/nix/store/iz4fyydyi7q2a3d3ji20m5c5h5j5w5sw-packages.json.drv'... Going to be running update for following packages: - gotify-server-2.3.0 Press Enter key to continue... Running update for: - gotify-server-2.3.0: UPDATING ... - gotify-server-2.3.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/gotify/default.nix b/pkgs/servers/gotify/default.nix index b940f35e6a57..57004b66b03a 100644 --- a/pkgs/servers/gotify/default.nix +++ b/pkgs/servers/gotify/default.nix @@ -10,13 +10,13 @@ buildGoModule rec { pname = "gotify-server"; - version = "2.3.0"; + version = "2.4.0"; src = fetchFromGitHub { owner = "gotify"; repo = "server"; rev = "v${version}"; - hash = "sha256-fWcdnmpLZycg7hmPNnphGcuSMTI4bsq57XPoSyQSGDA="; + hash = "sha256-TZeQcrJCH9TW039r499fxY4xJ27nZm9GdrilsI33Iqc="; }; # With `allowGoReference = true;`, `buildGoModule` adds the `-trimpath` @@ -25,7 +25,7 @@ buildGoModule rec { # server[780]: stat /var/lib/private/ui/build/index.html: no such file or directory allowGoReference = true; - vendorHash = "sha256-im7Pauit0tWi0BcyKtxybOqsu7rrIHZwY5Olta3nJJI="; + vendorHash = "sha256-TR6YGNhSMQ/1kvX3p3QGlXovuoJdaRH0LOwIPZwQ/xY="; doCheck = false; No auto update branch exists Successfully finished processing cachix "/nix/store/n6cb3ag1ymzl9lrbpw257hvabgj542ys-gotify-server-2.4.0" [check][nixpkgs-review] Result of `nixpkgs-review` 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 passthru.updateScript. meta.description for gotify-server is: A simple server for sending and receiving messages in real-time per WebSocket meta.homepage for gotify-server is: https://gotify.net ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/gotify/server/releases/tag/v2.4.0) - [Compare changes on GitHub](https://github.com/gotify/server/compare/v2.3.0...v2.4.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.4.0 with grep in /nix/store/n6cb3ag1ymzl9lrbpw257hvabgj542ys-gotify-server-2.4.0 - found 2.4.0 in filename of file in /nix/store/n6cb3ag1ymzl9lrbpw257hvabgj542ys-gotify-server-2.4.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath gotify-server ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/n6cb3ag1ymzl9lrbpw257hvabgj542ys-gotify-server-2.4.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 gotify-server https://github.com/r-ryantm/nixpkgs/archive/5d2890bd47b710de209b81c6f91d77f58fe095cf.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5d2890bd47b710de209b81c6f91d77f58fe095cf#gotify-server ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/n6cb3ag1ymzl9lrbpw257hvabgj542ys-gotify-server-2.4.0 ls -la /nix/store/n6cb3ag1ymzl9lrbpw257hvabgj542ys-gotify-server-2.4.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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @doronbehar 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/257191