about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 08:18:38 -0700
committerBenjamin Staffin <benley@gmail.com>2018-03-20 11:18:38 -0400
commitd3396058317d5a0d72685458ee743e3b324d3e53 (patch)
treef6ca8a1885c002834d88448aabc01e29debf5bbb /pkgs/development/compilers
parentec8d57031e7cfeaaefbdd68f73d08d2286e01f50 (diff)
downloadnixlib-d3396058317d5a0d72685458ee743e3b324d3e53.tar
nixlib-d3396058317d5a0d72685458ee743e3b324d3e53.tar.gz
nixlib-d3396058317d5a0d72685458ee743e3b324d3e53.tar.bz2
nixlib-d3396058317d5a0d72685458ee743e3b324d3e53.tar.lz
nixlib-d3396058317d5a0d72685458ee743e3b324d3e53.tar.xz
nixlib-d3396058317d5a0d72685458ee743e3b324d3e53.tar.zst
nixlib-d3396058317d5a0d72685458ee743e3b324d3e53.zip
jsonnet: 0.9.5 -> 0.10.0 (#37455)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` got 0 exit code
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` got 0 exit code
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -v` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --version` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` and found version 0.10.0
- found 0.10.0 with grep in /nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0
- directory tree listing: https://gist.github.com/9a4279146abdaa645fdcd5481889e783
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/jsonnet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/jsonnet/default.nix b/pkgs/development/compilers/jsonnet/default.nix
index d46646733064..839e3e71e811 100644
--- a/pkgs/development/compilers/jsonnet/default.nix
+++ b/pkgs/development/compilers/jsonnet/default.nix
@@ -1,6 +1,6 @@
 { stdenv, lib, fetchFromGitHub, emscripten }:
 
-let version = "0.9.5"; in
+let version = "0.10.0"; in
 
 stdenv.mkDerivation {
   name = "jsonnet-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
     rev = "v${version}";
     owner = "google";
     repo = "jsonnet";
-    sha256 = "193sa4hdhvml0c32nmdkjii41hbyc5l0zisdn699ar0gaq7yiqan";
+    sha256 = "0xj540140r89qrdh3h4kzlz4x8c576ynq9i1x82zzl3d7fxbk5f0";
   };
 
   buildInputs = [ emscripten ];