jsonnet: 0.8.7 -> 0.8.9
This commit is contained in:
parent
b91fc3f8d0
commit
4c43ac2db5
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, emscripten }:
|
{ stdenv, lib, fetchFromGitHub, emscripten }:
|
||||||
|
|
||||||
let version = "0.8.7"; in
|
let version = "0.8.9"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "jsonnet-${version}";
|
name = "jsonnet-${version}";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "jsonnet";
|
repo = "jsonnet";
|
||||||
sha256 = "0adg7ijz10mc4xs5lfrby5g9sx96icf6cg39hvkh4wqjl85c6i9g";
|
sha256 = "0phk8dzby5v60r7fwd1qf4as2jdpmdmksjw3g4p3mkkr7sc81119";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emscripten ];
|
buildInputs = [ emscripten ];
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Purely-functional configuration language that helps you define JSON data";
|
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;
|
license = lib.licenses.asl20;
|
||||||
homepage = https://github.com/google/jsonnet;
|
homepage = https://github.com/google/jsonnet;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user