Unverified Commit c72f91a7 authored by Emily's avatar Emily Committed by GitHub
Browse files

Merge pull request #266536 from emilylange/laurel

laurel: 0.5.3 -> 0.5.5
parents 85a14184 7f918487
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "laurel";
  version = "0.5.3";
  version = "0.5.5";

  src = fetchFromGitHub {
    owner = "threathunters-io";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-4SOnBIi45g2hYo+nFLI5soS+qRPzjkSYwmyMfVZCyVo=";
    rev = "refs/tags/v${version}";
    hash = "sha256-O1EdIEgg+QfOnnhcTpI1nwYjdLOWcdt90SQegn68AJI=";
  };

  cargoHash = "sha256-yrk3frsR8AQGDVFgP2fCIWmhw+dTZwvga1hF0IAwzjQ=";
  cargoHash = "sha256-wseysbjMkjPgKk7X9PpBck/IuafIFXfbRy+fPfR1CEY=";

  nativeBuildInputs = [ rustPlatform.bindgenHook ];
  buildInputs = [ acl ];