Merge pull request #188625 from kilianar/super-productivity-7.11.6

super-productivity: 7.11.5 -> 7.11.6
This commit is contained in:
superherointj 2022-08-28 11:25:27 -03:00 committed by GitHub
commit c4fbdaa95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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