zathuraPkgs.zathura_djvu: 0.2.11 -> 2026.02.03

https://github.com/pwmt/zathura-djvu/compare/0.2.11...2026.02.03

Also adds `passthru.updateScript`.
This commit is contained in:
MithicSpirit
2026-02-11 03:23:32 -05:00
parent 990d03addc
commit d42454438d
@@ -13,17 +13,18 @@
desktop-file-utils,
appstream,
appstream-glib,
gitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "zathura-djvu";
version = "0.2.11";
version = "2026.02.03";
src = fetchFromGitHub {
owner = "pwmt";
repo = "zathura-djvu";
tag = finalAttrs.version;
hash = "sha256-TehD0uTQguH8f6pdOSIyhr1m87jB3F0WTUNtUM0fPu4=";
hash = "sha256-5Nl9hK2uOS/NZ4MOxe3m6E9CBt5YKGeh1lZZ5E5bghw=";
};
nativeBuildInputs = [
@@ -45,6 +46,8 @@ stdenv.mkDerivation (finalAttrs: {
env.PKG_CONFIG_ZATHURA_PLUGINDIR = "lib/zathura";
passthru.updateScript = gitUpdater { };
meta = {
homepage = "https://pwmt.org/projects/zathura-djvu/";
description = "Zathura DJVU plugin";