Skip to content

Commit

Permalink
ganv: unstable-2016-10-15 -> unstable-2019-12-30
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon authored and teto committed Jan 20, 2020
1 parent 7c2a51c commit 7450bb7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/development/libraries/ganv/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];
Expand All @@ -20,4 +21,4 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
};
}
}

0 comments on commit 7450bb7

Please sign in to comment.