tijolo: 0.7.3->0.7.4

This commit is contained in:
sunder 2023-07-30 13:09:04 +03:00
parent e2022dbe6f
commit b8d4f020e3
2 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
}: }:
crystal.buildCrystalPackage rec { crystal.buildCrystalPackage rec {
pname = "tijolo"; pname = "tijolo";
version = "0.7.3"; version = "0.7.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hugopl"; owner = "hugopl";
repo = "tijolo"; repo = "tijolo";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-15not/B+O+wIZ/fvLFy26/dyvq0E+bZUeoSZ6HxMMKg="; hash = "sha256-3TfXvRVP3lu43qF3RWCHnZ3czTaSl5EzrhuTlpnMfKo=";
}; };
nativeBuildInputs = [ wrapGAppsHook ] nativeBuildInputs = [ wrapGAppsHook ]
@ -27,7 +27,7 @@ crystal.buildCrystalPackage rec {
buildTargets = [ "all" ]; buildTargets = [ "all" ];
doCheck = false; doCheck = false;
shardsFile = ./tijolo-shards.nix; shardsFile = ./shards.nix;
installTargets = [ "install" "install-fonts"]; installTargets = [ "install" "install-fonts"];
doInstallCheck = false; doInstallCheck = false;