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-06-26 00:33:54 +0200
committerGitHub <noreply@github.com>2024-06-26 00:33:54 +0200
commitd42c8a87674fc1b74975260587efc7266d7cdfcd (patch)
tree0cde1c5a59386bd0e6d0df39d12cb1f7d420c482 /pkgs/applications/office
parent630d11536201e36502eb89ffa13d9256c2fe99ef (diff)
parentd42810fb29ed0ff3d54c6357bb69fe6cd613ffe4 (diff)
Merge pull request #320220 from r-ryantm/auto-update/super-productivity
super-productivity: 8.0.7 -> 8.0.10
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/super-productivity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/super-productivity/default.nix b/pkgs/applications/office/super-productivity/default.nix
index 1f6c42eabcef9..1e404ddc24c12 100644
--- a/pkgs/applications/office/super-productivity/default.nix
+++ b/pkgs/applications/office/super-productivity/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "super-productivity";
-  version = "8.0.7";
+  version = "8.0.10";
 
   src = fetchurl {
     url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
-    sha256 = "sha256-IBx7P7H2wO6VtqupAvwAwvuDzkm+e2DwWD4UjoDz9KQ=";
+    sha256 = "sha256-YJx5ygHx0ZYPmw3xFGjPRx8nR20D+XR9SMxE2ymuWes=";
     name = "${pname}-${version}.AppImage";
   };