about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-24 23:18:47 -0400
committerGitHub <noreply@github.com>2024-04-24 23:18:47 -0400
commitf12c9a1fc858e1a9f37ac7447d14b315335dd15c (patch)
tree241cba0d6151460476a9163638648045dba91677 /pkgs/tools
parentb4431ca30f1c47d0a5577a142249b9ebe72a0e4e (diff)
parent4f9d7f5d69ccb7904c0ab005c72f3cbe15883120 (diff)
Merge pull request #306585 from r-ryantm/auto-update/tml
tml: 0.6.1 -> 0.7.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/tml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/tml/default.nix b/pkgs/tools/text/tml/default.nix
index 5a083bfc4d60c..0dc3cba1dbd19 100644
--- a/pkgs/tools/text/tml/default.nix
+++ b/pkgs/tools/text/tml/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "tml";
-  version = "0.6.1";
+  version = "0.7.0";
 
   src = fetchFromGitHub {
     owner = "liamg";
     repo = "tml";
     rev = "v${version}";
-    hash = "sha256-y9iv6s+ShKLxd+SOBQxwvPwuEL1kepJL6ukA4aoV9Z8=";
+    hash = "sha256-QMXEKjOKYQlzXc2ds8OAAL5xUxayGb6mxxyeHsCkfwo=";
   };
 
   vendorHash = "sha256-CHZS1SpPko8u3tZAYbf+Di882W55X9Q/zd4SmFCRgKM=";