lvtk: Upgrade to 1.2.0 and switch to github tarball
This commit is contained in:
parent
b614ea22d4
commit
e6359b4048
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lvtk-${version}";
|
name = "lvtk-${version}";
|
||||||
version = "1.1.1";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://lvtoolkit.org/code/browse/lvtk/snapshot/${name}.tar.gz";
|
url = "https://github.com/lvtk/lvtk/archive/${version}.tar.gz";
|
||||||
sha256 = "161l4n3a2kar2r5mn3zz6dbj1p2s6361ainrka3s74518z7yf42w";
|
sha256 = "03nbj2cqcklqwh50zj2gwm07crh5iwqbpxbpzwbg5hvgl4k4rnjd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost gtkmm lv2 pkgconfig python ];
|
buildInputs = [ boost gtkmm lv2 pkgconfig python ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user