From eb1ec41120fad4402e70d6f9a320f27ca88a6963 Mon Sep 17 00:00:00 2001 From: kilianar Date: Sun, 28 Aug 2022 14:52:55 +0200 Subject: [PATCH] super-productivity: 7.11.5 -> 7.11.6 https://github.com/johannesjo/super-productivity/releases/tag/v7.11.6 --- pkgs/applications/office/super-productivity/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/office/super-productivity/default.nix b/pkgs/applications/office/super-productivity/default.nix index 409553608235..5836dba54c12 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.11.5"; + version = "7.11.6"; src = fetchurl { url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage"; - sha256 = "sha256-+RMQd2iQmvFfgBhpa5T5SQJsn9wZ3qocDkO9b0O+CsE="; + sha256 = "sha256-BXRnc6c/PpFdF4gPemU6IzVQvr+Tl5Fbxz7mY6Z5u7o="; name = "${pname}-${version}.AppImage"; };