about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-03 15:36:33 +0100
committerGitHub <noreply@github.com>2024-01-03 15:36:33 +0100
commit9b0a65b85ca7a35d9f9bc90506bfb33ee869c234 (patch)
tree735039b2e4e02d0f706c6b89838b9e8d7b4b0ae3 /pkgs/applications/office
parent51f6b05a403be5067e0280541729e9f59d5504a4 (diff)
parentdb1a65b4ef0fd20997acc4b266d15167d5c059a0 (diff)
Merge pull request #273213 from r-ryantm/auto-update/timeular
timeular: 6.6.0 -> 6.6.5
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/timeular/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/timeular/default.nix b/pkgs/applications/office/timeular/default.nix
index 8dec32cfc6c0b..c354f99c55bc9 100644
--- a/pkgs/applications/office/timeular/default.nix
+++ b/pkgs/applications/office/timeular/default.nix
@@ -5,12 +5,12 @@
 }:
 
 let
-  version = "6.6.0";
+  version = "6.6.5";
   pname = "timeular";
 
   src = fetchurl {
     url = "https://s3.amazonaws.com/timeular-desktop-packages/linux/production/Timeular-${version}.AppImage";
-    hash = "sha256-kacJSlctE1bNAByH26Qpu609ZNbdkYTx6OUEgCmefqg=";
+    hash = "sha256-Ok2EnRLKrLxZQfPj5/fGGJS4lW6DBEmSx+f+Z2Y77fM=";
   };
 
   appimageContents = appimageTools.extractType2 {