Skip to content

Commit

Permalink
libreoffice-still: 5.2.5.1 -> 5.2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Mar 9, 2017
1 parent 308f13c commit 6fad14b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/office/libreoffice/libreoffice-srcs-still.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@
md5name = "1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt";
}
{
name = "curl-7.51.0.tar.gz";
url = "http://dev-www.libreoffice.org/src/curl-7.51.0.tar.gz";
sha256 = "65b5216a6fbfa72f547eb7706ca5902d7400db9868269017a8888aa91d87977c";
md5 = "490e19a8ccd1f4a244b50338a0eb9456";
md5name = "490e19a8ccd1f4a244b50338a0eb9456-curl-7.51.0.tar.gz";
name = "curl-7.52.1.tar.gz";
url = "http://dev-www.libreoffice.org/src/curl-7.52.1.tar.gz";
sha256 = "a8984e8b20880b621f61a62d95ff3c0763a3152093a9f9ce4287cfd614add6ae";
md5 = "4e1ef056e117b4d25f4ec42ac609c0d4";
md5name = "4e1ef056e117b4d25f4ec42ac609c0d4-curl-7.52.1.tar.gz";
}
{
name = "libe-book-0.1.2.tar.bz2";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/office/libreoffice/still-primary-src.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
rec {
major = "5";
minor = "2";
patch = "5";
tweak = "1";
patch = "6";
tweak = "2";

subdir = "${major}.${minor}.${patch}";

version = "${subdir}${if tweak == "" then "" else "."}${tweak}";

src = fetchurl {
url = "http://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
sha256 = "006kn1m5d6c1skgc1scc0gssin922raca2psjv887alplhia6mlp";
sha256 = "0w1myl4l1qhdkwqb3b52xld1sq45xyg8b45q40l6a50iccwy6j9x";
};
}
4 changes: 2 additions & 2 deletions pkgs/applications/office/libreoffice/still.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ let

translations = fetchSrc {
name = "translations";
sha256 = "0lv3jbnzzkr7nbivsl9jm9b4m9mxvngbmhz6yasblhi0m9ifkxmb";
sha256 = "0w77mkxmhxx4qjwdwb8bipcdb4pkvkg202mxbbjrv0aj09k6dhvk";
};

# TODO: dictionaries

help = fetchSrc {
name = "help";
sha256 = "1d29ppdkhhy5x8cric0l872x607ng02bnp2gvv5ck3blb759q68i";
sha256 = "12xqzp005dhbh618g3zb30vj7rdmccdqj6ix10jlk0clk66n9kf0";
};

};
Expand Down

0 comments on commit 6fad14b

Please sign in to comment.