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

super-productivity: 7.12.0 -> 7.12.1
This commit is contained in:
Weijia Wang 2023-01-23 21:25:05 +01:00 committed by GitHub
commit dd93490a51
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.0";
version = "7.12.1";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-Ms7wt79iZz0xnrp+yrFs/FzVqINe6BSOEmYG9Oiz5JU=";
sha256 = "sha256-zMw6C7kyO8yDLF2vrRlBqcgzcfM4TR7/fJPHPaixw6Y=";
name = "${pname}-${version}.AppImage";
};