Commit e61cccb2 authored by lucasew's avatar lucasew
Browse files

gi-crystal: 0.21.0 -> 0.22.2



Signed-off-by: default avatarlucasew <lucas59356@gmail.com>
parent b4c133a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
crystal.buildCrystalPackage rec {
  pname = "gi-crystal";
  version = "0.21.0";
  version = "0.22.2";

  src = fetchFromGitHub {
    owner = "hugopl";
    repo = "gi-crystal";
    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