Commit 8e496eee authored by R. RyanTM's avatar R. RyanTM
Browse files

super-productivity: 8.0.0 -> 8.0.1

parent 9b4937d4
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 = "8.0.0";
  version = "8.0.1";

  src = fetchurl {
    url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
    sha256 = "sha256-VYyJ3tsCyabwNSxLXQsc3GBAmDmdgl50T8ZP2qkXTeM=";
    sha256 = "sha256-BW/4jP4lh3leAcdy3JHET/PUybN+0Cy9wxMSi57dAcw=";
    name = "${pname}-${version}.AppImage";
  };