crystalline: 0.10.0 -> 0.12.1

This commit is contained in:
sefidel 2024-02-04 20:20:38 +09:00 committed by Peter Hoeg
parent ec87711e54
commit 128901ebfd
1 changed files with 2 additions and 2 deletions

View File

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