mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
zathura-pdf-poppler: fix source url
This commit is contained in:
parent
b2794431e6
commit
8bf1d5c576
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
|
|||
name = "zathura-pdf-poppler-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pwmt.org/projects/zathura/plugins/download/${name}.tar.xz";
|
||||
sha256 = "1p4jcny0jniygns78mcf0nlm298dszh49qpmjmackrm6dq8hc25y";
|
||||
url = "https://git.pwmt.org/pwmt/zathura-pdf-poppler/-/archive/${version}/${name}.tar.gz";
|
||||
sha256 = "0c15rnwh42m3ybrhax01bl36w0iynaq8xg6l08riml3cyljypi9l";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkgconfig zathura_core ];
|
||||
|
|
Loading…
Reference in a new issue