Skip to content

Commit

Permalink
libre: 0.5.0 -> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Mar 9, 2017
1 parent eaf8cf2 commit 308f13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libre/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{stdenv, fetchurl, zlib, openssl}:
stdenv.mkDerivation rec {
version = "0.5.0";
version = "0.5.1";
name = "libre-${version}";
src=fetchurl {
url = "http://www.creytiv.com/pub/re-${version}.tar.gz";
sha256 = "18msdi5a1ssymz00w21hg6sgacb2lzx0ns31iapvk5hv6l225pd2";
sha256 = "1qs6gpflgwic2pp1nplhhyl585h9q0kf74h5z29ajr5ij0j65rsa";
};
buildInputs = [zlib openssl];
makeFlags = [
Expand Down

0 comments on commit 308f13c

Please sign in to comment.