summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-02-25 13:04:00 +0100
committerGitHub <noreply@github.com>2022-02-25 13:04:00 +0100
commitb3547d3e7ced9428e214090665001731a09a9522 (patch)
treebdb586ea80ccc9c5071a4cb0919410de6971777f /pkgs
parent035c36013683560abab6a9252bb9cc3657e79cdd (diff)
parentd769fc6185c3935f0115813c496a68c6280e2103 (diff)
downloadnixpkgs-b3547d3e7ced9428e214090665001731a09a9522.tar
nixpkgs-b3547d3e7ced9428e214090665001731a09a9522.tar.gz
nixpkgs-b3547d3e7ced9428e214090665001731a09a9522.tar.bz2
nixpkgs-b3547d3e7ced9428e214090665001731a09a9522.tar.lz
nixpkgs-b3547d3e7ced9428e214090665001731a09a9522.tar.xz
nixpkgs-b3547d3e7ced9428e214090665001731a09a9522.tar.zst
nixpkgs-b3547d3e7ced9428e214090665001731a09a9522.zip
Merge pull request #161250 from devhell/bump-zettlr
Diffstat (limited to 'pkgs')
-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 79496760915..0d4c21dbfea 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.2";
+  version = "2.2.3";
   name = "${pname}-${version}";
   src = fetchurl {
     url = "https://github.com/Zettlr/Zettlr/releases/download/v${version}/Zettlr-${version}-x86_64.appimage";
-    sha256 = "sha256-gCnIEwnwlX7Wy9sjJVtKx8HhtPAoPMUOKvl71TQn6Ew=";
+    sha256 = "sha256-BXStGhCEXpQRyLjcS00CM/NI/NVRKpLTlW8Xh51fV8w=";
   };
   appimageContents = appimageTools.extractType2 {
     inherit name src;