about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-07-19 21:51:38 -0500
committerGitHub <noreply@github.com>2022-07-19 21:51:38 -0500
commitedcdcd8ed0af010f760441cfdc2f5d769638890d (patch)
tree550752e4aa1d53a4fd4198f2288dfae302a76bb6 /pkgs/applications
parent44d99560218db411251dfd8e55631d09cd9b7826 (diff)
parent9754661cab33e19449fe8357cb64323ee0499517 (diff)
Merge pull request #181442 from lammermann/submit/update-tuhi-06
tuhi: 0.5 -> 0.6
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/tuhi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/tuhi/default.nix b/pkgs/applications/misc/tuhi/default.nix
index bf939cfa1758e..4cc925d3bf955 100644
--- a/pkgs/applications/misc/tuhi/default.nix
+++ b/pkgs/applications/misc/tuhi/default.nix
@@ -14,7 +14,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "tuhi";
-  version = "0.5";
+  version = "0.6";
 
   format = "other";
 
@@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
     owner = "tuhiproject";
     repo = "tuhi";
     rev = version;
-    sha256 = "17kggm9c423vj7irxx248fjc8sxvkp9w1mgawlx1snrii817p3db";
+    sha256 = "sha256-NwyG2KhOrAKRewgmU23OMO0+A9SjkQZsDL4SGnLVCvo=";
   };
 
   dontWrapGApps = true;