2022-12-14T20:48:38 tut 1.0.24 -> 1.0.25 https://github.com/RasmusLindroth/tut/releases 2022-12-14T20:48:40 attrpath: tut 2022-12-14T20:48:41 Checking auto update branch... 2022-12-14T20:48:41 No auto update branch exists 2022-12-14T20:48:44 [version] 2022-12-14T20:48:44 [version] generic version rewriter does not support multiple hashes 2022-12-14T20:48:44 [rustCrateVersion] 2022-12-14T20:48:44 [rustCrateVersion] No cargoSha256 found 2022-12-14T20:48:44 [golangModuleVersion] 2022-12-14T20:48:46 [golangModuleVersion] Found old vendorSha256 = sha256-af+uO3NEkMt+aZoOa8NWccgtLD0Kggr2ZZwfIxoP3EU= 2022-12-14T20:48:53 [golangModuleVersion] Replaced vendorSha256 with sha256-dyt7JDHsmbdMccIHVaG6N1lAwcM5xKeYoZ2Giwfkgqc= 2022-12-14T20:49:01 [golangModuleVersion] Finished updating vendorSha256 2022-12-14T20:49:01 [updateScript] 2022-12-14T20:49:01 [updateScript] skipping because derivation has no updateScript 2022-12-14T20:49:01 2022-12-14T20:49:01 [quotedUrls] 2022-12-14T20:49:02 [quotedUrls] nothing found to replace 2022-12-14T20:49:02 Diff after rewrites: diff --git a/pkgs/applications/misc/tut/default.nix b/pkgs/applications/misc/tut/default.nix index b33182dc68a..cc2d9624d6f 100644 --- a/pkgs/applications/misc/tut/default.nix +++ b/pkgs/applications/misc/tut/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "tut"; - version = "1.0.24"; + version = "1.0.25"; src = fetchFromGitHub { owner = "RasmusLindroth"; repo = pname; rev = version; - sha256 = "sha256-UkgZOBNEeeYkcdp8beePrFmFLa7UWGbQ4dynl8QwnK8="; + sha256 = "sha256-wSCT8GaBMBzxtPsspc+kS4mMVayMEBBSzXZB3dQ3Nj8="; }; - vendorSha256 = "sha256-af+uO3NEkMt+aZoOa8NWccgtLD0Kggr2ZZwfIxoP3EU="; + vendorSha256 = "sha256-dyt7JDHsmbdMccIHVaG6N1lAwcM5xKeYoZ2Giwfkgqc="; meta = with lib; { description = "A TUI for Mastodon with vim inspired keys"; 2022-12-14T20:50:28 Successfully finished processing 2022-12-14T20:50:28 cachix "/nix/store/0d4wp5vq3y1n1hk5sirlykgdg3jah1k4-tut-1.0.25" 2022-12-14T20:50:34 [check][nixpkgs-review] 2022-12-14T20:53:16 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-14T20:53:20 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/RasmusLindroth/tut/releases. meta.description for tut is: "A TUI for Mastodon with vim inspired keys" meta.homepage for tut is: "https://github.com/RasmusLindroth/tut" meta.changelog for tut is: "" ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/RasmusLindroth/tut/releases/tag/1.0.25) - [Compare changes on GitHub](https://github.com/RasmusLindroth/tut/compare/1.0.24...1.0.25) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.0.25 with grep in /nix/store/0d4wp5vq3y1n1hk5sirlykgdg3jah1k4-tut-1.0.25 - found 1.0.25 in filename of file in /nix/store/0d4wp5vq3y1n1hk5sirlykgdg3jah1k4-tut-1.0.25 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath tut ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/0d4wp5vq3y1n1hk5sirlykgdg3jah1k4-tut-1.0.25 \ --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 tut https://github.com/r-ryantm/nixpkgs/archive/a3f4f11aed12406496db9cbd32595daf33be5895.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/0d4wp5vq3y1n1hk5sirlykgdg3jah1k4-tut-1.0.25 ls -la /nix/store/0d4wp5vq3y1n1hk5sirlykgdg3jah1k4-tut-1.0.25/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 @equirosa 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-14T20:53:22 https://api.github.com/repos/NixOS/nixpkgs/pulls/206129