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

super-productivity: 7.14.3 -> 7.17.2

authored by Weijia Wang and committed by GitHub 15380642 25fbf704

+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.14.3"; 5 + version = "7.17.2"; 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-wW72T1+RfejaI9LxSxa/g0lvIRmAeFa2ZaEa8K9mRcw="; 9 + sha256 = "sha256-CcgjfA0BRfCrRb8N+KIgheUAF+JJK3yIv9Trp+gg+s0="; 10 10 name = "${pname}-${version}.AppImage"; 11 11 }; 12 12