syncthing 1.27.4 -> 1.27.5 https://repology.org/project/syncthing/versions attrpath: syncthing Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-ALdmETpEmvA3bTfBRK6LaO7bnlH03fljX1P7rqzskG4=" [golangModuleVersion] Replaced vendorHash with sha256-CSI2Mnu3Da99cNE2s6HadTyxFVIbhXLOy3aykij1GLo= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix index 89c7147310dc..80b62753f9a2 100644 --- a/pkgs/applications/networking/syncthing/default.nix +++ b/pkgs/applications/networking/syncthing/default.nix @@ -13,16 +13,16 @@ let common = { stname, target, postInstall ? "" }: buildGoModule rec { pname = stname; - version = "1.27.4"; + version = "1.27.5"; src = fetchFromGitHub { owner = "syncthing"; repo = "syncthing"; rev = "v${version}"; - hash = "sha256-TXkZJAN72Qa3Mo2TYvCHNOl3BWfRxu78XXHW48Jjj0M="; + hash = "sha256-Fcsa6xE0i1iXFZ76L57OKKxDJ9stw6WnJL3PQOTr/QQ="; }; - vendorHash = "sha256-ALdmETpEmvA3bTfBRK6LaO7bnlH03fljX1P7rqzskG4="; + vendorHash = "sha256-CSI2Mnu3Da99cNE2s6HadTyxFVIbhXLOy3aykij1GLo="; nativeBuildInputs = lib.optionals stdenv.isDarwin [ # Recent versions of macOS seem to require binaries to be signed when Successfully finished processing cachix "/nix/store/11734n2gmy16xrcknwra9zbv8a7rxd7x-syncthing-1.27.5" [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)
6 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/syncthing/versions. meta.description for syncthing is: Open Source Continuous File Synchronization meta.homepage for syncthing is: https://syncthing.net/ meta.changelog for syncthing is: https://github.com/syncthing/syncthing/releases/tag/v1.27.5 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/syncthing/syncthing/releases/tag/v1.27.5) - [Compare changes on GitHub](https://github.com/syncthing/syncthing/compare/v1.27.4...v1.27.5) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.27.5 with grep in /nix/store/11734n2gmy16xrcknwra9zbv8a7rxd7x-syncthing-1.27.5 - found 1.27.5 in filename of file in /nix/store/11734n2gmy16xrcknwra9zbv8a7rxd7x-syncthing-1.27.5 ---
Rebuild report (if merged into master) (click to expand) ``` 6 total rebuild path(s) 6 package rebuild(s) First fifty rebuilds by attrpath qsyncthingtray syncthing syncthing-discovery syncthing-relay syncthingtray syncthingtray-minimal ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/11734n2gmy16xrcknwra9zbv8a7rxd7x-syncthing-1.27.5 \ --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 syncthing https://github.com/r-ryantm/nixpkgs/archive/1dbc213938ee7a89aea3ce025a4a4e9324256c73.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1dbc213938ee7a89aea3ce025a4a4e9324256c73#syncthing ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/11734n2gmy16xrcknwra9zbv8a7rxd7x-syncthing-1.27.5 ls -la /nix/store/11734n2gmy16xrcknwra9zbv8a7rxd7x-syncthing-1.27.5/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)
6 packages built:
--- ###### Maintainer pings cc @jokogr @peterhoeg @andrew-d 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/300947