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-12-24 13:41:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-24 13:41:48 +0000
commitdb1a65b4ef0fd20997acc4b266d15167d5c059a0 (patch)
tree0762e23a198709b1cb86e635ff57727abdc39fcd /pkgs/applications/office/timeular
parent42e82652225b63f1b1008f17751599919ea124cd (diff)
timeular: 6.6.0 -> 6.6.5
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 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 {