exercism 0 -> 1 attrpath: exercism Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sgl728dv98hbb1bxh17qjw5alyqglay6-packages.json.drv building '/nix/store/sgl728dv98hbb1bxh17qjw5alyqglay6-packages.json.drv'... Going to be running update for following packages: - exercism-3.2.0 Press Enter key to continue... Running update for: - exercism-3.2.0: UPDATING ... - exercism-3.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/exercism/default.nix b/pkgs/applications/misc/exercism/default.nix index b2a75359a3d3..d91f35980404 100644 --- a/pkgs/applications/misc/exercism/default.nix +++ b/pkgs/applications/misc/exercism/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "exercism"; - version = "3.2.0"; + version = "3.3.0"; src = fetchFromGitHub { owner = "exercism"; repo = "cli"; rev = "refs/tags/v${version}"; - hash = "sha256-+DXmbbs9oo667o5P0OVcfBMMIvyBzEAdbrq9i+U7p0k="; + hash = "sha256-Mtb5c1/k8kp7bETOSE0X969BV176jpoprr1/mQ3E4Vg="; }; - vendorHash = "sha256-wQGnGshsRJLe3niHDoyr3BTxbwrV3L66EjJ8x633uHY="; + vendorHash = "sha256-fnsSvbuVGRAndU88su2Ck7mV8QBDhxozdmwI3XGtxcA="; doCheck = false; No auto update branch exists Successfully finished processing cachix "/nix/store/f2zjd3chdjh3bh0f6qzx8ih9hh9m40ic-exercism-3.3.0" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
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 exercism is: A Go based command line tool for exercism.io meta.homepage for exercism is: https://github.com/exercism/cli ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.3.0 with grep in /nix/store/f2zjd3chdjh3bh0f6qzx8ih9hh9m40ic-exercism-3.3.0 - found 3.3.0 in filename of file in /nix/store/f2zjd3chdjh3bh0f6qzx8ih9hh9m40ic-exercism-3.3.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath exercism ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/f2zjd3chdjh3bh0f6qzx8ih9hh9m40ic-exercism-3.3.0 \ --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 exercism https://github.com/r-ryantm/nixpkgs/archive/d893f5eb1604b0add3faafb2b817e87c2ae325bd.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d893f5eb1604b0add3faafb2b817e87c2ae325bd#exercism ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/f2zjd3chdjh3bh0f6qzx8ih9hh9m40ic-exercism-3.3.0 ls -la /nix/store/f2zjd3chdjh3bh0f6qzx8ih9hh9m40ic-exercism-3.3.0/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 @rbasso @NobbZ 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/289407