1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

tijolo: 0.8.1 -> 0.9.0

This commit is contained in:
R. Ryantm 2024-06-28 03:08:48 +00:00
parent f60c6b6c78
commit d83ec2dc5f

View file

@ -15,13 +15,13 @@
crystal.buildCrystalPackage rec {
pname = "tijolo";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "hugopl";
repo = "tijolo";
rev = "v${version}";
hash = "sha256-+sRcS5bVH6WLmSDLiPw608OB6OjBVwLqWxGT5Y6caBc=";
hash = "sha256-RVdZce9csnhJx5p+jBANDCsz2eB/l3EHExwKMbKL9y0=";
};
postPatch = ''