We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d53df0a + f1b1f80 commit 40c2168Copy full SHA for 40c2168
pkgs/development/tools/misc/coccinelle/default.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "coccinelle";
11
- version = "1.2";
+ version = "1.3.0";
12
13
src = fetchFromGitHub {
14
repo = "coccinelle";
15
rev = finalAttrs.version;
16
owner = "coccinelle";
17
- hash = "sha256-v51KQLMJENLrlstCsP3DAuJJFMyjFyOZPJ7cRW5ovws=";
+ hash = "sha256-be95cuFP6bAdpCT0Z9zBAx9cc3gYuuXAmHYaI/bmyTE=";
18
};
19
20
nativeBuildInputs = with ocamlPackages; [
0 commit comments