Merge pull request #315427 from AMS21/cppcheck_2.14.1

cppcheck: 2.14.0 -> 2.14.1
This commit is contained in:
Pol Dellaiera 2024-06-02 13:51:08 +02:00 committed by GitHub
commit b1f857f23a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cppcheck";
version = "2.14.0";
version = "2.14.1";
outputs = [ "out" "man" ];
@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "danmar";
repo = "cppcheck";
rev = finalAttrs.version;
hash = "sha256-w5k7WO2Kwx0ac/vP54ndPUp/AG6jG3MDf03h5z/+Cso=";
hash = "sha256-KXE3zmhaTweQhs0Qh7Xd5ILiuGVewtrvOkRkt8hjU58=";
};
nativeBuildInputs = [