summary refs log tree commit diff
path: root/pkgs/development/interpreters/groovy/default.nix
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-04-08 16:25:13 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-04-08 16:25:13 +0200
commitc50d47858f1f1fe99ba0d3e165f78783fcd92a76 (patch)
treea8e83cfbf1c953b6819ab3e82349bc0ed928bcaa /pkgs/development/interpreters/groovy/default.nix
parent75e851d9723799c44c7b467ab8bd1f7e00077f73 (diff)
downloadnixlib-c50d47858f1f1fe99ba0d3e165f78783fcd92a76.tar
nixlib-c50d47858f1f1fe99ba0d3e165f78783fcd92a76.tar.gz
nixlib-c50d47858f1f1fe99ba0d3e165f78783fcd92a76.tar.bz2
nixlib-c50d47858f1f1fe99ba0d3e165f78783fcd92a76.tar.lz
nixlib-c50d47858f1f1fe99ba0d3e165f78783fcd92a76.tar.xz
nixlib-c50d47858f1f1fe99ba0d3e165f78783fcd92a76.tar.zst
nixlib-c50d47858f1f1fe99ba0d3e165f78783fcd92a76.zip
groovy: update from 2.4.2 to 2.4.3
Diffstat (limited to 'pkgs/development/interpreters/groovy/default.nix')
-rw-r--r--pkgs/development/interpreters/groovy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/groovy/default.nix b/pkgs/development/interpreters/groovy/default.nix
index 354a4d970ba7..8650d07d00b0 100644
--- a/pkgs/development/interpreters/groovy/default.nix
+++ b/pkgs/development/interpreters/groovy/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   name = "groovy-${version}";
-  version = "2.4.2";
+  version = "2.4.3";
 
   src = fetchurl {
     url = "http://dl.bintray.com/groovy/maven/groovy-binary-${version}.zip";
-    sha256 = "02vbg9ywn76rslkinjk1dw3wrj76p5bahbhvz71drlp30cs1r28w";
+    sha256 = "1qfvw49fbw9svk4gsniw0g0ghal0dqm2hf1i77qmcf80lln1vhdh";
   };
 
   installPhase = ''