zettlr: 4.1.0 -> 4.1.1

This commit is contained in:
R. Ryantm
2026-02-01 11:47:23 +00:00
parent 9b1c0a40ed
commit e58f5df062
+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.1.0";
version = "4.1.1";
src = fetchurl {
url = "https://github.com/Zettlr/Zettlr/releases/download/v${version}/Zettlr-${version}-x86_64.appimage";
hash = "sha256-/6x2HhwW0+A7/CYC+HUCsJ2u1tp4zno6XjpvBLogUKU=";
hash = "sha256-ubATPd2cbtmzNTSTCsj52GQZncdwaxX6Chc9FSHrOxY=";
};
appimageContents = appimageTools.extractType2 {
inherit pname version src;