Commit 711afefb authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.flac: 0.3.0 → 0.3.1

parent 6c60e61b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,15 +2,13 @@

buildDunePackage rec {
  pname = "flac";
  version = "0.3.0";

  useDune2 = true;
  version = "0.3.1";

  src = fetchFromGitHub {
    owner = "savonet";
    repo = "ocaml-flac";
    rev = "v${version}";
    sha256 = "06gfbrp30sdxigzkix83y1b610ljzik6rrxmbl3ppmpx4dqlwnxa";
    sha256 = "sha256-oMmxZtphEX/OPfyTumjkWQJidAjSRqriygaTjVJTCG0=";
  };

  nativeBuildInputs = [ pkg-config ];