2022-11-25T09:58:49 cppcheck 2.9.2 -> 2.9.3 https://repology.org/metapackage/cppcheck/versions 2022-11-25T09:58:51 attrpath: cppcheck 2022-11-25T09:58:51 Checking auto update branch... 2022-11-25T09:58:51 No auto update branch exists 2022-11-25T09:58:55 [version] 2022-11-25T09:58:58 [version] updated version and sha256 2022-11-25T09:58:58 [rustCrateVersion] 2022-11-25T09:58:58 [rustCrateVersion] No cargoSha256 found 2022-11-25T09:58:58 [golangModuleVersion] 2022-11-25T09:58:58 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T09:58:58 [updateScript] 2022-11-25T09:58:58 [updateScript] skipping because derivation has no updateScript 2022-11-25T09:58:58 2022-11-25T09:58:58 [quotedUrls] 2022-11-25T09:58:59 [quotedUrls] nothing found to replace 2022-11-25T09:58:59 Diff after rewrites: diff --git a/pkgs/development/tools/analysis/cppcheck/default.nix b/pkgs/development/tools/analysis/cppcheck/default.nix index 73b1385a00d..1a8183ebab8 100644 --- a/pkgs/development/tools/analysis/cppcheck/default.nix +++ b/pkgs/development/tools/analysis/cppcheck/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "cppcheck"; - version = "2.9.2"; + version = "2.9.3"; src = fetchFromGitHub { owner = "danmar"; repo = "cppcheck"; rev = version; - hash = "sha256-76JMC9kjeQO4ZuRQ4Kv7J141xy0M7kDTWWjQtJ/d5r0="; + hash = "sha256-AaZzr5r+tpG5M40HSx45KCUBPhN/nSpXxS5H3FuSx2c="; }; buildInputs = [ pcre 2022-11-25T10:02:49 Successfully finished processing 2022-11-25T10:02:49 cachix "/nix/store/v6q7m7agd77x8gx4j16haak9n1y59hz6-cppcheck-2.9.3" 2022-11-25T10:02:53 [check][nixpkgs-review] 2022-11-25T10:21:47 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
8 packages marked as broken and skipped:
1 package failed to build:
7 packages built:
2022-11-25T10:21:50 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/cppcheck/versions. meta.description for cppcheck is: "A static analysis tool for C/C++ code" meta.homepage for cppcheck is: "http://cppcheck.sourceforge.net/" meta.changelog for cppcheck is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/danmar/cppcheck/compare/2.9.2...2.9.3) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.9.3 with grep in /nix/store/v6q7m7agd77x8gx4j16haak9n1y59hz6-cppcheck-2.9.3 - found 2.9.3 in filename of file in /nix/store/v6q7m7agd77x8gx4j16haak9n1y59hz6-cppcheck-2.9.3 ---
Rebuild report (if merged into master) (click to expand) ``` 24 total rebuild path(s) 24 package rebuild(s) First fifty rebuilds by attrpath cppcheck freeorion libsForQt5.kdev-php libsForQt5.kdev-python libsForQt5.kdevelop libsForQt5.kdevelop-unwrapped libsForQt512.kdev-php libsForQt512.kdev-python libsForQt512.kdevelop libsForQt512.kdevelop-unwrapped libsForQt514.kdev-php libsForQt514.kdev-python libsForQt514.kdevelop libsForQt514.kdevelop-unwrapped libsForQt515.kdev-php libsForQt515.kdev-python libsForQt515.kdevelop libsForQt515.kdevelop-unwrapped plasma5Packages.kdev-php plasma5Packages.kdev-python plasma5Packages.kdevelop plasma5Packages.kdevelop-unwrapped rsstail sqlitecpp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/v6q7m7agd77x8gx4j16haak9n1y59hz6-cppcheck-2.9.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 cppcheck https://github.com/r-ryantm/nixpkgs/archive/830b438c3380cb5a09984b7464aee525962b1b45.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/v6q7m7agd77x8gx4j16haak9n1y59hz6-cppcheck-2.9.3 ls -la /nix/store/v6q7m7agd77x8gx4j16haak9n1y59hz6-cppcheck-2.9.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)
8 packages marked as broken and skipped:
1 package failed to build:
7 packages built:
--- ###### Maintainer pings cc @joachifm 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-25T10:21:53 https://api.github.com/repos/NixOS/nixpkgs/pulls/202822