summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/galen
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-30 15:09:45 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-05-01 11:15:19 +0200
commit7819cb8766550a8c002bc64ebb0434bc206b4efb (patch)
treeda557ecaa97d3279ba2622fe8d4641ffcf6b1df7 /pkgs/development/tools/galen
parentd044631080a0ef310ee6a29774e2b1bfac4f4a92 (diff)
galen: 2.3.7 -> 2.4.4
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
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 2bb67d6f761b..fac1a3958d37 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.7";
+ version = "2.4.4";
name = "${pname}-${version}";
inherit jre8;
src = fetchurl {
url = "https://github.com/galenframework/galen/releases/download/galen-${version}/galen-bin-${version}.zip";
- sha256 = "045y1s4n8jd52jnk9kwd0k4x3yscvcfsf2rxzn0xngvn9nkw2g65";
+ sha256 = "13dq8cf0yy24vym6z7p8hb0mybgpcl4j5crsaq8a6pjfxz6d17mq";
};
buildInputs = [ unzip ];