ocamlPackages.opus: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2022-08-01 01:31:56 +00:00
parent 5857574d45
commit 4851b2f769

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "opus";
version = "0.2.1";
version = "0.2.2";
useDune2 = true;
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "savonet";
repo = "ocaml-opus";
rev = "v${version}";
sha256 = "09mgnprhhs1adqm25c0qjhknswbh6va3jknq06fnp1jszszcjf4s";
sha256 = "sha256-Ghfqw/J1oLbTJpYJaiB5M79jaA6DACvyxBVE+NjnPkg=";
};
nativeBuildInputs = [ pkg-config ];