about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-28 16:23:06 -0400
committerGitHub <noreply@github.com>2024-06-28 16:23:06 -0400
commitbdb3b030d210ce2bff50ef86c49c06fccb55e290 (patch)
treeddda8ea61e6342739518e3b75e796acb1cf9f397 /pkgs/applications/editors
parent5a426c7fa85bc57bb725a689166e8006167b7f63 (diff)
parentd83ec2dc5f03eac932d986dbe8510b4b0e40ff9c (diff)
Merge pull request #323077 from r-ryantm/auto-update/tijolo
tijolo: 0.8.1 -> 0.9.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/tijolo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/tijolo/default.nix b/pkgs/applications/editors/tijolo/default.nix
index ff198df57fe82..060c30a171a63 100644
--- a/pkgs/applications/editors/tijolo/default.nix
+++ b/pkgs/applications/editors/tijolo/default.nix
@@ -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 = ''