summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-30 14:22:12 +0800
committerGitHub <noreply@github.com>2021-12-30 14:22:12 +0800
commitf0a03448533b9863e264800a3fca2a13f0a7baa5 (patch)
tree5445e12393f2ce4501a8b16554b1bbd7f1ddb6b8
parentdacde85b5ab1891d1c5c568aee54f5312ad6ee0a (diff)
parentd703fdc619ed75b3ef0636d6f62bfe8a47d3b7dd (diff)
Merge pull request #148162 from LeUlukai/update/super-productivity
super-productivity: 7.6.0 -> 7.9.1
-rw-r--r--pkgs/applications/office/super-productivity/default.nix9
-rw-r--r--pkgs/top-level/all-packages.nix4
2 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/applications/office/super-productivity/default.nix b/pkgs/applications/office/super-productivity/default.nix
index 90608dceba5c..73a6b7b457ec 100644
--- a/pkgs/applications/office/super-productivity/default.nix
+++ b/pkgs/applications/office/super-productivity/default.nix
@@ -1,15 +1,12 @@
-{ stdenv , lib , fetchurl , appimageTools , makeWrapper , electron_11 }:
+{ stdenv , lib , fetchurl , appimageTools , makeWrapper , electron }:
-let
- electron = electron_11;
-in
stdenv.mkDerivation rec {
pname = "super-productivity";
- version = "7.6.0";
+ version = "7.9.1";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
- sha256 = "f02a451a44f48a8e85a0c1269625d89fb1e0b8a75b7e217d96352064e6464ae5";
+ sha256 = "sha256:0lxnl5ai23dwfsyrkpi9l1a0gl0qn6vp7hzmca77nyx974d6j8m4";
name = "${pname}-${version}.AppImage";
};
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index af08892fb49e..8171f460f451 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -26156,7 +26156,9 @@ with pkgs;
srain = callPackage ../applications/networking/irc/srain { };
- super-productivity = callPackage ../applications/office/super-productivity { };
+ super-productivity = callPackage ../applications/office/super-productivity {
+ electron = electron_13;
+ };
wlroots = callPackage ../development/libraries/wlroots {
inherit (xorg) xcbutilrenderutil;