Loading pkgs/development/compilers/jsonnet/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "jsonnet"; version = "0.19.0"; version = "0.19.1"; outputs = ["out" "doc"]; src = fetchFromGitHub { rev = "v${version}"; owner = "google"; repo = "jsonnet"; sha256 = "sha256-tCK6iEj6GNL46zGMzOnVv40/P0T6EpttoK0NokJ6qyM="; sha256 = "sha256-q1MNdbyrx4vvN5woe0o90pPqaNtsZjI5RQ7KJt7rOpU="; }; nativeBuildInputs = [ jekyll ]; Loading Loading
pkgs/development/compilers/jsonnet/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "jsonnet"; version = "0.19.0"; version = "0.19.1"; outputs = ["out" "doc"]; src = fetchFromGitHub { rev = "v${version}"; owner = "google"; repo = "jsonnet"; sha256 = "sha256-tCK6iEj6GNL46zGMzOnVv40/P0T6EpttoK0NokJ6qyM="; sha256 = "sha256-q1MNdbyrx4vvN5woe0o90pPqaNtsZjI5RQ7KJt7rOpU="; }; nativeBuildInputs = [ jekyll ]; Loading