Merge pull request #246171 from sund3RRR/tijolo-0.7.4

tijolo: 0.7.3->0.7.4
This commit is contained in:
Nick Cao
2023-07-30 18:24:53 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -11,13 +11,13 @@
}:
crystal.buildCrystalPackage rec {
pname = "tijolo";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "hugopl";
repo = "tijolo";
rev = "v${version}";
hash = "sha256-15not/B+O+wIZ/fvLFy26/dyvq0E+bZUeoSZ6HxMMKg=";
hash = "sha256-3TfXvRVP3lu43qF3RWCHnZ3czTaSl5EzrhuTlpnMfKo=";
};
nativeBuildInputs = [ wrapGAppsHook ]
@@ -27,7 +27,7 @@ crystal.buildCrystalPackage rec {
buildTargets = [ "all" ];
doCheck = false;
shardsFile = ./tijolo-shards.nix;
shardsFile = ./shards.nix;
installTargets = [ "install" "install-fonts"];
doInstallCheck = false;