smatch: 1.72 -> 1.73

This commit is contained in:
Mario Rodas 2022-12-07 04:20:00 +00:00
parent 7391fb2761
commit 8dcbf7c09a

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "smatch";
version = "1.72";
version = "1.73";
src = fetchFromGitHub {
owner = "error27";
repo = "smatch";
rev = version;
sha256 = "sha256-XVW4sAgIxaJjAk75bp/O286uddIfgfKtIA2LniUGWBM=";
sha256 = "sha256-Pv3bd2cjnQKnhH7TrkYWfDEeaq6u/q/iK1ZErzn6bME=";
};
nativeBuildInputs = [ pkg-config ];
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A semantic analysis tool for C";
homepage = "http://smatch.sourceforge.net/";
homepage = "https://sparse.docs.kernel.org/";
maintainers = with maintainers; [ marsam ];
license = licenses.gpl2Plus;
platforms = platforms.all;