Unverified Commit 40c21681 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

coccinelle: 1.2 -> 1.3.0 (#361275)

parents d53df0a8 f1b1f80d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "coccinelle";
  version = "1.2";
  version = "1.3.0";

  src = fetchFromGitHub {
    repo = "coccinelle";
    rev = finalAttrs.version;
    owner = "coccinelle";
    hash = "sha256-v51KQLMJENLrlstCsP3DAuJJFMyjFyOZPJ7cRW5ovws=";
    hash = "sha256-be95cuFP6bAdpCT0Z9zBAx9cc3gYuuXAmHYaI/bmyTE=";
  };

  nativeBuildInputs = with ocamlPackages; [