tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libre: 0.4.14 -> 0.4.15
Michael Raskin
10 years ago
481b1da3
9f3a1cc2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libre
default.nix
+2
-2
pkgs/development/libraries/libre/default.nix
···
1
1
{stdenv, fetchurl, zlib, openssl}:
2
2
stdenv.mkDerivation rec {
3
3
-
version = "0.4.14";
3
3
+
version = "0.4.15";
4
4
name = "libre-${version}";
5
5
src=fetchurl {
6
6
url = "http://www.creytiv.com/pub/re-${version}.tar.gz";
7
7
-
sha256 = "0ylv7v77jsny0a5wfc8i6dxsp8bjlmlz2gcyyv7x49c76pk0gdcy";
7
7
+
sha256 = "0yvjc3hvjk29irdii2h1hpq4cg9l1c71jfvglz67y1pc89z63yax";
8
8
};
9
9
buildInputs = [zlib openssl];
10
10
makeFlags = [