thicket: 0.1.5 -> 0.1.6

This commit is contained in:
R. Ryantm 2022-10-11 13:59:39 +00:00
parent 4b02f74d3c
commit 5db41b132d

View File

@ -5,13 +5,13 @@
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";