super-productivity: 7.13.1 -> 7.13.2

This commit is contained in:
R. Ryantm 2023-04-20 07:44:37 +00:00
parent 01cbd79e2f
commit fcaafb58b2

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "super-productivity";
version = "7.13.1";
version = "7.13.2";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-ZZnyPdwzIX0WNywcD2uYxaDG/cbgU8nyiwe0r3YIrs0=";
sha256 = "sha256-HwRJUrNaoAnNuIcDWgXOYA+PxLjOE6NXRJqINIbVxOw=";
name = "${pname}-${version}.AppImage";
};