1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

jsonnet: 0.15.0 -> 0.16.0

This commit is contained in:
R. RyanTM 2020-05-24 21:51:22 +00:00
parent bcb05f050e
commit 302fff6b86

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "jsonnet";
version = "0.15.0";
version = "0.16.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "google";
repo = "jsonnet";
sha256 = "06imnpbc5mn1dis051f54q6nq80dbm51nhxmba61rdyhf1131ml8";
sha256 = "0wxhc0ghjk88zrrn9a18h979ipkia2rx12489515gzhlplfx6724";
};
enableParallelBuilding = true;