super-productivity: 7.10.1 -> 7.11.5

https://github.com/johannesjo/super-productivity/releases/tag/v7.11.5
This commit is contained in:
kilianar 2022-06-14 10:06:38 +02:00
parent ea5a72753f
commit a95a5fa555

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "super-productivity";
version = "7.10.1";
version = "7.11.5";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-jhCsC5G8epyclp2+DYpot1UMjo5mkMa0UO0bQZ1T0Ug=";
sha256 = "sha256-+RMQd2iQmvFfgBhpa5T5SQJsn9wZ3qocDkO9b0O+CsE=";
name = "${pname}-${version}.AppImage";
};