ocamlPackages.flac: 0.5.0 -> 0.5.1 (#367265)

This commit is contained in:
Wolfgang Walther
2025-01-01 21:05:20 +01:00
committed by GitHub
@@ -10,13 +10,13 @@
buildDunePackage rec {
pname = "flac";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-flac";
rev = "v${version}";
sha256 = "sha256-HRRQd//e6Eh2HuyO+U00ILu5FoBT9jf/nRJzDOie70A=";
sha256 = "sha256-68zunpRIX4lrRsKJhDF3Sre6Rp3g+ntP19ObFqG57jE=";
};
nativeBuildInputs = [ pkg-config ];
@@ -29,7 +29,7 @@ buildDunePackage rec {
meta = with lib; {
homepage = "https://github.com/savonet/ocaml-flac";
description = "Bindings for flac";
license = licenses.gpl2Only;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ dandellion ];
};
}