super-productivity: 7.10.0 -> 7.10.1

main
R. Ryantm 2 years ago
parent e1b353e890
commit 42af4fe045
  1. 4
      pkgs/applications/office/super-productivity/default.nix

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

Loading…
Cancel
Save