Unverified Commit a179e55f authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

obelisk: 0.8.0 -> 0.8.1 (#392661)



* obelisk: 0.8.0 -> 0.8.1

---------

Co-authored-by: default avatarVincent Laporte <vbgl@users.noreply.github.com>
parent 51985244
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -7,13 +7,12 @@

ocamlPackages.buildDunePackage rec {
  pname = "obelisk";
  version = "0.8.0";
  duneVersion = "3";
  version = "0.8.1";
  src = fetchFromGitHub {
    owner = "Lelio-Brun";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-neN1s9GG+GKTs1iksHGWKGvWQrZOLrXyj9XJw9XLiNQ=";
    sha256 = "sha256-JJ8k9/6awKZH87T9Ut8x/hlshiUI6sy2fZtY6x2dIIk=";
  };

  strictDeps = true;