mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
netsurf.libhubbub: 0.3.3 -> 0.3.6
This commit is contained in:
parent
a5980dfa01
commit
d99a97c9a3
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = "netsurf-${libname}-${version}";
|
||||
libname = "libhubbub";
|
||||
version = "0.3.3";
|
||||
version = "0.3.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
|
||||
sha256 = "101781iw32p47386fxqr01nrkywi12w17ajh02k2vlga4z8zyv86";
|
||||
sha256 = "1x3v7xvagx85v9h3pypzc86rcxs4mij87mmcqkp8pq50q6awfmnp";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue