super-productivity: 8.0.0 -> 8.0.1

This commit is contained in:
R. Ryantm 2024-03-04 15:02:13 +00:00
parent 9b4937d421
commit 8e496eee23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "super-productivity";
version = "8.0.0";
version = "8.0.1";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
sha256 = "sha256-VYyJ3tsCyabwNSxLXQsc3GBAmDmdgl50T8ZP2qkXTeM=";
sha256 = "sha256-BW/4jP4lh3leAcdy3JHET/PUybN+0Cy9wxMSi57dAcw=";
name = "${pname}-${version}.AppImage";
};