jsonnet: 0.18.0 -> 0.19.0 (#198044)

This commit is contained in:
R. RyanTM
2022-10-27 10:13:06 -07:00
committed by GitHub
parent d503bd15d4
commit 3179ebfa02
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "jsonnet";
version = "0.18.0";
version = "0.19.0";
outputs = ["out" "doc"];
src = fetchFromGitHub {
rev = "v${version}";
owner = "google";
repo = "jsonnet";
sha256 = "sha256-RmuvpKv9Dg3JcxsdZDBMehJjG5SvrV0spHgxApFeuJo=";
sha256 = "sha256-tCK6iEj6GNL46zGMzOnVv40/P0T6EpttoK0NokJ6qyM=";
};
nativeBuildInputs = [ jekyll ];