Merge pull request #300454 from r-ryantm/auto-update/crystalline

crystalline: 0.12.1 -> 0.12.2
This commit is contained in:
Nick Cao 2024-03-31 15:54:52 -04:00 committed by GitHub
commit bbbad97414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
}: }:
let let
version = "0.12.1"; version = "0.12.2";
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}";
hash = "sha256-b/j1V5JlT+rjWYAA8nrE0PWHrzQq4rUZxZlADMmtpBk="; hash = "sha256-9CXWw7Jye5XZzPdzz+Dnvyy7Wk1ENM0an8vOFrPbESA=";
}; };
format = "crystal"; format = "crystal";