summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-31 00:11:40 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-31 09:11:40 +0200
commit630f3337d4180e65f0f7933ab01a65861a0f33f6 (patch)
tree0276d1d5a939ea83b41b05c92df995ee9da14d4e
parent78ae380773a0445ee985a9c3ca61e157c1d50b09 (diff)
downloadnixpkgs-630f3337d4180e65f0f7933ab01a65861a0f33f6.tar
nixpkgs-630f3337d4180e65f0f7933ab01a65861a0f33f6.tar.gz
nixpkgs-630f3337d4180e65f0f7933ab01a65861a0f33f6.tar.bz2
nixpkgs-630f3337d4180e65f0f7933ab01a65861a0f33f6.tar.lz
nixpkgs-630f3337d4180e65f0f7933ab01a65861a0f33f6.tar.xz
nixpkgs-630f3337d4180e65f0f7933ab01a65861a0f33f6.tar.zst
nixpkgs-630f3337d4180e65f0f7933ab01a65861a0f33f6.zip
galen: 2.3.6 -> 2.3.7 (#41296)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/galen/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/s5whrksq3l5xnv6m5jqbpgmycgj8f9n6-galen-2.3.7/bin/galen.jar had a zero exit code or showed the expected version
- /nix/store/s5whrksq3l5xnv6m5jqbpgmycgj8f9n6-galen-2.3.7/bin/galen passed the binary check.
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.3.7 with grep in /nix/store/s5whrksq3l5xnv6m5jqbpgmycgj8f9n6-galen-2.3.7
- directory tree listing: https://gist.github.com/c69a7c8c8a31e5b3b0d3243ea03c777f
- du listing: https://gist.github.com/a6d7632f5a3c34d8c20c3f24715aa6a3
-rw-r--r--pkgs/development/tools/galen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/galen/default.nix b/pkgs/development/tools/galen/default.nix
index bbcdc0cd798..2bb67d6f761 100644
--- a/pkgs/development/tools/galen/default.nix
+++ b/pkgs/development/tools/galen/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   pname = "galen";
-  version = "2.3.6";
+  version = "2.3.7";
   name = "${pname}-${version}";
 
   inherit jre8;
 
   src = fetchurl {
     url = "https://github.com/galenframework/galen/releases/download/galen-${version}/galen-bin-${version}.zip";
-    sha256 = "0kndib3slj7mdvhd36fxin5q87cnsz4hs135yxgjx0nccxq4f2h5";
+    sha256 = "045y1s4n8jd52jnk9kwd0k4x3yscvcfsf2rxzn0xngvn9nkw2g65";
   };
 
   buildInputs = [ unzip ];