jrsonnet: 0.3.8 -> 0.4.0
This commit is contained in:
parent
860f9f218b
commit
6215b65603
@ -2,20 +2,20 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "jrsonnet";
|
pname = "jrsonnet";
|
||||||
version = "0.3.8";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "CertainLach";
|
owner = "CertainLach";
|
||||||
repo = "jrsonnet";
|
repo = "jrsonnet";
|
||||||
sha256 = "sha256-u6P/j7j6S7iPQQh00YFtp2G9Kt4xdWJGsxbuBjvHHZ4=";
|
sha256 = "sha256-+kvdbUw+lQ/BKJwcBzho1OWg/6y0YDRkLE+SAe8hLQQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
ln -s $out/bin/jrsonnet $out/bin/jsonnet
|
ln -s $out/bin/jrsonnet $out/bin/jsonnet
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cargoSha256 = "sha256-KGQ3n3BBgLCT3ITIM8p9AxNa62ek4GHymqoD0eQSVKQ=";
|
cargoSha256 = "sha256-0soXOxp4Kr1DdmVERl8/sqwltqYLDwkVJZHFnYeHs+c=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Purely-functional configuration language that helps you define JSON data";
|
description = "Purely-functional configuration language that helps you define JSON data";
|
||||||
|
Loading…
Reference in New Issue
Block a user