about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-29 07:52:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-29 07:52:59 +0000
commit42af4fe04512ce2313894842e8169816606ddf37 (patch)
tree152b95eb916424296f4affaf94338f96c72a2e57 /pkgs/applications/office
parente1b353e890801a759efe9a4c42f6984e47721f0d (diff)
super-productivity: 7.10.0 -> 7.10.1
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 d9f77cb560f1a..ccb4cea95ecb2 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.10.0";
+  version = "7.10.1";
 
   src = fetchurl {
     url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
-    sha256 = "sha256-Aa0orJpsin7XntUVpW6VLcbGiTSeyySDCGNFOERtgvg=";
+    sha256 = "sha256-jhCsC5G8epyclp2+DYpot1UMjo5mkMa0UO0bQZ1T0Ug=";
     name = "${pname}-${version}.AppImage";
   };