crystalline: 0.17.1 -> 0.18.0

This commit is contained in:
R. Ryantm
2026-05-30 15:33:27 +00:00
parent 0d37563c0e
commit d15af2a4ae

View File

@@ -8,12 +8,12 @@
}:
let
version = "0.17.1";
version = "0.18.0";
src = fetchFromGitHub {
owner = "elbywan";
repo = "crystalline";
tag = "v${version}";
hash = "sha256-SIfInDY6KhEwEPZckgobOrpKXBDDd0KhQt/IjdGBhWo=";
hash = "sha256-Z5qVm1ovhMUccS9KSp8i7UowxxgEr9OvnJRYREaNmnM=";
};
in
crystal.buildCrystalPackage {