2022-12-02T20:32:42 mame 0 -> 1 2022-12-02T20:32:44 attrpath: mame 2022-12-02T20:32:44 Checking auto update branch... 2022-12-02T20:32:47 [version] 2022-12-02T20:32:47 [version] generic version rewriter does not support multiple hashes 2022-12-02T20:32:47 [rustCrateVersion] 2022-12-02T20:32:47 [rustCrateVersion] No cargoSha256 found 2022-12-02T20:32:47 [golangModuleVersion] 2022-12-02T20:32:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-02T20:32:47 [updateScript] 2022-12-02T20:33:32 [updateScript] Success 2022-12-02T20:33:32 [updateScript] these 2 derivations will be built: /nix/store/dn882fkr79fq57wcg5rcyci5rq9fdxwv-mame-update-script.drv /nix/store/ykm8dnddz1b0s1wl73i4dzqk13g6v47y-packages.json.drv building '/nix/store/dn882fkr79fq57wcg5rcyci5rq9fdxwv-mame-update-script.drv'... building '/nix/store/ykm8dnddz1b0s1wl73i4dzqk13g6v47y-packages.json.drv'... Going to be running update for following packages: - mame-0.249 Press Enter key to continue... Running update for: - mame-0.249: UPDATING ... - mame-0.249: DONE. Packages updated! 2022-12-02T20:33:32 2022-12-02T20:33:32 [quotedUrls] 2022-12-02T20:33:32 [quotedUrls] nothing found to replace 2022-12-02T20:33:32 Diff after rewrites: diff --git a/pkgs/applications/emulators/mame/default.nix b/pkgs/applications/emulators/mame/default.nix index 48d77ce5e6f..a5b104d31ab 100644 --- a/pkgs/applications/emulators/mame/default.nix +++ b/pkgs/applications/emulators/mame/default.nix @@ -45,13 +45,13 @@ let in stdenv.mkDerivation rec { pname = "mame"; - version = "0.249"; + version = "0.250"; src = fetchFromGitHub { owner = "mamedev"; repo = "mame"; rev = "mame${builtins.replaceStrings [ "." ] [ "" ] version}"; - sha256 = "sha256-im6y/E0pQxruX2kNXZLE3fHq+zXfsstnOoC1QvH4fd4="; + sha256 = "sha256-jexs/1ovRk9Is5orD7hT9fN+dYm+WA+57aZ6JH7zjL4="; }; outputs = [ "out" "tools" ]; 2022-12-02T20:35:00 No auto update branch exists 2022-12-02T20:56:08 Successfully finished processing 2022-12-02T20:56:08 cachix "/nix/store/ggb2gw7bjn6pb9wdbc3myb099lik6ck1-mame-0.250" 2022-12-02T20:56:41 [check][nixpkgs-review] 2022-12-02T20:59:36 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
2022-12-02T20:59:39 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 mame is: "Is a multi-purpose emulation framework" meta.homepage for mame is: "https://www.mamedev.org/" meta.changelog for mame is: "" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/mamedev/mame/releases/tag/mame0250) - [Compare changes on GitHub](https://github.com/mamedev/mame/compare/mame0249...mame0250) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.250 with grep in /nix/store/ggb2gw7bjn6pb9wdbc3myb099lik6ck1-mame-0.250 - found 0.250 in filename of file in /nix/store/ggb2gw7bjn6pb9wdbc3myb099lik6ck1-mame-0.250 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath mame mame-tools ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ggb2gw7bjn6pb9wdbc3myb099lik6ck1-mame-0.250 \ --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 mame https://github.com/r-ryantm/nixpkgs/archive/bd2f039f4559e434dee1e55b638234fe99e79e6e.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/ggb2gw7bjn6pb9wdbc3myb099lik6ck1-mame-0.250 ls -la /nix/store/ggb2gw7bjn6pb9wdbc3myb099lik6ck1-mame-0.250/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)
2 packages built:
--- ###### Maintainer pings cc @thiagokokada 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-02T20:59:41 https://api.github.com/repos/NixOS/nixpkgs/pulls/204176