zathuraPkgs.zathura_pdf_mupdf: 0.4.0 -> 0.4.1
Diff: https://git.pwmt.org/pwmt/zathura-pdf-mupdf/-/compare/0.4.0...0.4.1
This commit is contained in:
parent
483ec9c656
commit
656f622292
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.4.0";
|
||||
version = "0.4.1";
|
||||
pname = "zathura-pdf-mupdf";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pwmt.org/projects/${pname}/download/${pname}-${version}.tar.xz";
|
||||
sha256 = "0pcjxvlh4hls8mjhjghhhihyy2kza8l27wdx0yq4bkd1g1b5f74c";
|
||||
hash = "sha256-+YKgHWUj+iVmk4EYTAamJe2/15YcvbBxHcz9ucQCrC8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkg-config ];
|
||||
|
|
Loading…
Reference in a new issue