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-03-02 10:18:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-02 10:18:57 +0000
commit50da886be414335874ede07fc57ee19f9878c841 (patch)
treebb76c7019118929d80d0804570dbd9f214c6e11c /pkgs/applications/office/timeular
parent58227cccc64185d0d91541f958252efd2b2dff06 (diff)
timeular: 4.8.0 -> 5.7.8
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 e038749f44ed5..de6c807b385f8 100644
--- a/pkgs/applications/office/timeular/default.nix
+++ b/pkgs/applications/office/timeular/default.nix
@@ -5,12 +5,12 @@
 }:
 
 let
-  version = "4.8.0";
+  version = "5.7.8";
   pname = "timeular";
 
   src = fetchurl {
     url = "https://s3.amazonaws.com/timeular-desktop-packages/linux/production/Timeular-${version}.AppImage";
-    sha256 = "sha256:0y2asw3jf2n4c7y0yr669jfqw4frp5nzzv3lffimfdr78gihma66";
+    sha256 = "sha256-gIYo91ITpFtYdYGek4bXaOowMSILXZ4fJYNKeZDhk+Y=";
   };
 
   appimageContents = appimageTools.extractType2 {