mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
dillo: minor update to fix build (after fltk bump)
This commit is contained in:
parent
45d859192b
commit
643c515489
@ -6,12 +6,12 @@
|
||||
, libXcursor, libXi, libXinerama }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.0.4";
|
||||
version = "3.0.4.1";
|
||||
name = "dillo-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.dillo.org/download/${name}.tar.bz2";
|
||||
sha256 = "0ffz481vgl7f12f575pmbagm8swgxgv9s9c0p8c7plhd04jsnazf";
|
||||
sha256 = "0iw617nnrz3541jkw5blfdlk4x8jxb382pshi8nfc7xd560c95zd";
|
||||
};
|
||||
|
||||
buildInputs = with stdenv.lib;
|
||||
|
Loading…
Reference in New Issue
Block a user