super-productivity: 8.0.7 -> 8.0.10

This commit is contained in:
R. Ryantm
2024-06-23 16:09:34 +00:00
parent 47ea5bd487
commit d42810fb29
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "super-productivity";
version = "8.0.7";
version = "8.0.10";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-IBx7P7H2wO6VtqupAvwAwvuDzkm+e2DwWD4UjoDz9KQ=";
sha256 = "sha256-YJx5ygHx0ZYPmw3xFGjPRx8nR20D+XR9SMxE2ymuWes=";
name = "${pname}-${version}.AppImage";
};