lol

Merge pull request #168403 from devhell/bump-zettlr

zettlr: 2.2.4 -> 2.2.5

authored by

Stig and committed by
GitHub
33ff9681 15f90bb4

+2 -2
+2 -2
pkgs/applications/misc/zettlr/default.nix
··· 10 10 # Based on https://gist.github.com/msteen/96cb7df66a359b827497c5269ccbbf94 and joplin-desktop nixpkgs. 11 11 let 12 12 pname = "zettlr"; 13 - version = "2.2.4"; 13 + version = "2.2.5"; 14 14 name = "${pname}-${version}"; 15 15 src = fetchurl { 16 16 url = "https://github.com/Zettlr/Zettlr/releases/download/v${version}/Zettlr-${version}-x86_64.appimage"; 17 - sha256 = "sha256-lzXciToyUsHl8WV0IvdP6R2pYegL7/G04YPLb6gbCgQ="; 17 + sha256 = "sha256-KP3lt0CweT1f/BR3IpnjwCqNvhFbrpz9KLg6K8OMs+I="; 18 18 }; 19 19 appimageContents = appimageTools.extractType2 { 20 20 inherit name src;