ocamlPackages.flac: 0.3.0 → 0.3.1

This commit is contained in:
Vincent Laporte 2022-11-13 15:12:27 +01:00 committed by Vincent Laporte
parent 6c60e61bea
commit 711afefbd1

View file

@ -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 ];