Merge pull request #256237 from r-ryantm/auto-update/super-productivity

super-productivity: 7.13.2 -> 7.14.3

authored by

Weijia Wang and committed by
GitHub
f32b83d1 69386f00

+2 -2
+2 -2
pkgs/applications/office/super-productivity/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "super-productivity"; 5 - version = "7.13.2"; 5 + version = "7.14.3"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage"; 9 - sha256 = "sha256-HwRJUrNaoAnNuIcDWgXOYA+PxLjOE6NXRJqINIbVxOw="; 9 + sha256 = "sha256-wW72T1+RfejaI9LxSxa/g0lvIRmAeFa2ZaEa8K9mRcw="; 10 10 name = "${pname}-${version}.AppImage"; 11 11 }; 12 12