raul: unstable-2017-07-23 -> unstable-2019-12-09
This commit is contained in:
parent
a6ecbc4443
commit
bb04c6dc07
@ -1,13 +1,15 @@
|
|||||||
{ stdenv, fetchgit, boost, gtk2, pkgconfig, python, wafHook }:
|
{ stdenv, fetchgit, boost, gtk2, pkgconfig, python, wafHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "raul-unstable-${rev}";
|
pname = "raul";
|
||||||
rev = "2017-07-23";
|
version = "unstable-2019-12-09";
|
||||||
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "http://git.drobilla.net/cgit.cgi/raul.git";
|
url = "https://gitlab.com/drobilla/raul.git";
|
||||||
rev = "4db870b2b20b0a608ec0283139056b836c5b1624";
|
fetchSubmodules = true;
|
||||||
sha256 = "04fajrass3ymr72flx5js5vxc601ccrmx8ny8scp0rw7j0igyjdr";
|
rev = "e87bb398f025912fb989a09f1450b838b251aea1";
|
||||||
|
sha256 = "1z37jb6ghc13b8nv8a8hcg669gl8vh4ni9djvfgga9vcz8rmcg8l";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wafHook ];
|
nativeBuildInputs = [ pkgconfig wafHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user