about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 18:33:15 -0800
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-01-02 21:33:37 +0100
commit45779f013c885b5c0da6852c0c01ec1c50670c5b (patch)
tree23cdc28c9b5223c3e20f3d9284944a7980bb74fe
parenta32af78389f566516fcd6cea5e7698d30c5420ee (diff)
downloadnixlib-45779f013c885b5c0da6852c0c01ec1c50670c5b.tar
nixlib-45779f013c885b5c0da6852c0c01ec1c50670c5b.tar.gz
nixlib-45779f013c885b5c0da6852c0c01ec1c50670c5b.tar.bz2
nixlib-45779f013c885b5c0da6852c0c01ec1c50670c5b.tar.lz
nixlib-45779f013c885b5c0da6852c0c01ec1c50670c5b.tar.xz
nixlib-45779f013c885b5c0da6852c0c01ec1c50670c5b.tar.zst
nixlib-45779f013c885b5c0da6852c0c01ec1c50670c5b.zip
grails: 3.3.8 -> 3.3.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grails/versions
-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 1e665c847b4e..b4d78ef08501 100644
--- a/pkgs/development/web/grails/default.nix
+++ b/pkgs/development/web/grails/default.nix
@@ -11,11 +11,11 @@ let
 in
 stdenv.mkDerivation rec {
   name = "grails-${version}";
-  version = "3.3.8";
+  version = "3.3.9";
 
   src = fetchurl {
     url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
-    sha256 = "1hfqlaiv29im6pyqi7irl28ws7nn2jc4g4718gysfmm1gvlprpn0";
+    sha256 = "0xnwi9m9l8rz4wdwjp2i3yfzsq1szz37z886nc6lbfxd5mj19hnn";
   };
 
   buildInputs = [ unzip ];