crystalline: 0.9.0 -> 0.10.0

This commit is contained in:
Theodore Ni 2023-07-13 16:11:19 -07:00
parent 7bc11802ed
commit 83a4d4fd2f
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -7,7 +7,7 @@
}: }:
let let
version = "0.9.0"; version = "0.10.0";
in in
crystal.buildCrystalPackage { crystal.buildCrystalPackage {
pname = "crystalline"; pname = "crystalline";
@ -17,7 +17,7 @@ crystal.buildCrystalPackage {
owner = "elbywan"; owner = "elbywan";
repo = "crystalline"; repo = "crystalline";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-kx3rdGqIbrOaHY7V3uXLqIFEYzzsMKzNwZ6Neq8zM3c="; hash = "sha256-g4k/vP7yYbTAy2bTAfr6HQhkskWfI6Zv2lxP+AZf6yw=";
}; };
format = "crystal"; format = "crystal";