netsurf.libutf8proc: 1.3.1 -> 2.4.0-1
This commit is contained in:
parent
884f7f9a56
commit
d87f5099f0
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = "netsurf-${libname}-${version}";
|
||||
libname = "libutf8proc";
|
||||
version = "1.3.1";
|
||||
version = "2.4.0-1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
|
||||
sha256 = "0xf659y3c6ikjnip47r30wv796a34d71p6qhc4xjs64iqszm1sbq";
|
||||
sha256 = "0wn409laqaqlqnz2d77419b5rya99vvc696vj187biy1i5livaq1";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue