Unverified Commit 2ae7db8a authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #195529 from r-ryantm/auto-update/thicket

thicket: 0.1.5 -> 0.1.6
parents d68d6a36 4c5a2d8b
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, crystal
, fetchFromGitHub
}:

crystal.buildCrystalPackage rec {
  pname = "thicket";
  version = "0.1.5";
  version = "0.1.6";

  src = fetchFromGitHub {
    owner = "taylorthurlow";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-7X1RKj/FWgJdgA7P746hU0ndUM49fH79ZNRSkvNZYFg=";
    sha256 = "sha256-sF+fNKEZEfjpW3buh6kFUpL1P0yO9g4SrTb0rhx1uNc=";
  };

  format = "shards";

  shardsFile = ./shards.nix;
  crystalBinaries.thicket.src = "src/thicket.cr";

  # there is one test that tries to clone a repo
+0 −8
Original line number Diff line number Diff line
{
  ameba = {
    owner = "veelenga";
    repo = "ameba";
    rev = "v0.14.3";
    sha256 = "1cfr95xi6hsyxw1wlrh571hc775xhwmssk3k14i8b7dgbwfmm5x1";
  };
}