about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-12 15:30:50 +0300
committerGitHub <noreply@github.com>2023-06-12 15:30:50 +0300
commitfae23133ebd9012b98ac56181cfcdcdd4d4ace00 (patch)
tree7ef6939f9728c2a7929387b183330d681446d4b0 /pkgs
parent616f717769d17e1c31f9b745b38f0fd1e23c902b (diff)
parentdbb0a93db7c33a43c09219db0d97ef7c02cbc34b (diff)
downloadnixlib-fae23133ebd9012b98ac56181cfcdcdd4d4ace00.tar
nixlib-fae23133ebd9012b98ac56181cfcdcdd4d4ace00.tar.gz
nixlib-fae23133ebd9012b98ac56181cfcdcdd4d4ace00.tar.bz2
nixlib-fae23133ebd9012b98ac56181cfcdcdd4d4ace00.tar.lz
nixlib-fae23133ebd9012b98ac56181cfcdcdd4d4ace00.tar.xz
nixlib-fae23133ebd9012b98ac56181cfcdcdd4d4ace00.tar.zst
nixlib-fae23133ebd9012b98ac56181cfcdcdd4d4ace00.zip
Merge pull request #237331 from r-ryantm/auto-update/timeular
timeular: 5.8.7 -> 5.9.0
Diffstat (limited to 'pkgs')
-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 37bc6970b4f6..4bbcc1346090 100644
--- a/pkgs/applications/office/timeular/default.nix
+++ b/pkgs/applications/office/timeular/default.nix
@@ -5,12 +5,12 @@
 }:
 
 let
-  version = "5.8.7";
+  version = "5.9.0";
   pname = "timeular";
 
   src = fetchurl {
     url = "https://s3.amazonaws.com/timeular-desktop-packages/linux/production/Timeular-${version}.AppImage";
-    sha256 = "sha256-IQb++L6bQCZ22sIC5fjBFlL2PPNUpbzOpl1yQIib0H0=";
+    sha256 = "sha256-RbP//rrKgvChIbBVwC8ElMUe+XsGMgHxowSdw6tRWNI=";
   };
 
   appimageContents = appimageTools.extractType2 {