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

super-productivity: 7.14.3 -> 7.17.2
This commit is contained in:
Weijia Wang 2024-01-28 11:00:13 +01:00 committed by GitHub
commit 1538064278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "super-productivity";
version = "7.14.3";
version = "7.17.2";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-wW72T1+RfejaI9LxSxa/g0lvIRmAeFa2ZaEa8K9mRcw=";
sha256 = "sha256-CcgjfA0BRfCrRb8N+KIgheUAF+JJK3yIv9Trp+gg+s0=";
name = "${pname}-${version}.AppImage";
};