2022-12-04T00:06:54 mautrix-signal 0 -> 1 2022-12-04T00:06:56 attrpath: mautrix-signal 2022-12-04T00:06:56 Checking auto update branch... 2022-12-04T00:07:00 [version] 2022-12-04T00:07:00 [version] skipping because derivation has updateScript 2022-12-04T00:07:00 [rustCrateVersion] 2022-12-04T00:07:00 [rustCrateVersion] No cargoSha256 found 2022-12-04T00:07:00 [golangModuleVersion] 2022-12-04T00:07:00 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-04T00:07:00 [updateScript] 2022-12-04T00:07:02 [updateScript] Success 2022-12-04T00:07:02 [updateScript] this derivation will be built: /nix/store/drnzzxp1gmva253qm7dhbxf72pn1j5yj-packages.json.drv building '/nix/store/drnzzxp1gmva253qm7dhbxf72pn1j5yj-packages.json.drv'... Going to be running update for following packages: - python3.10-mautrix-signal-0.4.1 Press Enter key to continue... Running update for: - python3.10-mautrix-signal-0.4.1: UPDATING ... - python3.10-mautrix-signal-0.4.1: DONE. Packages updated! 2022-12-04T00:07:02 2022-12-04T00:07:02 [quotedUrls] 2022-12-04T00:07:03 [quotedUrls] nothing found to replace 2022-12-04T00:07:03 Diff after rewrites: diff --git a/pkgs/servers/mautrix-signal/default.nix b/pkgs/servers/mautrix-signal/default.nix index 5322947642c..7aada1e2eed 100644 --- a/pkgs/servers/mautrix-signal/default.nix +++ b/pkgs/servers/mautrix-signal/default.nix @@ -2,13 +2,13 @@ python3.pkgs.buildPythonPackage rec { pname = "mautrix-signal"; - version = "0.4.1"; + version = "0.4.2"; src = fetchFromGitHub { owner = "mautrix"; repo = "signal"; rev = "refs/tags/v${version}"; - sha256 = "sha256-WcyBv7b1JxiZJSqxgAUUgTa5Q/aNzU9SfXfdXKVuuXQ="; + sha256 = "sha256-UbetU1n9zD/mVFaJc9FECDq/Zell1TI/aYPsGXGB8Js="; }; propagatedBuildInputs = with python3.pkgs; [ 2022-12-04T00:08:30 No auto update branch exists 2022-12-04T00:08:36 Successfully finished processing 2022-12-04T00:08:36 cachix "/nix/store/4vm8rs5s5cxy0ci17a07xplria68g61i-python3.10-mautrix-signal-0.4.2" 2022-12-04T00:08:39 [check][nixpkgs-review] 2022-12-04T00:11:28 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-04T00:11:32 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 mautrix-signal is: "A Matrix-Signal puppeting bridge" meta.homepage for mautrix-signal is: "https://github.com/mautrix/signal" meta.changelog for mautrix-signal is: "" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.4.2 with grep in /nix/store/4vm8rs5s5cxy0ci17a07xplria68g61i-python3.10-mautrix-signal-0.4.2 - found 0.4.2 in filename of file in /nix/store/4vm8rs5s5cxy0ci17a07xplria68g61i-python3.10-mautrix-signal-0.4.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath mautrix-signal ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4vm8rs5s5cxy0ci17a07xplria68g61i-python3.10-mautrix-signal-0.4.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 mautrix-signal https://github.com/r-ryantm/nixpkgs/archive/ecff940084427ea47c58c512962259f8a897e441.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4vm8rs5s5cxy0ci17a07xplria68g61i-python3.10-mautrix-signal-0.4.2 ls -la /nix/store/4vm8rs5s5cxy0ci17a07xplria68g61i-python3.10-mautrix-signal-0.4.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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @expipiplus1 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). 2022-12-04T00:11:34 https://api.github.com/repos/NixOS/nixpkgs/pulls/204373 2022-12-04T08:28:21 mautrix-signal 0.4.1 -> 0.4.2 https://github.com/mautrix/signal/releases 2022-12-04T08:28:23 attrpath: mautrix-signal 2022-12-04T08:28:23 Checking auto update branch... 2022-12-04T08:28:27 [version] 2022-12-04T08:28:27 [version] skipping because derivation has updateScript 2022-12-04T08:28:27 [rustCrateVersion] 2022-12-04T08:28:27 [rustCrateVersion] No cargoSha256 found 2022-12-04T08:28:27 [golangModuleVersion] 2022-12-04T08:28:27 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-04T08:28:27 [updateScript] 2022-12-04T08:28:29 [updateScript] Success 2022-12-04T08:28:29 [updateScript] this derivation will be built: /nix/store/drnzzxp1gmva253qm7dhbxf72pn1j5yj-packages.json.drv building '/nix/store/drnzzxp1gmva253qm7dhbxf72pn1j5yj-packages.json.drv'... Going to be running update for following packages: - python3.10-mautrix-signal-0.4.1 Press Enter key to continue... Running update for: - python3.10-mautrix-signal-0.4.1: UPDATING ... - python3.10-mautrix-signal-0.4.1: DONE. Packages updated! 2022-12-04T08:28:29 2022-12-04T08:28:29 [quotedUrls] 2022-12-04T08:28:29 [quotedUrls] nothing found to replace 2022-12-04T08:28:29 Diff after rewrites: diff --git a/pkgs/servers/mautrix-signal/default.nix b/pkgs/servers/mautrix-signal/default.nix index 5322947642c..7aada1e2eed 100644 --- a/pkgs/servers/mautrix-signal/default.nix +++ b/pkgs/servers/mautrix-signal/default.nix @@ -2,13 +2,13 @@ python3.pkgs.buildPythonPackage rec { pname = "mautrix-signal"; - version = "0.4.1"; + version = "0.4.2"; src = fetchFromGitHub { owner = "mautrix"; repo = "signal"; rev = "refs/tags/v${version}"; - sha256 = "sha256-WcyBv7b1JxiZJSqxgAUUgTa5Q/aNzU9SfXfdXKVuuXQ="; + sha256 = "sha256-UbetU1n9zD/mVFaJc9FECDq/Zell1TI/aYPsGXGB8Js="; }; propagatedBuildInputs = with python3.pkgs; [ 2022-12-04T08:29:56 An auto update branch exists with message `mautrix-signal: 0.4.1 -> 0.4.2`. New version is 0.4.2. 2022-12-04T08:29:56 An auto update branch exists with an equal or greater version