Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cppcheck: 2.12.0 -> 2.12.1

+2 -2
+2 -2
pkgs/development/tools/analysis/cppcheck/default.nix
··· 14 14 15 15 stdenv.mkDerivation (finalAttrs: { 16 16 pname = "cppcheck"; 17 - version = "2.12.0"; 17 + version = "2.12.1"; 18 18 19 19 outputs = [ "out" "man" ]; 20 20 ··· 22 22 owner = "danmar"; 23 23 repo = "cppcheck"; 24 24 rev = finalAttrs.version; 25 - hash = "sha256-Rfm63ERmTsmmH8W6aiBMx+NiQjzGuoWHqHRRqWishhw="; 25 + hash = "sha256-I1z4OZaWUD1sqPf7Z0ISoRl5mrGTFq0l5u2ct29fOmQ="; 26 26 }; 27 27 28 28 nativeBuildInputs = [