about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-10 01:54:19 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 22:25:43 -0800
commit0025dce444f2f8fdfff6c6ca6b9cc9cb06f6688e (patch)
tree5ca8bcad3b4162ad0687b0f6cfa54932fe882857 /pkgs/applications/office
parent2762b480f9da1ac20b0deebbd42ac38f2de3299e (diff)
zanshin: 21.12.1 -> 21.12.2
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/zanshin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/zanshin/default.nix b/pkgs/applications/office/zanshin/default.nix
index 047d64c411e16..d0d8374e64c39 100644
--- a/pkgs/applications/office/zanshin/default.nix
+++ b/pkgs/applications/office/zanshin/default.nix
@@ -10,11 +10,11 @@
 
 mkDerivation rec {
   pname = "zanshin";
-  version = "21.12.1";
+  version = "21.12.2";
 
   src = fetchurl {
     url = "mirror://kde/stable/release-service/${version}/src/zanshin-${version}.tar.xz";
-    sha256 = "sha256-hYbJwmnD9i/SL5ET2t9YgPxJHJUpAbMZ4a62WljhpHw=";
+    sha256 = "sha256-zMCV4KIrqeKHEsMbqEbnm/DgQiGxZbZXDVMuSSrXj8Y=";
   };
 
   nativeBuildInputs = [