2022-12-17T20:28:36 nickel 0.3.0 -> 0.3.1 https://github.com/tweag/nickel/releases 2022-12-17T20:28:38 attrpath: nickel 2022-12-17T20:28:38 Checking auto update branch... 2022-12-17T20:28:38 No auto update branch exists 2022-12-17T20:28:42 [version] 2022-12-17T20:28:42 [version] generic version rewriter does not support multiple hashes 2022-12-17T20:28:42 [rustCrateVersion] 2022-12-17T20:30:14 [rustCrateVersion] Replacing cargoSha256 with sha256-E8eIUASjCIVsZhptbU41VfK8bFmA4FTT3LVagLrgUso= 2022-12-17T20:32:52 [rustCrateVersion] Finished updating Crate version and replacing hashes 2022-12-17T20:32:52 [golangModuleVersion] 2022-12-17T20:32:52 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-17T20:32:52 [updateScript] 2022-12-17T20:32:52 [updateScript] skipping because derivation has no updateScript 2022-12-17T20:32:52 2022-12-17T20:32:52 [quotedUrls] 2022-12-17T20:32:52 [quotedUrls] nothing found to replace 2022-12-17T20:32:53 Diff after rewrites: diff --git a/pkgs/development/interpreters/nickel/default.nix b/pkgs/development/interpreters/nickel/default.nix index 00fd78bdd0c..714e9a3f981 100644 --- a/pkgs/development/interpreters/nickel/default.nix +++ b/pkgs/development/interpreters/nickel/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "nickel"; - version = "0.3.0"; + version = "0.3.1"; src = fetchFromGitHub { owner = "tweag"; repo = pname; rev = "refs/tags/${version}"; # because pure ${version} doesn't work - hash = "sha256-L2MQ0dS9mZ+SOFoS/rclPtEl3/iFyEKn6Bse/ysHyKo="; + hash = "sha256-bUUQP7ze0j8d+VEckexDOferAgAHdKZbdKR3q0TNOeE="; }; - cargoSha256 = "sha256-3ucWGmylRatJOl8zktSRMXr5p6L+5+LQV6ALJTtQpiA="; + cargoSha256 = "sha256-E8eIUASjCIVsZhptbU41VfK8bFmA4FTT3LVagLrgUso="; meta = with lib; { homepage = "https://nickel-lang.org/"; 2022-12-17T20:34:21 Successfully finished processing 2022-12-17T20:34:21 cachix "/nix/store/jb4yd338w3k9qbs8js6q1gqqr6n36xyq-nickel-0.3.1" 2022-12-17T20:34:27 [check][nixpkgs-review] 2022-12-17T20:37:16 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-17T20:37:19 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/tweag/nickel/releases. meta.description for nickel is: "Better configuration for less" meta.homepage for nickel is: "https://nickel-lang.org/" meta.changelog for nickel is: "" ###### Updates performed - Rust version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.3.1 with grep in /nix/store/jb4yd338w3k9qbs8js6q1gqqr6n36xyq-nickel-0.3.1 - found 0.3.1 in filename of file in /nix/store/jb4yd338w3k9qbs8js6q1gqqr6n36xyq-nickel-0.3.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath nickel ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/jb4yd338w3k9qbs8js6q1gqqr6n36xyq-nickel-0.3.1 \ --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 nickel https://github.com/r-ryantm/nixpkgs/archive/44a3bccab9071f62b9d6c451d9e8f4ba2c249d2c.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/jb4yd338w3k9qbs8js6q1gqqr6n36xyq-nickel-0.3.1 ls -la /nix/store/jb4yd338w3k9qbs8js6q1gqqr6n36xyq-nickel-0.3.1/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 @AndersonTorres 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-17T20:37:21 https://api.github.com/repos/NixOS/nixpkgs/pulls/206605