1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-27 16:11:58 +00:00
Will Dietz 2019-08-19 14:13:21 -05:00
parent 7c15694c29
commit 8ded2cf440
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "libvisio-${version}";
version = "0.1.6";
version = "0.1.7";
outputs = [ "out" "bin" "dev" "doc" ];
src = fetchurl {
url = "https://dev-www.libreoffice.org/src/libvisio/${name}.tar.xz";
sha256 = "1yahpfl13qk6178irv8jn5ppxdn7isafqisyqsdw0lqxcz9h447y";
sha256 = "0k7adcbbf27l7n453cca1m6s9yj6qvb5j6bsg2db09ybf3w8vbwg";
};
nativeBuildInputs = [ pkgconfig cppunit doxygen ];