gi-crystal: 0.18.0 -> 0.19.0

This commit is contained in:
R. Ryantm 2023-10-10 03:53:19 +00:00
parent 8a0223ec08
commit f8c90f75d2

View file

@ -5,13 +5,13 @@
}:
crystal.buildCrystalPackage rec {
pname = "gi-crystal";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "hugopl";
repo = "gi-crystal";
rev = "v${version}";
hash = "sha256-9px6JRdVzsUoU5wlO+blH1OBGKskozF3WvqLV/EYiiA=";
hash = "sha256-SwBzGAgs0cBbBYXtaJSDWjORE+vrvI5aKG9kaC9VA4o=";
};
# Make sure gi-crystal picks up the name of the so or dylib and not the leading nix store path