jsonnet: 0.8.7 -> 0.8.9

This commit is contained in:
Dan Peebles 2016-08-09 19:39:33 +00:00
parent b91fc3f8d0
commit 4c43ac2db5

View File

@ -1,6 +1,6 @@
{ stdenv, lib, fetchFromGitHub, emscripten }:
let version = "0.8.7"; in
let version = "0.8.9"; in
stdenv.mkDerivation {
name = "jsonnet-${version}";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
rev = "v${version}";
owner = "google";
repo = "jsonnet";
sha256 = "0adg7ijz10mc4xs5lfrby5g9sx96icf6cg39hvkh4wqjl85c6i9g";
sha256 = "0phk8dzby5v60r7fwd1qf4as2jdpmdmksjw3g4p3mkkr7sc81119";
};
buildInputs = [ emscripten ];
@ -28,7 +28,7 @@ stdenv.mkDerivation {
meta = {
description = "Purely-functional configuration language that helps you define JSON data";
maintainers = [ lib.maintainers.benley ];
maintainers = with lib.maintainers; [ benley copumpkin ];
license = lib.licenses.asl20;
homepage = https://github.com/google/jsonnet;
platforms = lib.platforms.unix;