summary refs log tree commit diff
path: root/pkgs/development/tools/galen
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 06:38:25 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 06:38:25 -0800
commit9d5f5eb92c1689c3bd1019497e0afd7226080c0d (patch)
tree63581b49070472dd87b7638beb052eaa41c9053c /pkgs/development/tools/galen
parent0fadb81af44fe7f43581a276d2ca863bdb64dd67 (diff)
downloadnixpkgs-9d5f5eb92c1689c3bd1019497e0afd7226080c0d.tar
nixpkgs-9d5f5eb92c1689c3bd1019497e0afd7226080c0d.tar.gz
nixpkgs-9d5f5eb92c1689c3bd1019497e0afd7226080c0d.tar.bz2
nixpkgs-9d5f5eb92c1689c3bd1019497e0afd7226080c0d.tar.lz
nixpkgs-9d5f5eb92c1689c3bd1019497e0afd7226080c0d.tar.xz
nixpkgs-9d5f5eb92c1689c3bd1019497e0afd7226080c0d.tar.zst
nixpkgs-9d5f5eb92c1689c3bd1019497e0afd7226080c0d.zip
galen: 2.3.0 -> 2.3.6
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/sp59abnhzpg7zdn66207wizb57dy4fxx-galen-2.3.6/bin/galen -h` got 0 exit code
- ran `/nix/store/sp59abnhzpg7zdn66207wizb57dy4fxx-galen-2.3.6/bin/galen --help` got 0 exit code
- ran `/nix/store/sp59abnhzpg7zdn66207wizb57dy4fxx-galen-2.3.6/bin/galen help` got 0 exit code
- ran `/nix/store/sp59abnhzpg7zdn66207wizb57dy4fxx-galen-2.3.6/bin/galen -v` and found version 2.3.6
- ran `/nix/store/sp59abnhzpg7zdn66207wizb57dy4fxx-galen-2.3.6/bin/galen --version` and found version 2.3.6
- ran `/nix/store/sp59abnhzpg7zdn66207wizb57dy4fxx-galen-2.3.6/bin/galen version` and found version 2.3.6
- found 2.3.6 in filename of file in /nix/store/sp59abnhzpg7zdn66207wizb57dy4fxx-galen-2.3.6

cc ""
Diffstat (limited to 'pkgs/development/tools/galen')
-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 d553a574552..bbcdc0cd798 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.0";
+  version = "2.3.6";
   name = "${pname}-${version}";
 
   inherit jre8;
 
   src = fetchurl {
     url = "https://github.com/galenframework/galen/releases/download/galen-${version}/galen-bin-${version}.zip";
-    sha256 = "10z7vh3jiq7kbzzp3j0354swkr4xxz9qimi5c5bddbiy671k6cra";
+    sha256 = "0kndib3slj7mdvhd36fxin5q87cnsz4hs135yxgjx0nccxq4f2h5";
   };
 
   buildInputs = [ unzip ];