Merge pull request #36575 from ryantm/auto-update/grails

grails: 3.3.0 -> 3.3.2
This commit is contained in:
Graham Christensen
2018-03-09 17:17:20 -05:00
committed by GitHub

View File

@@ -11,11 +11,11 @@ let
in
stdenv.mkDerivation rec {
name = "grails-${version}";
version = "3.3.0";
version = "3.3.2";
src = fetchurl {
url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
sha256 = "0lk9ll0x9w2akmlwkams9pxyafmgjmsr3fa45gx1r16nx563qxsg";
sha256 = "0rr1q84zgr8xvy40w0wq9ai9gilyn6by4j6av02aszjxciqblvzd";
};
buildInputs = [ unzip ];