summary refs log tree commit diff
path: root/pkgs/development/web/grails/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/web/grails/default.nix')
-rw-r--r--pkgs/development/web/grails/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/grails/default.nix b/pkgs/development/web/grails/default.nix
index 5caacbd0d50..c300062c523 100644
--- a/pkgs/development/web/grails/default.nix
+++ b/pkgs/development/web/grails/default.nix
@@ -11,11 +11,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "grails";
-  version = "5.1.4";
+  version = "5.1.6";
 
   src = fetchurl {
     url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
-    sha256 = "sha256-EoMSnT1MmYGeF82XC7Ed9woe8t+xzYJaylLBVpdFvoI=";
+    sha256 = "sha256-H4c/Nu6iOgaRLl/uV51nYnNQg5p9cjl/taexZnl4t+I=";
   };
 
   nativeBuildInputs = [ unzip ];