mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
update uzbl
svn path=/nixpkgs/trunk/; revision=16519
This commit is contained in:
parent
33c6204f95
commit
acbfd2f679
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ a :
|
|||
let
|
||||
fetchurl = a.fetchurl;
|
||||
|
||||
version = a.lib.attrByPath ["version"] "2009.07.03" a;
|
||||
version = a.lib.attrByPath ["version"] "2009.07.18" a;
|
||||
buildInputs = with a; [
|
||||
pkgconfig webkit libsoup gtk
|
||||
];
|
||||
|
@ -10,7 +10,7 @@ in
|
|||
rec {
|
||||
src = fetchurl {
|
||||
url = "http://github.com/Dieterbe/uzbl/tarball/${version}";
|
||||
sha256 = "18lsrylkgicqrlw03978v71cycyyba1d4lbiszw7dk89hd4ziqv2";
|
||||
sha256 = "1bgx2pl3f4y20s43xpz62dx9pa80z38d0l6kzyzjbpzikih69vkw";
|
||||
name = "uzbl-master-${version}.tar.gz";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue