Merge pull request #220197 from r-ryantm/auto-update/super-productivity

super-productivity: 7.12.2 -> 7.13.1
This commit is contained in:
Weijia Wang 2023-03-13 20:44:08 +02:00 committed by GitHub
commit 7f8ed0ced2
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.12.2";
version = "7.13.1";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-iWKe4l3n5e0CWd2h+tUtbPfmTznJb+UuKo3shAUDs1E=";
sha256 = "sha256-ZZnyPdwzIX0WNywcD2uYxaDG/cbgU8nyiwe0r3YIrs0=";
name = "${pname}-${version}.AppImage";
};