From 9e45b411810eebf61fb5d94714abbf31e7dd3a52 Mon Sep 17 00:00:00 2001 From: LeUlukai Date: Thu, 21 Oct 2021 21:39:59 +0200 Subject: [PATCH] super-productivity: 7.5.1 -> 7.6.0 --- 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 2b3ee7ddc23..90608dceba5 100644 --- a/pkgs/applications/office/super-productivity/default.nix +++ b/pkgs/applications/office/super-productivity/default.nix @@ -5,11 +5,11 @@ let in stdenv.mkDerivation rec { pname = "super-productivity"; - version = "7.5.1"; + version = "7.6.0"; src = fetchurl { url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage"; - sha256 = "sha256-ezJN/t0iNk0haMLPioEQSNXU4ugVeJe44GNVGd+cOF4="; + sha256 = "f02a451a44f48a8e85a0c1269625d89fb1e0b8a75b7e217d96352064e6464ae5"; name = "${pname}-${version}.AppImage"; };