Merge pull request #173080 from tfmoraes/zettlr-2.2.6

Zettlr: 2.2.5 -> 2.2.6
This commit is contained in:
Rick van Schijndel 2022-05-19 13:02:13 +02:00 committed by GitHub
commit f25d106e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
# Based on https://gist.github.com/msteen/96cb7df66a359b827497c5269ccbbf94 and joplin-desktop nixpkgs.
let
pname = "zettlr";
version = "2.2.5";
version = "2.2.6";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/Zettlr/Zettlr/releases/download/v${version}/Zettlr-${version}-x86_64.appimage";
sha256 = "sha256-KP3lt0CweT1f/BR3IpnjwCqNvhFbrpz9KLg6K8OMs+I=";
sha256 = "sha256-f01WLxp8fe7y2EwTUhpPqcRuWBs/9lMaAAOdybmHB5M=";
};
appimageContents = appimageTools.extractType2 {
inherit name src;