zettlr: 4.4.0 -> 4.5.0 (#518438)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-10 09:12:44 +00:00
committed by GitHub
+2 -2
View File
@@ -9,11 +9,11 @@
# Based on https://gist.github.com/msteen/96cb7df66a359b827497c5269ccbbf94 and joplin-desktop nixpkgs.
let
pname = "zettlr";
version = "4.4.0";
version = "4.5.0";
src = fetchurl {
url = "https://github.com/Zettlr/Zettlr/releases/download/v${version}/Zettlr-${version}-x86_64.appimage";
hash = "sha256-Swic0hKZowOQasv5VAhT/1Gc3I03Zpw4c1FIQE1qsCQ=";
hash = "sha256-JE1BOGHOyzcHz7zFxDRtU2faqCfaXqCPs/O8K2J20jk=";
};
appimageContents = appimageTools.extractType2 {
inherit pname version src;