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-10 19:26:57 +0200
committerGitHub <noreply@github.com>2024-06-10 19:26:57 +0200
commitff7fe6d392614078463f731409a130ce0b590a66 (patch)
tree498daa13510927937db43de2993d4c57ba228aaf /pkgs/applications/office
parent8a01c11c9ea8fb92c193f7181f299ac98da1d1c6 (diff)
parentd3f4a086cf13c91a1b28ff56a690b18724ddbc95 (diff)
Merge pull request #316320 from r-ryantm/auto-update/super-productivity
super-productivity: 8.0.5 -> 8.0.7
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 9b32967159275..1f6c42eabcef9 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.5";
+  version = "8.0.7";
 
   src = fetchurl {
     url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
-    sha256 = "sha256-nH7dCrXBhkAYbvb9CPc4zhslFiYtA1ChuYPoHMdBBwQ=";
+    sha256 = "sha256-IBx7P7H2wO6VtqupAvwAwvuDzkm+e2DwWD4UjoDz9KQ=";
     name = "${pname}-${version}.AppImage";
   };