2022-11-03T04:45:15 clojure 0 -> 1 2022-11-03T04:45:17 attrpath: clojure 2022-11-03T04:45:17 Checking auto update branch... 2022-11-03T04:45:21 [version] 2022-11-03T04:45:21 [version] skipping because derivation has updateScript 2022-11-03T04:45:21 [rustCrateVersion] 2022-11-03T04:45:21 [rustCrateVersion] No cargoSha256 found 2022-11-03T04:45:21 [golangModuleVersion] 2022-11-03T04:45:21 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-03T04:45:21 [updateScript] 2022-11-03T04:45:27 [updateScript] Success 2022-11-03T04:45:27 [updateScript] these 2 derivations will be built: /nix/store/ddbq6yb4bmfnwi8j8gi5i70ak1yplqq0-update-clojure.drv /nix/store/i0vrznbbv85bq2ijcz62cq549hlgnrix-packages.json.drv building '/nix/store/ddbq6yb4bmfnwi8j8gi5i70ak1yplqq0-update-clojure.drv'... building '/nix/store/i0vrznbbv85bq2ijcz62cq549hlgnrix-packages.json.drv'... Going to be running update for following packages: - clojure-1.11.1.1182 Press Enter key to continue... Running update for: - clojure-1.11.1.1182: UPDATING ... - clojure-1.11.1.1182: DONE. Packages updated! 2022-11-03T04:45:27 2022-11-03T04:45:27 [quotedUrls] 2022-11-03T04:45:27 [quotedUrls] nothing found to replace 2022-11-03T04:45:27 Diff after rewrites: diff --git a/pkgs/development/interpreters/clojure/default.nix b/pkgs/development/interpreters/clojure/default.nix index 6d51aec72ca..3bea390bd4c 100644 --- a/pkgs/development/interpreters/clojure/default.nix +++ b/pkgs/development/interpreters/clojure/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "clojure"; - version = "1.11.1.1182"; + version = "1.11.1.1189"; src = fetchurl { # https://clojure.org/releases/tools url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz"; - sha256 = "sha256-u6qTQwtoN47UedSsxsyV0ej3C6Ta5ncbP3lZzTmvPr8="; + sha256 = "sha256-wg5iN5/UT6jb68vF98mgSl21fLG9BdEcXH0EEmvnEOs="; }; nativeBuildInputs = [ 2022-11-03T04:47:01 No auto update branch exists 2022-11-03T04:47:04 Successfully finished processing 2022-11-03T04:47:04 cachix "/nix/store/n35qn5qxhyfk4g1rhimkql7p4dq0dkjl-clojure-1.11.1.1189" 2022-11-03T04:47:14 [check][nixpkgs-review] 2022-11-03T04:50:14 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-11-03T04:50:17 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 clojure is: "A Lisp dialect for the JVM" meta.homepage for clojure is: "https://clojure.org/" meta.changelog for clojure is: "" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.11.1.1189 with grep in /nix/store/n35qn5qxhyfk4g1rhimkql7p4dq0dkjl-clojure-1.11.1.1189 - found 1.11.1.1189 in filename of file in /nix/store/n35qn5qxhyfk4g1rhimkql7p4dq0dkjl-clojure-1.11.1.1189 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath clojure ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/n35qn5qxhyfk4g1rhimkql7p4dq0dkjl-clojure-1.11.1.1189 \ --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 clojure https://github.com/r-ryantm/nixpkgs/archive/d92b6cead01fe13ac8cf9961992de8f692866b84.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/n35qn5qxhyfk4g1rhimkql7p4dq0dkjl-clojure-1.11.1.1189 ls -la /nix/store/n35qn5qxhyfk4g1rhimkql7p4dq0dkjl-clojure-1.11.1.1189/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 @jlesquembre @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-11-03T04:50:18 https://api.github.com/repos/NixOS/nixpkgs/pulls/199302