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>2023-02-16 15:44:08 +0100
committerGitHub <noreply@github.com>2023-02-16 15:44:08 +0100
commitdb865361bb0934d91901f35786d6f988421cd13d (patch)
tree2d42908c874d13df84b4cdb17bc565c49ad868a3 /pkgs/applications/office
parentc8f3bda3321418e33643d1f5cf7afc041a2be447 (diff)
parent118758d71f755f041f940cc59d912bcc32996584 (diff)
Merge pull request #216275 from r-ryantm/auto-update/super-productivity
super-productivity: 7.12.1 -> 7.12.2
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";
   };