lol

Merge pull request #198341 from r-ryantm/auto-update/jsonnet

jsonnet: 0.19.0 -> 0.19.1

authored by

Nikolay Korotkiy and committed by
GitHub
ae7bfd18 7321b97d

+2 -2
+2 -2
pkgs/development/compilers/jsonnet/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "jsonnet"; 5 - version = "0.19.0"; 5 + version = "0.19.1"; 6 6 outputs = ["out" "doc"]; 7 7 8 8 src = fetchFromGitHub { 9 9 rev = "v${version}"; 10 10 owner = "google"; 11 11 repo = "jsonnet"; 12 - sha256 = "sha256-tCK6iEj6GNL46zGMzOnVv40/P0T6EpttoK0NokJ6qyM="; 12 + sha256 = "sha256-q1MNdbyrx4vvN5woe0o90pPqaNtsZjI5RQ7KJt7rOpU="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ jekyll ];