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

super-productivity: 7.9.1 -> 7.9.2
This commit is contained in:
Bobby Rong 2022-01-13 19:15:59 +08:00 committed by GitHub
commit f78248ae91
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.9.1";
version = "7.9.2";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256:0lxnl5ai23dwfsyrkpi9l1a0gl0qn6vp7hzmca77nyx974d6j8m4";
sha256 = "sha256-qeHFFG1Y8qZwFvo3CFIs1+BKQo287HJfOnKKguUOlu8=";
name = "${pname}-${version}.AppImage";
};