grails: 3.3.3 -> 3.3.5

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.5 with grep in /nix/store/cy2fxxg1yjiksfkg4y3wn7r3dsdlijcz-grails-3.3.5
- directory tree listing: https://gist.github.com/71c11340ad3d455500fb5228ea57ed71
This commit is contained in:
R. RyanTM 2018-04-20 05:03:57 -07:00
parent 333a24a628
commit bbedc98713

View File

@ -11,11 +11,11 @@ let
in
stdenv.mkDerivation rec {
name = "grails-${version}";
version = "3.3.3";
version = "3.3.5";
src = fetchurl {
url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
sha256 = "087bd1vjpg0wghqbkyldmzma7ziqi7hf745chfr31x8cn5ys0jji";
sha256 = "0796jbcblr3vxdf6sngzcfs1m24d1ra1n8jc7cnfrfxpf8r0z15m";
};
buildInputs = [ unzip ];