summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 07:33:36 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2018-03-31 17:07:43 +0200
commit8660a33046a2248420492610f7856f3fd5973115 (patch)
tree2086f6a94dfc88645efe890d24827db3a245db04 /pkgs
parentd3b9cabd6e623a2815d0d1005b65cab4864e625b (diff)
downloadnixpkgs-8660a33046a2248420492610f7856f3fd5973115.tar
nixpkgs-8660a33046a2248420492610f7856f3fd5973115.tar.gz
nixpkgs-8660a33046a2248420492610f7856f3fd5973115.tar.bz2
nixpkgs-8660a33046a2248420492610f7856f3fd5973115.tar.lz
nixpkgs-8660a33046a2248420492610f7856f3fd5973115.tar.xz
nixpkgs-8660a33046a2248420492610f7856f3fd5973115.tar.zst
nixpkgs-8660a33046a2248420492610f7856f3fd5973115.zip
grails: 3.3.2 -> 3.3.3
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.3 with grep in /nix/store/frwxcwdrb1krnp6pz6cijgnr95wf4qcy-grails-3.3.3
- found 3.3.3 in filename of file in /nix/store/frwxcwdrb1krnp6pz6cijgnr95wf4qcy-grails-3.3.3
- directory tree listing: https://gist.github.com/2469271cf9e5770d815f84baf8ff7bc7
Diffstat (limited to 'pkgs')
-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 b15109757f2..80731de84fb 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.2";
+  version = "3.3.3";
 
   src = fetchurl {
     url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
-    sha256 = "0rr1q84zgr8xvy40w0wq9ai9gilyn6by4j6av02aszjxciqblvzd";
+    sha256 = "087bd1vjpg0wghqbkyldmzma7ziqi7hf745chfr31x8cn5ys0jji";
   };
 
   buildInputs = [ unzip ];