Merge remote-tracking branch 'upstream/python-unstable' into HEAD

This commit is contained in:
Frederik Rietdijk
2017-11-24 19:58:07 +01:00
82 changed files with 308 additions and 185 deletions

View File

@@ -4,6 +4,7 @@ let version = "0.9.4"; in
stdenv.mkDerivation {
name = "jsonnet-${version}";
version = version;
src = fetchFromGitHub {
rev = "v${version}";