ganv: unstable-2016-10-15 -> unstable-2019-12-30

This commit is contained in:
Bart Brouns 2020-01-20 11:22:20 +01:00 committed by Matthieu Coudron
parent 7c2a51cdf1
commit 7450bb75c0

View File

@ -1,13 +1,14 @@
{ stdenv, fetchgit, graphviz, gtk2, gtkmm2, pkgconfig, python, wafHook }:
stdenv.mkDerivation rec {
name = "ganv-unstable-${rev}";
rev = "2016-10-15";
pname = "ganv";
version = "unstable-2019-12-30";
src = fetchgit {
url = "http://git.drobilla.net/cgit.cgi/ganv.git";
rev = "31685d283e9b811b61014f820c42807f4effa071";
sha256 = "0xmbykdl42jn9cgzrqrys5lng67d26nk5xq10wkkvjqldiwdck56";
url = "https://gitlab.com/drobilla/${pname}.git";
fetchSubmodules = true;
rev = "90bd022f8909f92cc5290fdcfc76c626749e1186";
sha256 = "01znnalirbqxpz62fbw2c14c8xn117jc92xv6dhb3hln92k9x37f";
};
nativeBuildInputs = [ pkgconfig wafHook ];
@ -20,4 +21,4 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
};
}
}