Merge pull request #189373 from r-ryantm/auto-update/ocaml4.14.0-ogg

ocamlPackages.ogg: 0.7.2 -> 0.7.3
This commit is contained in:
superherointj 2022-09-19 09:32:07 -03:00 committed by GitHub
commit 6efeaaf558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
buildDunePackage rec {
pname = "ogg";
version = "0.7.2";
useDune2 = true;
version = "0.7.3";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-ogg";
rev = "v${version}";
sha256 = "sha256-EY1iVtB5M8//KJPT9FMDYVeBrE/lT30fCqTjjKKnWZU=";
sha256 = "sha256-D6tLKBSGfWBoMfQrWmamd8jo2AOphJV9xeSm+l06L5c=";
};
minimalOCamlVersion = "4.08";
buildInputs = [ dune-configurator ];
propagatedBuildInputs = [ libogg ];