super-productivity: 8.0.10 -> 9.0.5

This commit is contained in:
R. Ryantm 2024-07-28 12:54:24 +00:00
parent a5b2fe7374
commit 215f4a3610

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "super-productivity";
version = "8.0.10";
version = "9.0.5";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-YJx5ygHx0ZYPmw3xFGjPRx8nR20D+XR9SMxE2ymuWes=";
sha256 = "sha256-eNAoLcQWnsTDA7sG8i0Ur9BZ+pNt4AK1GOppFCD1ZGg=";
name = "${pname}-${version}.AppImage";
};