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

super-productivity: 8.0.5 -> 8.0.7
This commit is contained in:
Weijia Wang 2024-06-10 19:26:57 +02:00 committed by GitHub
commit ff7fe6d392
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 = "8.0.5";
version = "8.0.7";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-nH7dCrXBhkAYbvb9CPc4zhslFiYtA1ChuYPoHMdBBwQ=";
sha256 = "sha256-IBx7P7H2wO6VtqupAvwAwvuDzkm+e2DwWD4UjoDz9KQ=";
name = "${pname}-${version}.AppImage";
};