libabw: 0.1.1 -> 0.1.2

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/dnqszp481y82724zpmcgag2glhs8n18s-libabw-0.1.2/bin/abw2raw --version` and found version 0.1.2
- ran `/nix/store/dnqszp481y82724zpmcgag2glhs8n18s-libabw-0.1.2/bin/abw2html --version` and found version 0.1.2
- ran `/nix/store/dnqszp481y82724zpmcgag2glhs8n18s-libabw-0.1.2/bin/abw2text --version` and found version 0.1.2
- found 0.1.2 with grep in /nix/store/dnqszp481y82724zpmcgag2glhs8n18s-libabw-0.1.2
- found 0.1.2 in filename of file in /nix/store/dnqszp481y82724zpmcgag2glhs8n18s-libabw-0.1.2
This commit is contained in:
Ryan Mulligan 2018-02-26 20:09:25 -08:00
parent b63297b203
commit 9a9869b32e

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libabw-${version}";
version = "0.1.1";
version = "0.1.2";
src = fetchurl {
url = "http://dev-www.libreoffice.org/src/libabw/${name}.tar.xz";
sha256 = "0zi1zj4fpxgpglbbb5n1kg3dmhqq5rpf46lli89r5daavp19iing";
sha256 = "11949iscdb99f2jplxjd39282jxcrf2fw0sqbh5dl7gqb96r8whb";
};
# Boost 1.59 compatability fix