summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 09:54:20 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2018-06-20 11:02:05 +0200
commitec93a511876eb9d9dff4b9540ed559ef6ed31880 (patch)
treef5d3cb46e18495b14cbb3e0a55d5c968def482bb /pkgs/development/web
parenta940a39b9ff22a3b7a499cfc676d2b2af86d4387 (diff)
downloadnixlib-ec93a511876eb9d9dff4b9540ed559ef6ed31880.tar
nixlib-ec93a511876eb9d9dff4b9540ed559ef6ed31880.tar.gz
nixlib-ec93a511876eb9d9dff4b9540ed559ef6ed31880.tar.bz2
nixlib-ec93a511876eb9d9dff4b9540ed559ef6ed31880.tar.lz
nixlib-ec93a511876eb9d9dff4b9540ed559ef6ed31880.tar.xz
nixlib-ec93a511876eb9d9dff4b9540ed559ef6ed31880.tar.zst
nixlib-ec93a511876eb9d9dff4b9540ed559ef6ed31880.zip
grails: 3.3.5 -> 3.3.6
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 invocation of /nix/store/sp0w4frknlgjhmw18j8rsj5sgaf95zhm-grails-3.3.6/bin/grails had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.3.6 with grep in /nix/store/sp0w4frknlgjhmw18j8rsj5sgaf95zhm-grails-3.3.6
- directory tree listing: https://gist.github.com/8278e7c1c9d28a8983fdaf23975bb930
- du listing: https://gist.github.com/10a146e1e865583f68e892f13c310026
Diffstat (limited to 'pkgs/development/web')
-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 a0d8a0b84bac..e5e6f639b95d 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.5";
+  version = "3.3.6";
 
   src = fetchurl {
     url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
-    sha256 = "0796jbcblr3vxdf6sngzcfs1m24d1ra1n8jc7cnfrfxpf8r0z15m";
+    sha256 = "0q3rbz47lp2zh2794aycf85vnic77dg3sclrqbizfpdijma87iy7";
   };
 
   buildInputs = [ unzip ];