artem 2.0.2 -> 2.0.6 https://github.com/finefindus/artem/releases attrpath: artem Checking auto update branch... An auto update branch exists with message `artem: 2.0.2 -> 2.0.4`. New version is 2.0.6. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-47HNoAA1qr39qQqfq+qZoCFyjKHu5pnRKC2QzA60K3k= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/graphics/artem/default.nix b/pkgs/applications/graphics/artem/default.nix index 8a5fb0f66ec6..18bc00983828 100644 --- a/pkgs/applications/graphics/artem/default.nix +++ b/pkgs/applications/graphics/artem/default.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage rec { pname = "artem"; - version = "2.0.2"; + version = "2.0.6"; src = fetchFromGitHub { owner = "finefindus"; repo = "artem"; rev = "v${version}"; - hash = "sha256-t8L1lylaacEHGg3wxVgiB2XmBHDGzql774oHrg/vUC0="; + hash = "sha256-iio0MJG0qVndhQvF2zgZ6Jw0za6bBQYFmtk1Mbxpq1E="; }; - cargoHash = "sha256-rsgl8g6AqNmdq2gJ3PHvKMb7eid8ewtheajGWSWbeBw="; + cargoHash = "sha256-47HNoAA1qr39qQqfq+qZoCFyjKHu5pnRKC2QzA60K3k="; nativeBuildInputs = [ installShellFiles Successfully finished processing cachix "/nix/store/wi6qxf4013064hinac3n0xrzqm42wpf7-artem-2.0.6" [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 https://github.com/finefindus/artem/releases. meta.description for artem is: A small CLI program to convert images to ASCII art meta.homepage for artem is: https://github.com/finefindus/artem meta.changelog for artem is: https://github.com/finefindus/artem/blob/v2.0.6/CHANGELOG.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/FineFindus/artem/releases/tag/v2.0.6) - [Compare changes on GitHub](https://github.com/finefindus/artem/compare/v2.0.2...v2.0.6) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.0.6 with grep in /nix/store/wi6qxf4013064hinac3n0xrzqm42wpf7-artem-2.0.6 - found 2.0.6 in filename of file in /nix/store/wi6qxf4013064hinac3n0xrzqm42wpf7-artem-2.0.6 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath artem ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/wi6qxf4013064hinac3n0xrzqm42wpf7-artem-2.0.6 \ --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 artem https://github.com/r-ryantm/nixpkgs/archive/b8179041eed66767a132c986bb522db0c9afdbfb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b8179041eed66767a132c986bb522db0c9afdbfb#artem ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/wi6qxf4013064hinac3n0xrzqm42wpf7-artem-2.0.6 ls -la /nix/store/wi6qxf4013064hinac3n0xrzqm42wpf7-artem-2.0.6/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 @figsoda 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/288341