Skip to content

Commit 40c2168

Browse files
authored
coccinelle: 1.2 -> 1.3.0 (#361275)
2 parents d53df0a + f1b1f80 commit 40c2168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/misc/coccinelle/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "coccinelle";
11-
version = "1.2";
11+
version = "1.3.0";
1212

1313
src = fetchFromGitHub {
1414
repo = "coccinelle";
1515
rev = finalAttrs.version;
1616
owner = "coccinelle";
17-
hash = "sha256-v51KQLMJENLrlstCsP3DAuJJFMyjFyOZPJ7cRW5ovws=";
17+
hash = "sha256-be95cuFP6bAdpCT0Z9zBAx9cc3gYuuXAmHYaI/bmyTE=";
1818
};
1919

2020
nativeBuildInputs = with ocamlPackages; [

0 commit comments

Comments
 (0)