super-productivity: 7.5.1 -> 7.6.0

conduit-nginx
LeUlukai 2021-10-21 21:39:59 +02:00
parent 566e5366ac
commit 9e45b41181
1 changed files with 2 additions and 2 deletions

View File

@ -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";
};