gi-crystal: 0.18.0 -> 0.19.0
This commit is contained in:
parent
8a0223ec08
commit
f8c90f75d2
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.18.0";
|
version = "0.19.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hugopl";
|
owner = "hugopl";
|
||||||
repo = "gi-crystal";
|
repo = "gi-crystal";
|
||||||
rev = "v${version}";
|
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
|
# 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