crystal2nix: 0.1.0 -> 0.1.1

This commit is contained in:
Peter Hoeg 2021-03-29 17:20:38 +08:00
parent 96e4052d70
commit 3f358d4574

View file

@ -2,13 +2,13 @@
crystal.buildCrystalPackage rec { crystal.buildCrystalPackage rec {
pname = "crystal2nix"; pname = "crystal2nix";
version = "0.1.0"; version = "0.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "peterhoeg"; owner = "peterhoeg";
repo = "crystal2nix"; repo = "crystal2nix";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-K1ElG8VC/D0axmSRaufH3cE50xNQisAmFucDkV+5O0s="; sha256 = "sha256-LKZychkhWy/rVdrP3Yo6g8CL1pGdiZlBykzFjnWh0fg=";
}; };
format = "shards"; format = "shards";