about summary refs log tree commit diff
path: root/pkgs/applications/office/timeular
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 02:27:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 02:27:38 +0000
commitf979c86ba3efaf388f6477114ea0751fbb0aee6a (patch)
tree82f6fae9ef689a056b0a1ca13634ed6799ed08ad /pkgs/applications/office/timeular
parent28eb936285ed02bbd53e3771f1e0153ced640c44 (diff)
timeular: 6.3.0 -> 6.5.0
Diffstat (limited to 'pkgs/applications/office/timeular')
-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 2d9148b482139..c576319643f5b 100644
--- a/pkgs/applications/office/timeular/default.nix
+++ b/pkgs/applications/office/timeular/default.nix
@@ -5,12 +5,12 @@
 }:
 
 let
-  version = "6.3.0";
+  version = "6.5.0";
   pname = "timeular";
 
   src = fetchurl {
     url = "https://s3.amazonaws.com/timeular-desktop-packages/linux/production/Timeular-${version}.AppImage";
-    sha256 = "sha256-axdkoqCLg0z1kLa/S0kS4d8yGFuKJRDPRte9c8PYniU=";
+    sha256 = "sha256-RO8PhEjvDye6p6vgqNexIJ1ymTlVtF8yWQAUbJGaZYk=";
   };
 
   appimageContents = appimageTools.extractType2 {