about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-23 05:52:30 +0100
committerGitHub <noreply@github.com>2022-03-23 05:52:30 +0100
commit8f0607cab8afbde17207d99529dd3d14c89deb7e (patch)
tree58386e5516778f4996bf3a00609632659807068d /pkgs/applications
parentf40327ce40985c5b765b4b5277471330263f84ed (diff)
parent94fa436e1b208d5c5dc4c2afa2f4ccbc3a2122ca (diff)
Merge pull request #165311 from tfmoraes/zettlr-2.2.4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/zettlr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/zettlr/default.nix b/pkgs/applications/misc/zettlr/default.nix
index 0d4c21dbfead4..b0d1b79509a62 100644
--- a/pkgs/applications/misc/zettlr/default.nix
+++ b/pkgs/applications/misc/zettlr/default.nix
@@ -10,11 +10,11 @@
 # Based on https://gist.github.com/msteen/96cb7df66a359b827497c5269ccbbf94 and joplin-desktop nixpkgs.
 let
   pname = "zettlr";
-  version = "2.2.3";
+  version = "2.2.4";
   name = "${pname}-${version}";
   src = fetchurl {
     url = "https://github.com/Zettlr/Zettlr/releases/download/v${version}/Zettlr-${version}-x86_64.appimage";
-    sha256 = "sha256-BXStGhCEXpQRyLjcS00CM/NI/NVRKpLTlW8Xh51fV8w=";
+    sha256 = "sha256-lzXciToyUsHl8WV0IvdP6R2pYegL7/G04YPLb6gbCgQ=";
   };
   appimageContents = appimageTools.extractType2 {
     inherit name src;