about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-16 18:01:12 +0000
committerGitHub <noreply@github.com>2023-02-16 18:01:12 +0000
commit164a7e44c7deffc1a73b7b399c1aace017b1ea7b (patch)
tree68caf1a2ec4bb090b4a71ab66d23287f630d0899 /pkgs/applications/office
parent5c852cc5876900f7b15a49bd3e7395e676f54d86 (diff)
parentac1f5b72a9e95873d1de0233fddcb56f99884b37 (diff)
Merge master into staging-next
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 fc1087ab2d933..9b7c58ef5c938 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 = "7.12.1";
+  version = "7.12.2";
 
   src = fetchurl {
     url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
-    sha256 = "sha256-zMw6C7kyO8yDLF2vrRlBqcgzcfM4TR7/fJPHPaixw6Y=";
+    sha256 = "sha256-iWKe4l3n5e0CWd2h+tUtbPfmTznJb+UuKo3shAUDs1E=";
     name = "${pname}-${version}.AppImage";
   };