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

super-productivity: 7.10.0 -> 7.10.1
This commit is contained in:
Bobby Rong 2022-01-30 21:41:15 +08:00 committed by GitHub
commit c0d9a90110
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.10.0";
version = "7.10.1";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-Aa0orJpsin7XntUVpW6VLcbGiTSeyySDCGNFOERtgvg=";
sha256 = "sha256-jhCsC5G8epyclp2+DYpot1UMjo5mkMa0UO0bQZ1T0Ug=";
name = "${pname}-${version}.AppImage";
};