ccache 0 -> 1 attrpath: ccache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bywr0nx5wp5an6pclcakwbj60lwa6il2-packages.json.drv building '/nix/store/bywr0nx5wp5an6pclcakwbj60lwa6il2-packages.json.drv'... Going to be running update for following packages: - ccache-4.8.2 Press Enter key to continue... Running update for: - ccache-4.8.2: UPDATING ... - ccache-4.8.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/misc/ccache/default.nix b/pkgs/development/tools/misc/ccache/default.nix index 443f1b2c4570..0faf885d6060 100644 --- a/pkgs/development/tools/misc/ccache/default.nix +++ b/pkgs/development/tools/misc/ccache/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "ccache"; - version = "4.8.2"; + version = "4.8.3"; src = fetchFromGitHub { owner = "ccache"; repo = "ccache"; rev = "refs/tags/v${finalAttrs.version}"; - sha256 = "sha256-wft9T0XzTJhN/85kV+pIAUqTvcIBClbj+nHPQK0ncVE="; + sha256 = "sha256-fcstTjwwOh5SAe6+VT5MpBaD+AEFoQtHop99dOMr7/A="; }; outputs = [ "out" "man" ]; No auto update branch exists Successfully finished processing cachix "/nix/store/crvgghqrh3b5flsr8phblp2dxflaf19m-ccache-4.8.3" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
3 packages 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 ccache is: Compiler cache for fast recompilation of C/C++ code meta.homepage for ccache is: https://ccache.dev meta.changelog for ccache is: https://ccache.dev/releasenotes.html#_ccache_4_8_3 ###### 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 4.8.3 with grep in /nix/store/crvgghqrh3b5flsr8phblp2dxflaf19m-ccache-4.8.3 - found 4.8.3 in filename of file in /nix/store/crvgghqrh3b5flsr8phblp2dxflaf19m-ccache-4.8.3 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath ccache ccacheStdenv ccacheWrapper redpanda-server ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/crvgghqrh3b5flsr8phblp2dxflaf19m-ccache-4.8.3 \ --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 ccache https://github.com/r-ryantm/nixpkgs/archive/5ebc1a62046e793db52178b4cd600b79e5a1cb92.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/crvgghqrh3b5flsr8phblp2dxflaf19m-ccache-4.8.3 ls -la /nix/store/crvgghqrh3b5flsr8phblp2dxflaf19m-ccache-4.8.3/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 failed to build:
3 packages built:
--- ###### Maintainer pings cc @kira-bruneau @r-burns 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/253894