about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-05 16:08:21 +0100
committerGitHub <noreply@github.com>2024-03-05 16:08:21 +0100
commit8d4a67bc8f3eafd1a87f74222f6ab34c1c103f5c (patch)
tree839ee0f2194878c6a7fca21b077e8769e1d476e3 /pkgs/applications
parent466c47a52a21a366570b2bfca048a0cdcdce3f13 (diff)
parent8e496eee23c9c33d618b675d01df9ae9ced62f64 (diff)
Merge pull request #293273 from r-ryantm/auto-update/super-productivity
super-productivity: 8.0.0 -> 8.0.1
Diffstat (limited to 'pkgs/applications')
-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 a8aa978081e7e..eb97565cb760d 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.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";
   };