super-productivity: 10.0.11 -> 11.1.2 (#379186)

authored by Arne Keller and committed by GitHub b94db40c 5db39d66

+3 -3
+3 -3
pkgs/by-name/su/super-productivity/package.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "super-productivity"; 5 - version = "10.0.11"; 5 + version = "11.1.2"; 6 6 7 7 src = fetchurl { 8 - url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage"; 9 - sha256 = "sha256-sYHfzqP/Vla0DEReVjaPvo8fe1wNdZnNDhefqPrPFPE="; 8 + url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-x86_64.AppImage"; 9 + sha256 = "sha256-AtN7x0Vt0wWxNoXwRc78drFE8UfMpssFBYZ83w1QgbU="; 10 10 name = "${pname}-${version}.AppImage"; 11 11 }; 12 12