gi-crystal: 0.21.0 -> 0.22.2

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2024-05-16 16:37:33 -03:00
parent b4c133a874
commit e61cccb266

View File

@ -6,13 +6,13 @@
}: }:
crystal.buildCrystalPackage rec { crystal.buildCrystalPackage rec {
pname = "gi-crystal"; pname = "gi-crystal";
version = "0.21.0"; version = "0.22.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hugopl"; owner = "hugopl";
repo = "gi-crystal"; repo = "gi-crystal";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-hL+4MvJn1z9UKCtyvU4zzIxOwRyYQ3Qt4qRb5F0J+sg="; hash = "sha256-JfBbKqobikpTGMryeO86zZ46EbOHybem+Cc5FZEL6i4=";
}; };
# Make sure gi-crystal picks up the name of the so or dylib and not the leading nix store path # Make sure gi-crystal picks up the name of the so or dylib and not the leading nix store path