Merge pull request #274405 from r-ryantm/auto-update/gi-crystal
gi-crystal: 0.19.0 -> 0.21.0
This commit is contained in:
commit
2c582537e7
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
}:
|
}:
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
pname = "gi-crystal";
|
pname = "gi-crystal";
|
||||||
version = "0.19.0";
|
version = "0.21.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hugopl";
|
owner = "hugopl";
|
||||||
repo = "gi-crystal";
|
repo = "gi-crystal";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-SwBzGAgs0cBbBYXtaJSDWjORE+vrvI5aKG9kaC9VA4o=";
|
hash = "sha256-hL+4MvJn1z9UKCtyvU4zzIxOwRyYQ3Qt4qRb5F0J+sg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue