summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-19 02:02:50 +0200
committerGitHub <noreply@github.com>2024-04-19 02:02:50 +0200
commit541bf25c945a9ba49aff328830bb37085f3026a9 (patch)
treea6987934abcd8631482e4255974d08fbc19a58a0
parent271381db77902f061c334df385e8422d4dec439d (diff)
parent5fe5728e55497d8b839bdbda8d2b1e3c8462ca45 (diff)
Merge pull request #303693 from r-ryantm/auto-update/super-productivity
super-productivity: 8.0.1 -> 8.0.5
-rw-r--r--pkgs/applications/office/super-productivity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/super-productivity/default.nix b/pkgs/applications/office/super-productivity/default.nix
index eb97565cb760..5a5ff9fc959e 100644
--- a/pkgs/applications/office/super-productivity/default.nix
+++ b/pkgs/applications/office/super-productivity/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "super-productivity";
- version = "8.0.1";
+ version = "8.0.5";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
- sha256 = "sha256-BW/4jP4lh3leAcdy3JHET/PUybN+0Cy9wxMSi57dAcw=";
+ sha256 = "sha256-nH7dCrXBhkAYbvb9CPc4zhslFiYtA1ChuYPoHMdBBwQ=";
name = "${pname}-${version}.AppImage";
};