coccinelle: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2025-11-25 12:27:55 +00:00
parent 0b6cd52cdf
commit 3210c83024
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "coccinelle";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
repo = "coccinelle";
rev = finalAttrs.version;
owner = "coccinelle";
hash = "sha256-be95cuFP6bAdpCT0Z9zBAx9cc3gYuuXAmHYaI/bmyTE=";
hash = "sha256-ZNWuloXhAXWNNoVWLOuDbC3e6KNL7nzM2346tB04qXA=";
};
nativeBuildInputs = with ocamlPackages; [