Skip to content

Commit

Permalink
bump awa
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Aug 28, 2024
1 parent 0ef4f4b commit 51d3596
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,13 @@ with oself;
propagatedBuildInputs = [ atd cmdliner ];
};

awa = osuper.awa.overrideAttrs (_: {
src = builtins.fetchurl {
url = "https://github.com/mirage/awa-ssh/releases/download/v0.4.0/awa-0.4.0.tbz";
sha256 = "1d69d64im477z982vkny3q4q3ps3fwgsri4vqz0wimw9pwdcl15q";
};
});

multiformats = buildDunePackage {
pname = "multiformats";
version = "dev";
Expand Down

0 comments on commit 51d3596

Please sign in to comment.