zathura: 0.5.5 -> 0.5.6

This commit is contained in:
Lord-Valen 2024-05-26 13:49:35 -04:00
parent 5341a1e5e5
commit cca76d7cbe
No known key found for this signature in database
GPG Key ID: 5DEE1DF49CC27E39

View File

@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitLab,
fetchFromGitHub,
meson,
ninja,
wrapGAppsHook3,
@ -28,14 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zathura";
version = "0.5.5";
version = "0.5.6";
src = fetchFromGitLab {
domain = "git.pwmt.org";
src = fetchFromGitHub {
owner = "pwmt";
repo = "zathura";
rev = finalAttrs.version;
hash = "sha256-mHEYqgBB55p8nykFtvYtP5bWexp/IqFbeLs7gZmXCeE=";
hash = "sha256-lTEBIZ3lkzjJ+L1qecrcL8iseo8AvSIo3Wh65/ikwac=";
};
outputs = [