xylib: 1.5 -> 1.6
This commit is contained in:
parent
33699a1b6a
commit
813676331f
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xylib";
|
||||
version = "1.5";
|
||||
version = "1.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/wojdyr/xylib/releases/download/v${version}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "1r2kx80zhdvz39k6h2fsncm2742xxvxl3z8a3fnr13jl9sl7mnnd";
|
||||
sha256 = "1iqfrfrk78mki5csxysw86zm35ag71w0jvim0f12nwq1z8rwnhdn";
|
||||
};
|
||||
|
||||
buildInputs = [ boost zlib bzip2 wxGTK30 ];
|
||||
|
Loading…
Reference in New Issue
Block a user