···77}:
88crystal.buildCrystalPackage rec {
99 pname = "gi-crystal";
1010- version = "0.24.0";
1010+ version = "0.25.1";
11111212 src = fetchFromGitHub {
1313 owner = "hugopl";
1414 repo = "gi-crystal";
1515 rev = "v${version}";
1616- hash = "sha256-0LsYREn4zWLQYUTpNWJhLLHWmg7UQzxOoQiAMmw3ZXQ=";
1616+ hash = "sha256-+sc36YjaVKBkrg8Ond4hCZoObnSHIU/jyMRalZ+OAwk=";
1717 };
18181919- # Make sure gi-crystal picks up the name of the so or dylib and not the leading nix store path
2020- # when the package name happens to start with “lib”.
2119 patches = [
2220 ./src.patch
2323- ./store-friendly-library-name.patch
2421 ];
25222623 nativeBuildInputs = [ gobject-introspection ];