2022-10-27T02:32:10 fheroes2 0 -> 1 2022-10-27T02:32:13 attrpath: fheroes2 2022-10-27T02:32:13 Checking auto update branch... 2022-10-27T02:32:16 [version] 2022-10-27T02:32:16 [version] skipping because derivation has updateScript 2022-10-27T02:32:16 [rustCrateVersion] 2022-10-27T02:32:16 [rustCrateVersion] No cargoSha256 found 2022-10-27T02:32:16 [golangModuleVersion] 2022-10-27T02:32:16 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-27T02:32:16 [updateScript] 2022-10-27T02:32:22 [updateScript] Success 2022-10-27T02:32:22 [updateScript] this derivation will be built: /nix/store/rf01x6pssdsllmd2k1y9xwgn556m2p9x-packages.json.drv building '/nix/store/rf01x6pssdsllmd2k1y9xwgn556m2p9x-packages.json.drv'... Going to be running update for following packages: - fheroes2-0.9.20 Press Enter key to continue... Running update for: - fheroes2-0.9.20: UPDATING ... - fheroes2-0.9.20: DONE. Packages updated! 2022-10-27T02:32:22 2022-10-27T02:32:22 [quotedUrls] 2022-10-27T02:32:23 [quotedUrls] nothing found to replace 2022-10-27T02:32:23 Diff after rewrites: diff --git a/pkgs/games/fheroes2/default.nix b/pkgs/games/fheroes2/default.nix index 5f3bb86d51d..95027214db0 100644 --- a/pkgs/games/fheroes2/default.nix +++ b/pkgs/games/fheroes2/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "fheroes2"; - version = "0.9.20"; + version = "fheroes2-android"; src = fetchFromGitHub { owner = "ihhub"; repo = "fheroes2"; rev = version; - sha256 = "sha256-IF8ESbMDvermghBGLMq+GdE67Hg5XedX0REGGnWQhRA="; + sha256 = "sha256-lL5l50WMfti8f/7rJ68LdY1MQJtFwmXwNKR5CmhEGa0="; }; buildInputs = [ gettext glibcLocalesUtf8 libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ]; 2022-10-27T02:33:57 No auto update branch exists 2022-10-27T02:33:59 Successfully finished processing 2022-10-27T02:33:59 cachix "/nix/store/rx8n7j4vy1qsgmm4bdjailhhz6b6gfri-fheroes2-fheroes2-android" 2022-10-27T02:34:00 [check][nixpkgs-review] 2022-10-27T02:37:11 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-10-27T02:37:14 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 fheroes2 is: "Free implementation of Heroes of Might and Magic II game engine" meta.homepage for fheroes2 is: "https://github.com/ihhub/fheroes2" meta.changelog for fheroes2 is: "" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/ihhub/fheroes2/releases/tag/fheroes2-android) - [Compare changes on GitHub](https://github.com/ihhub/fheroes2/compare/0.9.20...fheroes2-android) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found fheroes2-android with grep in /nix/store/rx8n7j4vy1qsgmm4bdjailhhz6b6gfri-fheroes2-fheroes2-android - found fheroes2-android in filename of file in /nix/store/rx8n7j4vy1qsgmm4bdjailhhz6b6gfri-fheroes2-fheroes2-android ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath fheroes2 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/rx8n7j4vy1qsgmm4bdjailhhz6b6gfri-fheroes2-fheroes2-android \ --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 fheroes2 https://github.com/r-ryantm/nixpkgs/archive/64fb3beeb35076a01605d35780dfaeb8ef2507b7.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/rx8n7j4vy1qsgmm4bdjailhhz6b6gfri-fheroes2-fheroes2-android ls -la /nix/store/rx8n7j4vy1qsgmm4bdjailhhz6b6gfri-fheroes2-fheroes2-android/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 @karolchmist 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-10-27T02:37:15 https://api.github.com/repos/NixOS/nixpkgs/pulls/198000 2022-10-27T06:27:50 fheroes2 0 -> 1 2022-10-27T06:27:52 attrpath: fheroes2 2022-10-27T06:27:52 Checking auto update branch... 2022-10-27T06:27:56 [version] 2022-10-27T06:27:56 [version] skipping because derivation has updateScript 2022-10-27T06:27:56 [rustCrateVersion] 2022-10-27T06:27:56 [rustCrateVersion] No cargoSha256 found 2022-10-27T06:27:56 [golangModuleVersion] 2022-10-27T06:27:56 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-27T06:27:56 [updateScript] 2022-10-27T06:28:02 [updateScript] Success 2022-10-27T06:28:02 [updateScript] this derivation will be built: /nix/store/rf01x6pssdsllmd2k1y9xwgn556m2p9x-packages.json.drv building '/nix/store/rf01x6pssdsllmd2k1y9xwgn556m2p9x-packages.json.drv'... Going to be running update for following packages: - fheroes2-0.9.20 Press Enter key to continue... Running update for: - fheroes2-0.9.20: UPDATING ... - fheroes2-0.9.20: DONE. Packages updated! 2022-10-27T06:28:02 2022-10-27T06:28:02 [quotedUrls] 2022-10-27T06:28:02 [quotedUrls] nothing found to replace 2022-10-27T06:28:02 Diff after rewrites: diff --git a/pkgs/games/fheroes2/default.nix b/pkgs/games/fheroes2/default.nix index 5f3bb86d51d..95027214db0 100644 --- a/pkgs/games/fheroes2/default.nix +++ b/pkgs/games/fheroes2/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "fheroes2"; - version = "0.9.20"; + version = "fheroes2-android"; src = fetchFromGitHub { owner = "ihhub"; repo = "fheroes2"; rev = version; - sha256 = "sha256-IF8ESbMDvermghBGLMq+GdE67Hg5XedX0REGGnWQhRA="; + sha256 = "sha256-lL5l50WMfti8f/7rJ68LdY1MQJtFwmXwNKR5CmhEGa0="; }; buildInputs = [ gettext glibcLocalesUtf8 libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ]; 2022-10-27T06:29:37 An auto update branch exists with message `fheroes2: 0.9.20 -> fheroes2-android`. New version is fheroes2-android. 2022-10-27T06:29:37 An auto update branch exists with an equal or greater version 2022-10-27T15:09:48 fheroes2 0 -> 1 2022-10-27T15:09:51 attrpath: fheroes2 2022-10-27T15:09:51 Checking auto update branch... 2022-10-27T15:09:54 [version] 2022-10-27T15:09:54 [version] skipping because derivation has updateScript 2022-10-27T15:09:54 [rustCrateVersion] 2022-10-27T15:09:54 [rustCrateVersion] No cargoSha256 found 2022-10-27T15:09:54 [golangModuleVersion] 2022-10-27T15:09:54 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-27T15:09:54 [updateScript] 2022-10-27T15:10:01 [updateScript] Success 2022-10-27T15:10:01 [updateScript] Going to be running update for following packages: - fheroes2-0.9.20 Press Enter key to continue... Running update for: - fheroes2-0.9.20: UPDATING ... - fheroes2-0.9.20: DONE. Packages updated! 2022-10-27T15:10:01 2022-10-27T15:10:01 [quotedUrls] 2022-10-27T15:10:01 [quotedUrls] nothing found to replace 2022-10-27T15:10:01 Diff after rewrites: diff --git a/pkgs/games/fheroes2/default.nix b/pkgs/games/fheroes2/default.nix index 5f3bb86d51d..95027214db0 100644 --- a/pkgs/games/fheroes2/default.nix +++ b/pkgs/games/fheroes2/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "fheroes2"; - version = "0.9.20"; + version = "fheroes2-android"; src = fetchFromGitHub { owner = "ihhub"; repo = "fheroes2"; rev = version; - sha256 = "sha256-IF8ESbMDvermghBGLMq+GdE67Hg5XedX0REGGnWQhRA="; + sha256 = "sha256-lL5l50WMfti8f/7rJ68LdY1MQJtFwmXwNKR5CmhEGa0="; }; buildInputs = [ gettext glibcLocalesUtf8 libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ]; 2022-10-27T15:11:36 An auto update branch exists with message `fheroes2: 0.9.20 -> fheroes2-android`. New version is fheroes2-android. 2022-10-27T15:11:36 An auto update branch exists with an equal or greater version