Unverified Commit 7f8ed0ce authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

super-productivity: 7.12.2 -> 7.13.1
parents 2f354875 1312c2db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "super-productivity";
  version = "7.12.2";
  version = "7.13.1";

  src = fetchurl {
    url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
    sha256 = "sha256-iWKe4l3n5e0CWd2h+tUtbPfmTznJb+UuKo3shAUDs1E=";
    sha256 = "sha256-ZZnyPdwzIX0WNywcD2uYxaDG/cbgU8nyiwe0r3YIrs0=";
    name = "${pname}-${version}.AppImage";
  };