Skip to content

Commit

Permalink
ocamlPackages.srt: 0.3.0 -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 30, 2024
1 parent ccd7e10 commit f0732fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/srt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

buildDunePackage rec {
pname = "srt";
version = "0.3.0";
version = "0.3.1";

minimalOCamlVersion = "4.08";

src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-srt";
rev = "v${version}";
sha256 = "sha256-iD18bCbouBuMpuSzruDZJoYz2YyN080RK8BavUF3beY=";
sha256 = "sha256-JGBc5HNk888Ynxw9RFnPtayNGuftUn3j6SUdQsKBc+w=";
};

buildInputs = [ dune-configurator ];
Expand Down

0 comments on commit f0732fc

Please sign in to comment.