Skip to content

Commit

Permalink
ocamlPackages.cry: 0.6.7 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dali99 committed Nov 16, 2023
1 parent dcb049a commit 6253b5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/ocaml-modules/cry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@

buildDunePackage rec {
pname = "cry";
version = "0.6.7";
version = "1.0.1";

src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-cry";
rev = "v${version}";
sha256 = "sha256-1Omp3LBKGTPVwEBd530H0Djn3xiEjOHLqso6S8yIJSQ=";
sha256 = "sha256-wn9hLqbydzFTdYsJ1e76dmDLtwcZ7CGjbzFe5o9veYQ=";
};

postPatch = ''
substituteInPlace src/dune --replace bytes ""
'';

minimalOCamlVersion = "4.12";

meta = with lib; {
homepage = "https://github.com/savonet/ocaml-cry";
description = "OCaml client for the various icecast & shoutcast source protocols";
Expand Down

0 comments on commit 6253b5c

Please sign in to comment.