summary refs log tree commit diff
path: root/pkgs/development/libraries/libzmf
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 21:40:10 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 21:40:10 -0800
commitb604d0dbf7383e8ceade008e7757ccc183d49ae5 (patch)
treed33814f0384efcd6d19b2a707f065ed355e71bfb /pkgs/development/libraries/libzmf
parentb63297b203e28f13ce7801c578afa30709cb4edd (diff)
downloadnixlib-b604d0dbf7383e8ceade008e7757ccc183d49ae5.tar
nixlib-b604d0dbf7383e8ceade008e7757ccc183d49ae5.tar.gz
nixlib-b604d0dbf7383e8ceade008e7757ccc183d49ae5.tar.bz2
nixlib-b604d0dbf7383e8ceade008e7757ccc183d49ae5.tar.lz
nixlib-b604d0dbf7383e8ceade008e7757ccc183d49ae5.tar.xz
nixlib-b604d0dbf7383e8ceade008e7757ccc183d49ae5.tar.zst
nixlib-b604d0dbf7383e8ceade008e7757ccc183d49ae5.zip
libzmf: 0.0.1 -> 0.0.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/qq22lnv1qj1qwxmnf1qikf5a76girca4-libzmf-0.0.2/bin/zmf2raw --version` and found version 0.0.2
- ran `/nix/store/qq22lnv1qj1qwxmnf1qikf5a76girca4-libzmf-0.0.2/bin/zmf2svg --version` and found version 0.0.2
- found 0.0.2 with grep in /nix/store/qq22lnv1qj1qwxmnf1qikf5a76girca4-libzmf-0.0.2
- found 0.0.2 in filename of file in /nix/store/qq22lnv1qj1qwxmnf1qikf5a76girca4-libzmf-0.0.2

cc "@raskin"
Diffstat (limited to 'pkgs/development/libraries/libzmf')
-rw-r--r--pkgs/development/libraries/libzmf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libzmf/default.nix b/pkgs/development/libraries/libzmf/default.nix
index e20aa514aa2a..6050a7080df9 100644
--- a/pkgs/development/libraries/libzmf/default.nix
+++ b/pkgs/development/libraries/libzmf/default.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "libzmf";
-  version = "0.0.1";
+  version = "0.0.2";
   
   src = fetchurl {
     url = "http://dev-www.libreoffice.org/src/libzmf/${name}.tar.xz";
-    sha256 = "0yp5l1b90xim506zmr3ljkn3qkvbc7qk3dnwq1snxdpr57m37xga";
+    sha256 = "08mg5kmkjrmqrd8j5rkzw9vdqlvibhb1ynp6bmfxnzq5rcq1l197";
   };
 
   buildInputs = [boost icu libpng librevenge zlib cppunit];